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