Open
Graph Drawing
Framework

 v.2012.05
 

ogdf::PlanRep::Deg1RestoreInfo Struct Reference

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

#include <ogdf/planarity/PlanRep.h>

List of all members.

Public Member Functions

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

Public Attributes

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

Detailed Description

Information for restoring degree-1 nodes.

Definition at line 77 of file PlanRep.h.


Constructor & Destructor Documentation

Definition at line 79 of file PlanRep.h.

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

Definition at line 80 of file PlanRep.h.


Member Data Documentation

the reference adjacency entry for restoring the edge

Definition at line 85 of file PlanRep.h.

the original deg-1 node

Definition at line 84 of file PlanRep.h.

the original edge leading to the deg-1 node

Definition at line 83 of file PlanRep.h.


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