Saves information about a pertinent node w between two stopping vertices. More...
#include <ogdf/internal/planarity/FindKuratowskis.h>
Public Types | |
| enum | enumMinorType { A = 0x0001, B = 0x0002, C = 0x0004, D = 0x0008, E = 0x0010 } |
All possible base minortypes on w. More... | |
Public Attributes | |
| node | w |
| int | minorType |
| SListPure< adjEntry > * | highestXYPath |
| SListPure< adjEntry > * | zPath |
| bool | pxAboveStopX |
| bool | pyAboveStopY |
| SListPure< SListPure< edge > > | pertinentPaths |
| SListIterator< ExternE > | externEStart |
| SListIterator< ExternE > | externEEnd |
| node | firstExternEAfterW |
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 81 of file FindKuratowskis.h.
All possible base minortypes on w.
Definition at line 86 of file FindKuratowskis.h.
Definition at line 104 of file FindKuratowskis.h.
Definition at line 103 of file FindKuratowskis.h.
Definition at line 105 of file FindKuratowskis.h.
Definition at line 95 of file FindKuratowskis.h.
Definition at line 93 of file FindKuratowskis.h.
Definition at line 101 of file FindKuratowskis.h.
Definition at line 98 of file FindKuratowskis.h.
Definition at line 99 of file FindKuratowskis.h.
Definition at line 83 of file FindKuratowskis.h.
Definition at line 96 of file FindKuratowskis.h.