#include <ogdf/layered/ExtendedNestingGraph.h>
Public Member Functions | |
RCCrossings () | |
RCCrossings (int cnClusters, int cnEdges) | |
void | incClusters () |
void | incEdges (int cn) |
bool | isZero () const |
RCCrossings | operator+ (const RCCrossings &cr) const |
RCCrossings & | operator+= (const RCCrossings &cr) |
RCCrossings | operator- (const RCCrossings &cr) const |
bool | operator< (const RCCrossings &cr) const |
bool | operator<= (const RCCrossings &cr) const |
RCCrossings & | setInfinity () |
Static Public Member Functions | |
static int | compare (const RCCrossings &x, const RCCrossings &y) |
Public Attributes | |
int | m_cnClusters |
int | m_cnEdges |
Definition at line 42 of file ExtendedNestingGraph.h.
|
inline |
Definition at line 43 of file ExtendedNestingGraph.h.
Definition at line 48 of file ExtendedNestingGraph.h.
|
inlinestatic |
Definition at line 94 of file ExtendedNestingGraph.h.
|
inline |
Definition at line 55 of file ExtendedNestingGraph.h.
Definition at line 53 of file ExtendedNestingGraph.h.
|
inline |
Definition at line 87 of file ExtendedNestingGraph.h.
|
inline |
Definition at line 63 of file ExtendedNestingGraph.h.
|
inline |
Definition at line 57 of file ExtendedNestingGraph.h.
|
inline |
Definition at line 67 of file ExtendedNestingGraph.h.
|
inline |
Definition at line 79 of file ExtendedNestingGraph.h.
|
inline |
Definition at line 71 of file ExtendedNestingGraph.h.
|
inline |
Definition at line 89 of file ExtendedNestingGraph.h.
int ogdf::RCCrossings::m_cnClusters |
Definition at line 102 of file ExtendedNestingGraph.h.
int ogdf::RCCrossings::m_cnEdges |
Definition at line 103 of file ExtendedNestingGraph.h.