Open
Graph Drawing
Framework

 v.2012.07
 

ogdf::IncNodeInserter Class Reference

#include <ogdf/basic/IncNodeInserter.h>

+ Inheritance diagram for ogdf::IncNodeInserter:

List of all members.

Public Member Functions

 IncNodeInserter (PlanRepInc &PG)
virtual void insertCopyNode (node v, CombinatorialEmbedding &E, Graph::NodeType vTyp)=0

Protected Member Functions

virtual face getInsertionFace (node v, CombinatorialEmbedding &E)=0

Protected Attributes

PlanRepIncm_planRep

Detailed Description

Definition at line 74 of file IncNodeInserter.h.


Constructor & Destructor Documentation

ogdf::IncNodeInserter::IncNodeInserter ( PlanRepInc PG)
inline

Definition at line 78 of file IncNodeInserter.h.


Member Function Documentation

virtual face ogdf::IncNodeInserter::getInsertionFace ( node  v,
CombinatorialEmbedding E 
)
protectedpure virtual

Implemented in ogdf::SimpleIncNodeInserter.

virtual void ogdf::IncNodeInserter::insertCopyNode ( node  v,
CombinatorialEmbedding E,
Graph::NodeType  vTyp 
)
pure virtual

Implemented in ogdf::SimpleIncNodeInserter.


Member Data Documentation

PlanRepInc* ogdf::IncNodeInserter::m_planRep
protected

Definition at line 90 of file IncNodeInserter.h.


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