41class ShellingOrderSet;
Includes declaration of graph class.
Declares the base class ShellingOrderModule for modules that compute a shelling order of a graph.
Basic declarations, included by all source files.
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 dynamic library (shared object / DLL),...
The namespace for all OGDF objects.