|
Open Graph Drawing Framework |
v. 2023.09 (Elderberry)
|
|
|
Go to the documentation of this file.
41 class PlanRepExpansion;
67 return doCall(PG, origEdges,
nullptr);
82 return doCall(PG, origEdges, &forbiddenEdgeOrig);
The namespace for all OGDF objects.
Includes declaration of graph class.
ReturnType call(PlanRepExpansion &PG, const List< edge > &origEdges, const EdgeArray< bool > &forbiddenEdgeOrig)
Inserts all edges in origEdges into PG and forbids crossing forbiddenEdges.
virtual ~MMEdgeInsertionModule()
Planarized representations (of a connected component) of a graph.
ReturnType call(PlanRepExpansion &PG, const List< edge > &origEdges)
Inserts all edges in origEdges into PG.
MMEdgeInsertionModule()
Initializes a minor-monotone edge insertion module.
#define OGDF_MALLOC_NEW_DELETE
Makes the class use malloc for memory allocation.
Interface for minor-monotone edge insertion algorithms.
Basic declarations, included by all source files.
#define OGDF_EXPORT
Specifies that a function or class is exported by the OGDF DLL.
Declares base class for all module types.
ReturnType
The return type of a module.
Declaration of memory manager for allocating small pieces of memory.
RegisteredArray for edges of a graph, specialized for EdgeArray<edge>.