Information for restoring degree-1 nodes.
More...
#include <ogdf/planarity/PlanRep.h>
Information for restoring degree-1 nodes.
Definition at line 72 of file PlanRep.h.
◆ Deg1RestoreInfo() [1/2]
ogdf::PlanRep::Deg1RestoreInfo::Deg1RestoreInfo |
( |
| ) |
|
|
inline |
◆ Deg1RestoreInfo() [2/2]
ogdf::PlanRep::Deg1RestoreInfo::Deg1RestoreInfo |
( |
edge |
eOrig, |
|
|
node |
deg1Orig, |
|
|
adjEntry |
adjRef |
|
) |
| |
|
inline |
◆ m_adjRef
adjEntry ogdf::PlanRep::Deg1RestoreInfo::m_adjRef |
the reference adjacency entry for restoring the edge
Definition at line 80 of file PlanRep.h.
◆ m_deg1Original
node ogdf::PlanRep::Deg1RestoreInfo::m_deg1Original |
the original deg-1 node
Definition at line 79 of file PlanRep.h.
◆ m_eOriginal
edge ogdf::PlanRep::Deg1RestoreInfo::m_eOriginal |
the original edge leading to the deg-1 node
Definition at line 78 of file PlanRep.h.
The documentation for this struct was generated from the following file: