#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 66 of file ExtendedNestingGraph.h.
|
inline |
Definition at line 68 of file ExtendedNestingGraph.h.
|
inline |
Definition at line 73 of file ExtendedNestingGraph.h.
|
inlinestatic |
Definition at line 123 of file ExtendedNestingGraph.h.
|
inline |
Definition at line 82 of file ExtendedNestingGraph.h.
|
inline |
Definition at line 78 of file ExtendedNestingGraph.h.
|
inline |
Definition at line 114 of file ExtendedNestingGraph.h.
|
inline |
Definition at line 92 of file ExtendedNestingGraph.h.
|
inline |
Definition at line 86 of file ExtendedNestingGraph.h.
|
inline |
Definition at line 96 of file ExtendedNestingGraph.h.
|
inline |
Definition at line 107 of file ExtendedNestingGraph.h.
|
inline |
Definition at line 100 of file ExtendedNestingGraph.h.
|
inline |
Definition at line 118 of file ExtendedNestingGraph.h.
| int ogdf::RCCrossings::m_cnClusters |
Definition at line 131 of file ExtendedNestingGraph.h.
| int ogdf::RCCrossings::m_cnEdges |
Definition at line 132 of file ExtendedNestingGraph.h.