#include <ogdf/basic/IncNodeInserter.h>
Public Member Functions | |
IncNodeInserter (PlanRepInc &PG) | |
Creates inserter on PG . | |
virtual void | insertCopyNode (node v, CombinatorialEmbedding &E, Graph::NodeType vTyp)=0 |
Inserts copy in m_planRep for original node v . | |
Protected Member Functions | |
virtual face | getInsertionFace (node v, CombinatorialEmbedding &E)=0 |
Returns a face to insert a copy of v and a list of adjacency entries corresponding to the insertion adjEntries for the adjacent edges. | |
Protected Attributes | |
PlanRepInc * | m_planRep |
pointer to a PlanRepInc that is to be changed | |
Definition at line 46 of file IncNodeInserter.h.
|
inlineexplicit |
Creates inserter on PG
.
Definition at line 49 of file IncNodeInserter.h.
|
protectedpure virtual |
Returns a face to insert a copy of v
and a list of adjacency entries corresponding to the insertion adjEntries for the adjacent edges.
Implemented in ogdf::SimpleIncNodeInserter.
|
pure virtual |
Inserts copy in m_planRep for original node v
.
Implemented in ogdf::SimpleIncNodeInserter.
|
protected |
pointer to a PlanRepInc that is to be changed
Definition at line 61 of file IncNodeInserter.h.