#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 49 of file ExtendedNestingGraph.h.
|
inline |
Definition at line 50 of file ExtendedNestingGraph.h.
|
inline |
Definition at line 55 of file ExtendedNestingGraph.h.
|
inlinestatic |
Definition at line 101 of file ExtendedNestingGraph.h.
|
inline |
Definition at line 62 of file ExtendedNestingGraph.h.
|
inline |
Definition at line 60 of file ExtendedNestingGraph.h.
|
inline |
Definition at line 94 of file ExtendedNestingGraph.h.
|
inline |
Definition at line 70 of file ExtendedNestingGraph.h.
|
inline |
Definition at line 64 of file ExtendedNestingGraph.h.
|
inline |
Definition at line 74 of file ExtendedNestingGraph.h.
|
inline |
Definition at line 86 of file ExtendedNestingGraph.h.
|
inline |
Definition at line 78 of file ExtendedNestingGraph.h.
|
inline |
Definition at line 96 of file ExtendedNestingGraph.h.
int ogdf::RCCrossings::m_cnClusters |
Definition at line 109 of file ExtendedNestingGraph.h.
int ogdf::RCCrossings::m_cnEdges |
Definition at line 110 of file ExtendedNestingGraph.h.