Static Public Member Functions | |
| static int | compare (const FeatureLink &f1, const FeatureLink &f2) |
| static bool | less (const FeatureLink &x, const FeatureLink &y) |
| static bool | leq (const FeatureLink &x, const FeatureLink &y) |
| static bool | greater (const FeatureLink &x, const FeatureLink &y) |
| static bool | geq (const FeatureLink &x, const FeatureLink &y) |
| static bool | equal (const FeatureLink &x, const FeatureLink &y) |
Definition at line 431 of file EdgeLabel.h.
| static int ogdf::ELabelPos< coordType >::FeatureComparer::compare | ( | const FeatureLink & | f1, | |
| const FeatureLink & | f2 | |||
| ) | [inline, static] |
Definition at line 435 of file EdgeLabel.h.
| static bool ogdf::ELabelPos< coordType >::FeatureComparer::equal | ( | const FeatureLink & | x, | |
| const FeatureLink & | y | |||
| ) | [inline, static] |
Definition at line 449 of file EdgeLabel.h.
| static bool ogdf::ELabelPos< coordType >::FeatureComparer::geq | ( | const FeatureLink & | x, | |
| const FeatureLink & | y | |||
| ) | [inline, static] |
Definition at line 449 of file EdgeLabel.h.
| static bool ogdf::ELabelPos< coordType >::FeatureComparer::greater | ( | const FeatureLink & | x, | |
| const FeatureLink & | y | |||
| ) | [inline, static] |
Definition at line 449 of file EdgeLabel.h.
| static bool ogdf::ELabelPos< coordType >::FeatureComparer::leq | ( | const FeatureLink & | x, | |
| const FeatureLink & | y | |||
| ) | [inline, static] |
Definition at line 449 of file EdgeLabel.h.
| static bool ogdf::ELabelPos< coordType >::FeatureComparer::less | ( | const FeatureLink & | x, | |
| const FeatureLink & | y | |||
| ) | [inline, static] |
Definition at line 449 of file EdgeLabel.h.