Declaration of CombinatorialEmbedding and face.
Includes declaration of graph class.
Basic declarations, included by all source files.
Combinatorial embeddings of planar graphs with modification functionality.
Faces in a combinatorial embedding.
NodeType
The type of nodes.
virtual void insertCopyNode(node v, CombinatorialEmbedding &E, Graph::NodeType vTyp)=0
Inserts copy in m_planRep for original node v.
IncNodeInserter(PlanRepInc &PG)
Creates inserter on PG.
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 a...
PlanRepInc * m_planRep
pointer to a PlanRepInc that is to be changed
Class for the representation of nodes.
This class is only an adaption of PlanRep for the special incremental drawing case.
#define OGDF_EXPORT
Specifies that a function or class is exported by the OGDF dynamic library (shared object / DLL),...
The namespace for all OGDF objects.