|
Open Graph Drawing Framework |
v. 2023.09 (Elderberry)
|
|
|
Go to the documentation of this file.
83 int& crossingNumber)
override;
94 HigherNonPlanarDegree,
The namespace for all OGDF objects.
Includes declaration of graph class.
NodeSelectionMethod nodeSelectionMethod()
Returns the used method of selecting nodes to reinsert.
Planarized representations (of a connected component) of a graph.
Base class for crossing minimization algorithms.
void nodeSelectionMethod(NodeSelectionMethod method)
Sets the used method of selecting nodes to reinsert.
Declaration of CrossingMinimization Module, an interface for crossing minimization algorithms.
std::unique_ptr< PlanarSubgraphModule< int > > m_subgraph
< The planar subgraph algorithm.
NodeSelectionMethod
Determines the node(s) of each deleted edge e which will be reinserted if neither of them is a cut ve...
Declaration of interface for planar subgraph algorithms.
void setSubgraph(PlanarSubgraphModule< int > *pSubgraph)
Sets the module option for the computation of the planar subgraph.
NodeSelectionMethod m_nodeSelectionMethod
Basic declarations, included by all source files.
#define OGDF_EXPORT
Specifies that a function or class is exported by the OGDF DLL.
ReturnType
The return type of a module.
RegisteredArray for edges of a graph, specialized for EdgeArray<edge>.