Representation of in- and outpoint lists. More...
#include <ogdf/planarlayout/mixed_model_layout/IOPoints.h>
Public Attributes | |
NodeArray< int > | m_depth |
NodeArray< int > | m_height |
Private Member Functions | |
ListConstIterator< InOutPoint > | searchRealBackward (ListConstIterator< InOutPoint > it) const |
ListConstIterator< InOutPoint > | searchRealForward (ListConstIterator< InOutPoint > it) const |
Private Attributes | |
NodeArray< List< InOutPoint > > | m_in |
AdjEntryArray< bool > | m_mark |
NodeArray< List< InOutPoint > > | m_out |
AdjEntryArray< InOutPoint * > | m_pointOf |
Representation of in- and outpoint lists.
Definition at line 57 of file IOPoints.h.
|
inline |
Definition at line 59 of file IOPoints.h.
|
inlineexplicit |
Definition at line 60 of file IOPoints.h.
|
inline |
Definition at line 63 of file IOPoints.h.
|
inline |
Definition at line 121 of file IOPoints.h.
|
inline |
Definition at line 125 of file IOPoints.h.
Definition at line 150 of file IOPoints.h.
|
inline |
Definition at line 104 of file IOPoints.h.
|
inline |
Definition at line 70 of file IOPoints.h.
|
inline |
Definition at line 172 of file IOPoints.h.
|
inline |
Definition at line 78 of file IOPoints.h.
|
inline |
Definition at line 75 of file IOPoints.h.
|
inline |
Definition at line 176 of file IOPoints.h.
|
inline |
Definition at line 156 of file IOPoints.h.
|
inline |
Definition at line 108 of file IOPoints.h.
|
inline |
Definition at line 95 of file IOPoints.h.
|
inline |
Definition at line 99 of file IOPoints.h.
|
inline |
Definition at line 180 of file IOPoints.h.
|
inline |
Definition at line 188 of file IOPoints.h.
|
inline |
Definition at line 193 of file IOPoints.h.
|
inline |
Definition at line 184 of file IOPoints.h.
InOutPoint ogdf::IOPoints::middleNeighbor | ( | node | z1 | ) | const |
|
inline |
Definition at line 112 of file IOPoints.h.
void ogdf::IOPoints::numDeg1 | ( | node | v, |
int & | xl, | ||
int & | xr, | ||
bool | doubleCount | ||
) | const |
|
inline |
Definition at line 67 of file IOPoints.h.
|
inline |
Definition at line 164 of file IOPoints.h.
|
inline |
Definition at line 85 of file IOPoints.h.
|
inline |
Definition at line 82 of file IOPoints.h.
|
inline |
Definition at line 168 of file IOPoints.h.
|
inline |
Definition at line 90 of file IOPoints.h.
|
inline |
Definition at line 116 of file IOPoints.h.
|
inline |
Definition at line 129 of file IOPoints.h.
void ogdf::IOPoints::restoreDeg1Nodes | ( | PlanRep & | PG, |
ArrayBuffer< PlanRep::Deg1RestoreInfo > & | S | ||
) |
|
private |
|
private |
|
inline |
Definition at line 139 of file IOPoints.h.
|
inline |
Definition at line 135 of file IOPoints.h.
|
inline |
Definition at line 144 of file IOPoints.h.
void ogdf::IOPoints::switchBeginOut | ( | node | v | ) |
void ogdf::IOPoints::switchEndOut | ( | node | v | ) |
NodeArray<int> ogdf::IOPoints::m_depth |
Definition at line 210 of file IOPoints.h.
NodeArray<int> ogdf::IOPoints::m_height |
Definition at line 210 of file IOPoints.h.
|
private |
Definition at line 214 of file IOPoints.h.
|
private |
Definition at line 215 of file IOPoints.h.
|
private |
Definition at line 214 of file IOPoints.h.
|
private |
Definition at line 216 of file IOPoints.h.