Saves information about a pertinent node w between two stopping vertices. More...
#include <ogdf/planarity/boyer_myrvold/FindKuratowskis.h>
Public Types | |
enum class | MinorType { A = 0x0001 , B = 0x0002 , C = 0x0004 , D = 0x0008 , E = 0x0010 } |
All possible base minortypes on w. More... | |
Public Attributes | |
SListIterator< ExternE > | externEEnd |
SListIterator< ExternE > | externEStart |
node | firstExternEAfterW |
ArrayBuffer< adjEntry > * | highestXYPath |
int | minorType |
SListPure< SListPure< edge > > | pertinentPaths |
bool | pxAboveStopX |
bool | pyAboveStopY |
node | w |
ArrayBuffer< adjEntry > * | zPath |
Saves information about a pertinent node w between two stopping vertices.
In particular links to appropriate highest-XY-Path and z-nodes are maintained
Definition at line 55 of file FindKuratowskis.h.
|
strong |
All possible base minortypes on w.
Enumerator | |
---|---|
A | |
B | |
C | |
D | |
E |
Definition at line 59 of file FindKuratowskis.h.
SListIterator<ExternE> ogdf::WInfo::externEEnd |
Definition at line 77 of file FindKuratowskis.h.
SListIterator<ExternE> ogdf::WInfo::externEStart |
Definition at line 76 of file FindKuratowskis.h.
node ogdf::WInfo::firstExternEAfterW |
Definition at line 78 of file FindKuratowskis.h.
ArrayBuffer<adjEntry>* ogdf::WInfo::highestXYPath |
Definition at line 68 of file FindKuratowskis.h.
int ogdf::WInfo::minorType |
Definition at line 66 of file FindKuratowskis.h.
Definition at line 74 of file FindKuratowskis.h.
bool ogdf::WInfo::pxAboveStopX |
Definition at line 71 of file FindKuratowskis.h.
bool ogdf::WInfo::pyAboveStopY |
Definition at line 72 of file FindKuratowskis.h.
node ogdf::WInfo::w |
Definition at line 56 of file FindKuratowskis.h.
ArrayBuffer<adjEntry>* ogdf::WInfo::zPath |
Definition at line 69 of file FindKuratowskis.h.