#include <ogdf/internal/energybased/ParticleInfo.h>
Static Public Member Functions | |
| static int | compare (const ParticleInfo &a, const ParticleInfo &b) |
| static bool | less (const ParticleInfo &x, const ParticleInfo &y) |
| static bool | leq (const ParticleInfo &x, const ParticleInfo &y) |
| static bool | greater (const ParticleInfo &x, const ParticleInfo &y) |
| static bool | geq (const ParticleInfo &x, const ParticleInfo &y) |
| static bool | equal (const ParticleInfo &x, const ParticleInfo &y) |
Definition at line 143 of file ParticleInfo.h.
| static int ogdf::ParticleInfoComparer::compare | ( | const ParticleInfo & | a, | |
| const ParticleInfo & | b | |||
| ) | [inline, static] |
Definition at line 147 of file ParticleInfo.h.
| static bool ogdf::ParticleInfoComparer::equal | ( | const ParticleInfo & | x, | |
| const ParticleInfo & | y | |||
| ) | [inline, static] |
Definition at line 155 of file ParticleInfo.h.
| static bool ogdf::ParticleInfoComparer::geq | ( | const ParticleInfo & | x, | |
| const ParticleInfo & | y | |||
| ) | [inline, static] |
Definition at line 155 of file ParticleInfo.h.
| static bool ogdf::ParticleInfoComparer::greater | ( | const ParticleInfo & | x, | |
| const ParticleInfo & | y | |||
| ) | [inline, static] |
Definition at line 155 of file ParticleInfo.h.
| static bool ogdf::ParticleInfoComparer::leq | ( | const ParticleInfo & | x, | |
| const ParticleInfo & | y | |||
| ) | [inline, static] |
Definition at line 155 of file ParticleInfo.h.
| static bool ogdf::ParticleInfoComparer::less | ( | const ParticleInfo & | x, | |
| const ParticleInfo & | y | |||
| ) | [inline, static] |
Definition at line 155 of file ParticleInfo.h.