Declares the base class ShellingOrderModule for modules that compute a shelling order of a graph.
Class for adjacency list elements.
Computation of the shelling order for biconnected graphs.
virtual void doCall(const Graph &G, adjEntry adj, List< ShellingOrderSet > &partition) override
The actual implementation of the module call.
BiconnectedShellingOrder()
Creates a biconnected shelling order module.
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.
#define OGDF_EXPORT
Specifies that a function or class is exported by the OGDF DLL.
The namespace for all OGDF objects.