Class for comparing two nodes by the node degree. More...
Public Member Functions | |
OGDF_AUGMENT_STATICCOMPARER (node) | |
Static Public Member Functions | |
static int | compare (const node &v1, const node &v2) |
Compares two nodes by using the node degree. More... | |
Class for comparing two nodes by the node degree.
Definition at line 96 of file NodeColoringSequential.h.
|
inlinestatic |
Compares two nodes by using the node degree.
A higher nodes degree indicates a higher value.
v1 | First nodes |
v2 | Second node |
Definition at line 106 of file NodeColoringSequential.h.
ogdf::NodeColoringSequential::NodeDegreeComparer::OGDF_AUGMENT_STATICCOMPARER | ( | node | ) |