|
Open Graph Drawing Framework |
v. 2023.09 (Elderberry)
|
|
|
The namespace for all OGDF objects.
Interface for algorithms for computing an upward planar subgraph.
Includes declaration of graph class.
Copies of graphs supporting edge splitting.
virtual ~UpwardPlanarSubgraphModule()
void operator()(const Graph &G, List< edge > &delEdges)
Computes set of edges delEdges which have to be deleted to obtain the upward planar subgraph.
#define OGDF_MALLOC_NEW_DELETE
Makes the class use malloc for memory allocation.
Data type for general directed graphs (adjacency list representation).
Basic declarations, included by all source files.
#define OGDF_EXPORT
Specifies that a function or class is exported by the OGDF DLL.
UpwardPlanarSubgraphModule()
Initializes an upward planar subgraph module.
Declaration of memory manager for allocating small pieces of memory.