#include <ogdf/basic/NodeComparer.h>
Public Member Functions | |
| NodeComparer (NodeArray< sorterType > &valArray, bool ascending=true) | |
| int | compare (const node &v1, const node &v2) const |
| void | init (NodeArray< sorterType > &valArray) |
Private Attributes | |
| int | m_smaller |
| NodeArray< sorterType > * | m_valArray |
Definition at line 58 of file NodeComparer.h.
|
inline |
Definition at line 61 of file NodeComparer.h.
|
inline |
Definition at line 77 of file NodeComparer.h.
|
inline |
Definition at line 84 of file NodeComparer.h.
|
private |
Definition at line 90 of file NodeComparer.h.
|
private |
Definition at line 89 of file NodeComparer.h.