#include <ogdf/layered/ExtendedNestingGraph.h>
Public Member Functions | |
| RCCrossings () | |
| RCCrossings (int cnClusters, int cnEdges) | |
| void | incEdges (int cn) |
| void | incClusters () |
| RCCrossings & | operator+= (const RCCrossings &cr) |
| RCCrossings | operator+ (const RCCrossings &cr) const |
| RCCrossings | operator- (const RCCrossings &cr) const |
| bool | operator<= (const RCCrossings &cr) const |
| bool | operator< (const RCCrossings &cr) const |
| bool | isZero () 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 65 of file ExtendedNestingGraph.h.
| ogdf::RCCrossings::RCCrossings | ( | ) | [inline] |
Definition at line 67 of file ExtendedNestingGraph.h.
| ogdf::RCCrossings::RCCrossings | ( | int | cnClusters, |
| int | cnEdges | ||
| ) | [inline] |
Definition at line 72 of file ExtendedNestingGraph.h.
| static int ogdf::RCCrossings::compare | ( | const RCCrossings & | x, |
| const RCCrossings & | y | ||
| ) | [inline, static] |
Definition at line 122 of file ExtendedNestingGraph.h.
| void ogdf::RCCrossings::incClusters | ( | ) | [inline] |
Definition at line 81 of file ExtendedNestingGraph.h.
| void ogdf::RCCrossings::incEdges | ( | int | cn | ) | [inline] |
Definition at line 77 of file ExtendedNestingGraph.h.
| bool ogdf::RCCrossings::isZero | ( | ) | const [inline] |
Definition at line 113 of file ExtendedNestingGraph.h.
| RCCrossings ogdf::RCCrossings::operator+ | ( | const RCCrossings & | cr | ) | const [inline] |
Definition at line 91 of file ExtendedNestingGraph.h.
| RCCrossings& ogdf::RCCrossings::operator+= | ( | const RCCrossings & | cr | ) | [inline] |
Definition at line 85 of file ExtendedNestingGraph.h.
| RCCrossings ogdf::RCCrossings::operator- | ( | const RCCrossings & | cr | ) | const [inline] |
Definition at line 95 of file ExtendedNestingGraph.h.
| bool ogdf::RCCrossings::operator< | ( | const RCCrossings & | cr | ) | const [inline] |
Definition at line 106 of file ExtendedNestingGraph.h.
| bool ogdf::RCCrossings::operator<= | ( | const RCCrossings & | cr | ) | const [inline] |
Definition at line 99 of file ExtendedNestingGraph.h.
| RCCrossings& ogdf::RCCrossings::setInfinity | ( | ) | [inline] |
Definition at line 117 of file ExtendedNestingGraph.h.
Definition at line 130 of file ExtendedNestingGraph.h.
Definition at line 131 of file ExtendedNestingGraph.h.