#include <ogdf/basic/IncNodeInserter.h>
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 | |
| PlanRepInc * | m_planRep |
Definition at line 73 of file IncNodeInserter.h.
| ogdf::IncNodeInserter::IncNodeInserter | ( | PlanRepInc & | PG | ) | [inline] |
Definition at line 77 of file IncNodeInserter.h.
| virtual face ogdf::IncNodeInserter::getInsertionFace | ( | node | v, |
| CombinatorialEmbedding & | E | ||
| ) | [protected, pure virtual] |
Implemented in ogdf::SimpleIncNodeInserter.
| virtual void ogdf::IncNodeInserter::insertCopyNode | ( | node | v, |
| CombinatorialEmbedding & | E, | ||
| Graph::NodeType | vTyp | ||
| ) | [pure virtual] |
Implemented in ogdf::SimpleIncNodeInserter.
PlanRepInc* ogdf::IncNodeInserter::m_planRep [protected] |
Definition at line 89 of file IncNodeInserter.h.