|
Open Graph Drawing Framework |
v. 2023.09 (Elderberry)
|
|
|
Go to the documentation of this file.
53 std::vector<node> nodes;
60 }
while (current != first && current != NULL);
The namespace for all OGDF objects.
Includes declaration of graph class.
int index() const
Returns the (unique) node index.
Class for adjacency list elements.
adjEntry firstAdj() const
Returns the first adjacency element in the face.
edge theEdge() const
Returns the edge associated with this adjacency entry.
node source() const
Returns the source node of the edge.
int index() const
Returns the index of the face.
Declaration of CombinatorialEmbedding and face.
Class for the representation of edges.
node target() const
Returns the target node of the edge.
adjEntry nextFaceEdge(adjEntry adj) const
Returns the successor of adj in the list of all adjacency elements in the face.
Class for the representation of nodes.
Faces in a combinatorial embedding.