|
Open Graph Drawing Framework |
v. 2023.09 (Elderberry)
|
|
|
Go to the documentation of this file.
43 class HierarchyLevels;
56 int operator()(
int i,
int j)
const {
return matrix(map[i], map[j]); }
58 void swap(
int i,
int j) { map.swap(i, j); }
The namespace for all OGDF objects.
Includes declaration of graph class.
int m_bigM
need this for SimDraw to grant epsilon-crossings instead of zero-crossings
Implements crossings matrix which is used by some TwoLayerCrossingMinimization heuristics (e....
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.
Representation of levels in hierarchies.
Declaration and implementation of class Array2D which implements dynamic two dimensional arrays.
int operator()(int i, int j) const
Representation of proper hierarchies used by Sugiyama-layout.
RegisteredArray for edges of a graph, specialized for EdgeArray<edge>.