#include <ogdf/basic/EdgeComparerSimple.h>
Public Member Functions | |
| EdgeComparerSimple (const GraphAttributes &AG, const node v) | |
| int | compare (const adjEntry &e1, const adjEntry &e2) const |
| Compares x and y and returns the result as an integer. | |
Private Attributes | |
| node | basis |
| const GraphAttributes * | m_AG |
Definition at line 64 of file EdgeComparerSimple.h.
| ogdf::EdgeComparerSimple::EdgeComparerSimple | ( | const GraphAttributes & | AG, |
| const node | v | ||
| ) | [inline] |
Definition at line 68 of file EdgeComparerSimple.h.
| int ogdf::EdgeComparerSimple::compare | ( | const adjEntry & | x, |
| const adjEntry & | y | ||
| ) | const [virtual] |
Compares x and y and returns the result as an integer.
The returns value is
Implements ogdf::VComparer< adjEntry >.
node ogdf::EdgeComparerSimple::basis [private] |
Definition at line 75 of file EdgeComparerSimple.h.
const GraphAttributes* ogdf::EdgeComparerSimple::m_AG [private] |
Definition at line 76 of file EdgeComparerSimple.h.