#include <ogdf/basic/comparer.h>
Static Public Member Functions | |
| static bool | less (const float &x, const float &y) |
| static bool | leq (const float &x, const float &y) |
| static bool | greater (const float &x, const float &y) |
| static bool | geq (const float &x, const float &y) |
| static bool | equal (const float &x, const float &y) |
Definition at line 102 of file comparer.h.
| static bool ogdf::StdComparer< float >::equal | ( | const float & | x, |
| const float & | y | ||
| ) | [inline, static] |
Definition at line 102 of file comparer.h.
| static bool ogdf::StdComparer< float >::geq | ( | const float & | x, |
| const float & | y | ||
| ) | [inline, static] |
Definition at line 102 of file comparer.h.
| static bool ogdf::StdComparer< float >::greater | ( | const float & | x, |
| const float & | y | ||
| ) | [inline, static] |
Definition at line 102 of file comparer.h.
| static bool ogdf::StdComparer< float >::leq | ( | const float & | x, |
| const float & | y | ||
| ) | [inline, static] |
Definition at line 102 of file comparer.h.
| static bool ogdf::StdComparer< float >::less | ( | const float & | x, |
| const float & | y | ||
| ) | [inline, static] |
Definition at line 102 of file comparer.h.