|
Open Graph Drawing Framework |
v. 2023.09 (Elderberry)
|
|
|
Go to the documentation of this file.
38 class CrossingsMatrix;
39 class HierarchyLevels;
60 enum class Strategy { LeftToRight, DescDegree, Random };
66 virtual void call(
Level& L)
override;
69 virtual void cleanup()
override;
The namespace for all OGDF objects.
Implements crossings matrix which is used by some TwoLayerCrossingMinimization heuristics (e....
Strategy
Enumerates the different sifting strategies.
The sifting heuristic for 2-layer crossing minimization.
CrossingsMatrix * m_crossingMatrix
Strategy strategy() const
Get for Strategy.
Declaration of interface for two-layer crossing minimization algorithms.
void strategy(Strategy strategy)
Set for Strategy.
Basic declarations, included by all source files.
#define OGDF_EXPORT
Specifies that a function or class is exported by the OGDF DLL.
virtual LayerByLayerSweep * clone() const override
Returns a new instance of the sifting heuristic with the same option settings.
Representation of levels in hierarchies.
Interface of two-layer crossing minimization algorithms.
Representation of proper hierarchies used by Sugiyama-layout.