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 63 of file IOPoints.h.
|
inline |
Definition at line 65 of file IOPoints.h.
|
inlineexplicit |
Definition at line 67 of file IOPoints.h.
|
inline |
Definition at line 70 of file IOPoints.h.
|
inline |
Definition at line 112 of file IOPoints.h.
|
inline |
Definition at line 117 of file IOPoints.h.
Definition at line 142 of file IOPoints.h.
|
inline |
Definition at line 95 of file IOPoints.h.
|
inline |
Definition at line 75 of file IOPoints.h.
|
inline |
Definition at line 163 of file IOPoints.h.
|
inline |
Definition at line 80 of file IOPoints.h.
|
inline |
Definition at line 78 of file IOPoints.h.
|
inline |
Definition at line 165 of file IOPoints.h.
|
inline |
Definition at line 148 of file IOPoints.h.
|
inline |
Definition at line 99 of file IOPoints.h.
|
inline |
Definition at line 90 of file IOPoints.h.
|
inline |
Definition at line 92 of file IOPoints.h.
|
inline |
Definition at line 167 of file IOPoints.h.
|
inline |
Definition at line 171 of file IOPoints.h.
|
inline |
Definition at line 175 of file IOPoints.h.
|
inline |
Definition at line 169 of file IOPoints.h.
InOutPoint ogdf::IOPoints::middleNeighbor | ( | node | z1 | ) | const |
|
inline |
Definition at line 103 of file IOPoints.h.
void ogdf::IOPoints::numDeg1 | ( | node | v, |
int & | xl, | ||
int & | xr, | ||
bool | doubleCount | ||
) | const |
|
inline |
Definition at line 73 of file IOPoints.h.
|
inline |
Definition at line 159 of file IOPoints.h.
|
inline |
Definition at line 84 of file IOPoints.h.
|
inline |
Definition at line 82 of file IOPoints.h.
|
inline |
Definition at line 161 of file IOPoints.h.
|
inline |
Definition at line 87 of file IOPoints.h.
|
inline |
Definition at line 107 of file IOPoints.h.
|
inline |
Definition at line 122 of file IOPoints.h.
void ogdf::IOPoints::restoreDeg1Nodes | ( | PlanRep & | PG, |
ArrayBuffer< PlanRep::Deg1RestoreInfo > & | S | ||
) |
|
private |
|
private |
|
inline |
Definition at line 133 of file IOPoints.h.
|
inline |
Definition at line 128 of file IOPoints.h.
|
inline |
Definition at line 138 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 190 of file IOPoints.h.
NodeArray<int> ogdf::IOPoints::m_height |
Definition at line 190 of file IOPoints.h.
|
private |
Definition at line 194 of file IOPoints.h.
|
private |
Definition at line 195 of file IOPoints.h.
|
private |
Definition at line 194 of file IOPoints.h.
|
private |
Definition at line 196 of file IOPoints.h.