Declares the base class ShellingOrderModule for modules that compute a shelling order of a graph.
Class for adjacency list elements.
Data type for general directed graphs (adjacency list representation).
Doubly linked lists (maintaining the length of the list).
Base class for modules that compute a shelling order of a graph.
Computation of a shelling order for a triconnected and simple (no multi-edges, no self-loops) planar ...
virtual void doCall(const Graph &G, adjEntry adj, List< ShellingOrderSet > &partition) override
This pure virtual function does the actual computation.
TriconnectedShellingOrder()
#define OGDF_EXPORT
Specifies that a function or class is exported by the OGDF DLL.
The namespace for all OGDF objects.