Information for restoring degree-1 nodes.
More...
#include <ogdf/planarity/PlanRep.h>
List of all members.
Detailed Description
Information for restoring degree-1 nodes.
Definition at line 78 of file PlanRep.h.
Constructor & Destructor Documentation
| ogdf::PlanRep::Deg1RestoreInfo::Deg1RestoreInfo |
( |
| ) |
|
|
inline |
| ogdf::PlanRep::Deg1RestoreInfo::Deg1RestoreInfo |
( |
edge |
eOrig, |
|
|
node |
deg1Orig, |
|
|
adjEntry |
adjRef |
|
) |
| |
|
inline |
Member Data Documentation
| adjEntry ogdf::PlanRep::Deg1RestoreInfo::m_adjRef |
the reference adjacency entry for restoring the edge
Definition at line 86 of file PlanRep.h.
| node ogdf::PlanRep::Deg1RestoreInfo::m_deg1Original |
the original deg-1 node
Definition at line 85 of file PlanRep.h.
| edge ogdf::PlanRep::Deg1RestoreInfo::m_eOriginal |
the original edge leading to the deg-1 node
Definition at line 84 of file PlanRep.h.
The documentation for this struct was generated from the following file: