#include <ogdf/basic/TopologyModule.h>
Public Member Functions | |
| PointComparer (DPoint refPoint) | |
| int | compare (const ListIterator< EdgeLeg * > &ep1, const ListIterator< EdgeLeg * > &ep2) const |
| bool | less (const ListIterator< EdgeLeg * > &x, const ListIterator< EdgeLeg * > &y) const |
| bool | leq (const ListIterator< EdgeLeg * > &x, const ListIterator< EdgeLeg * > &y) const |
| bool | greater (const ListIterator< EdgeLeg * > &x, const ListIterator< EdgeLeg * > &y) const |
| bool | geq (const ListIterator< EdgeLeg * > &x, const ListIterator< EdgeLeg * > &y) const |
| bool | equal (const ListIterator< EdgeLeg * > &x, const ListIterator< EdgeLeg * > &y) const |
| PointComparer & | operator= (const PointComparer &) |
Static Public Member Functions | |
| static int | compare (const DPoint &p1, const DPoint &p2) |
| static bool | less (const DPoint &x, const DPoint &y) |
| static bool | leq (const DPoint &x, const DPoint &y) |
| static bool | greater (const DPoint &x, const DPoint &y) |
| static bool | geq (const DPoint &x, const DPoint &y) |
| static bool | equal (const DPoint &x, const DPoint &y) |
Private Attributes | |
| const DPoint | m_refPoint |
Definition at line 174 of file TopologyModule.h.
| ogdf::PointComparer::PointComparer | ( | DPoint | refPoint | ) | [inline] |
Definition at line 176 of file TopologyModule.h.
| int ogdf::PointComparer::compare | ( | const ListIterator< EdgeLeg * > & | ep1, | |
| const ListIterator< EdgeLeg * > & | ep2 | |||
| ) | const |
Definition at line 188 of file IntersectionRectangle.h.
| bool ogdf::PointComparer::equal | ( | const ListIterator< EdgeLeg * > & | x, | |
| const ListIterator< EdgeLeg * > & | y | |||
| ) | const [inline] |
Definition at line 180 of file TopologyModule.h.
Definition at line 195 of file IntersectionRectangle.h.
Definition at line 195 of file IntersectionRectangle.h.
| bool ogdf::PointComparer::geq | ( | const ListIterator< EdgeLeg * > & | x, | |
| const ListIterator< EdgeLeg * > & | y | |||
| ) | const [inline] |
Definition at line 180 of file TopologyModule.h.
| bool ogdf::PointComparer::greater | ( | const ListIterator< EdgeLeg * > & | x, | |
| const ListIterator< EdgeLeg * > & | y | |||
| ) | const [inline] |
Definition at line 180 of file TopologyModule.h.
Definition at line 195 of file IntersectionRectangle.h.
Definition at line 195 of file IntersectionRectangle.h.
| bool ogdf::PointComparer::leq | ( | const ListIterator< EdgeLeg * > & | x, | |
| const ListIterator< EdgeLeg * > & | y | |||
| ) | const [inline] |
Definition at line 180 of file TopologyModule.h.
| bool ogdf::PointComparer::less | ( | const ListIterator< EdgeLeg * > & | x, | |
| const ListIterator< EdgeLeg * > & | y | |||
| ) | const [inline] |
Definition at line 180 of file TopologyModule.h.
Definition at line 195 of file IntersectionRectangle.h.
| PointComparer& ogdf::PointComparer::operator= | ( | const PointComparer & | ) |
const DPoint ogdf::PointComparer::m_refPoint [private] |
Definition at line 186 of file TopologyModule.h.