|
Open Graph Drawing Framework |
v. 2023.09 (Elderberry)
|
|
|
Go to the documentation of this file.
92 void callAndReverse(
Graph& G);
101 void callAndDelete(
Graph& G);
The namespace for all OGDF objects.
Includes declaration of graph class.
#define OGDF_MALLOC_NEW_DELETE
Makes the class use malloc for memory allocation.
Data type for general directed graphs (adjacency list representation).
AcyclicSubgraphModule()
Initializes an acyclic subgraph module.
Basic declarations, included by all source files.
#define OGDF_EXPORT
Specifies that a function or class is exported by the OGDF DLL.
Base class of algorithms for computing a maximal acyclic subgraph.
void operator()(const Graph &G, List< edge > &arcSet)
Computes the set of edges arcSet which have to be removed for obtaining an acyclic subgraph of G.
Declaration of memory manager for allocating small pieces of memory.
virtual ~AcyclicSubgraphModule()
Destruction.