|
Open Graph Drawing Framework |
v. 2023.09 (Elderberry)
|
|
|
Go to the documentation of this file.
63 return call(G,
nullptr, delEdges);
79 return doCall(G, pCost, delEdges);
The namespace for all OGDF objects.
Includes declaration of graph class.
virtual ~CPlanarSubgraphModule()
Destruction.
ReturnType call(const ClusterGraph &G, const EdgeArray< double > *pCost, List< edge > &delEdges)
Computes set of edges delEdges, which have to be deleted in order to get a c-planar subgraph.
virtual ReturnType doCall(const ClusterGraph &CG, const EdgeArray< double > *pCost, List< edge > &delEdges)=0
Computes a c-planar subgraph.
CPlanarSubgraphModule()
Constructs a cplanar subgraph module.
Declares base class for modules with timeout functionality.
ReturnType call(const ClusterGraph &G, List< edge > &delEdges)
Computes set of edges delEdges, which have to be deleted in order to get a c-planar subgraph.
#define OGDF_MALLOC_NEW_DELETE
Makes the class use malloc for memory allocation.
Interface of algorithms for the computation of c-planar subgraphs.
class for timeout funtionality.
Declares base class for all module types.
ReturnType
The return type of a module.
Representation of clustered graphs.
Declaration of memory manager for allocating small pieces of memory.
RegisteredArray for edges of a graph, specialized for EdgeArray<edge>.