Open
Graph Drawing
Framework

 v.2010.10
 

Public Types | Public Attributes

ogdf::WInfo Struct Reference

Saves information about a pertinent node w between two stopping vertices. More...

#include <ogdf/internal/planarity/FindKuratowskis.h>

List of all members.

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< ExternEexternEStart
SListIterator< ExternEexternEEnd
node firstExternEAfterW

Detailed Description

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.


Member Enumeration Documentation

All possible base minortypes on w.

Enumerator:
A 
B 
C 
D 
E 

Definition at line 86 of file FindKuratowskis.h.


Member Data Documentation

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.


The documentation for this struct was generated from the following file: