|
Open Graph Drawing Framework |
v. 2023.09 (Elderberry)
|
|
|
The namespace for all OGDF objects.
Includes declaration of graph class.
Planarized representations (of a connected component) of a graph.
Base class for modules that compute a shelling order of a graph.
The node set in a shelling order of a graph.
node operator()(int k, int i) const
Class for adjacency list elements.
int length() const
Returns the number of sets in the node partition.
int rank(node v) const
Returns the rank of node v, where rank(v) = i iff v is contained in Vi.
void init(PlanRep &PG, ShellingOrderModule &compOrder, adjEntry adjExternal)
int len(int i) const
Returns the length of the i-th order set Vi.
const ShellingOrderSet & operator[](int k) const
Declaration and implementation of Array class and Array algorithms.
Declares classes ShellingOrderSet and ShellingOrder.
The shelling order of a graph.
Class for the representation of nodes.