Open
Graph Drawing
Framework

 v. 2023.09 (Elderberry)
 

Loading...
Searching...
No Matches
ogdf::PlanRep::Deg1RestoreInfo Struct Reference

Information for restoring degree-1 nodes. More...

#include <ogdf/planarity/PlanRep.h>

Public Member Functions

 Deg1RestoreInfo ()
 
 Deg1RestoreInfo (edge eOrig, node deg1Orig, adjEntry adjRef)
 

Public Attributes

adjEntry m_adjRef
 the reference adjacency entry for restoring the edge
 
node m_deg1Original
 the original deg-1 node
 
edge m_eOriginal
 the original edge leading to the deg-1 node
 

Detailed Description

Information for restoring degree-1 nodes.

Definition at line 60 of file PlanRep.h.

Constructor & Destructor Documentation

◆ Deg1RestoreInfo() [1/2]

ogdf::PlanRep::Deg1RestoreInfo::Deg1RestoreInfo ( )
inline

Definition at line 61 of file PlanRep.h.

◆ Deg1RestoreInfo() [2/2]

ogdf::PlanRep::Deg1RestoreInfo::Deg1RestoreInfo ( edge  eOrig,
node  deg1Orig,
adjEntry  adjRef 
)
inline

Definition at line 63 of file PlanRep.h.

Member Data Documentation

◆ m_adjRef

adjEntry ogdf::PlanRep::Deg1RestoreInfo::m_adjRef

the reference adjacency entry for restoring the edge

Definition at line 68 of file PlanRep.h.

◆ m_deg1Original

node ogdf::PlanRep::Deg1RestoreInfo::m_deg1Original

the original deg-1 node

Definition at line 67 of file PlanRep.h.

◆ m_eOriginal

edge ogdf::PlanRep::Deg1RestoreInfo::m_eOriginal

the original edge leading to the deg-1 node

Definition at line 66 of file PlanRep.h.


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