|
Open Graph Drawing Framework |
v. 2023.09 (Elderberry)
|
|
|
Go to the documentation of this file.
43 class EdgeInsertionModule;
72 return doCallPostprocessing(pr, origEdges,
nullptr,
nullptr,
nullptr);
The namespace for all OGDF objects.
Includes declaration of graph class.
Optimal edge insertion module.
Light-weight version of a planarized representation, associated with a PlanRep.
VariableEmbeddingInserterBase()
Creates an instance of variable embedding edge inserter with default settings.
Interface for edge insertion algorithms.
The parameterized class Array implements dynamic arrays of type E.
Declaration of class VariablEmbeddingInserterBase.
Basic declarations, included by all source files.
#define OGDF_EXPORT
Specifies that a function or class is exported by the OGDF DLL.
Declaration and implementation of Array class and Array algorithms.
Declares base class for all module types.
ReturnType
The return type of a module.
Module::ReturnType callPostprocessing(PlanRepLight &pr, const Array< edge > &origEdges)
Calls only the postprocessing; assumes that all edges in origEdges are already inserted into pr.
Common parameter functionality for ogdf::VariableEmbeddingInserter and ogdf::VariableEmbeddingInserte...
RegisteredArray for edges of a graph, specialized for EdgeArray<edge>.