|
Open Graph Drawing Framework |
v. 2023.09 (Elderberry)
|
|
|
Go to the documentation of this file.
39 class GraphAttributes;
49 : m_basis(v), m_AG(&AG), m_useBends(useBends) { }
The namespace for all OGDF objects.
Stores additional attributes of a graph (like layout information).
Includes declaration of graph class.
bool m_useBends
true iff the algorithm should consider the bend-points
Class for adjacency list elements.
Abstract base class for comparer classes.
EdgeComparerSimple(const GraphAttributes &AG, const node v, bool useBends=true)
const GraphAttributes * m_AG
Compares incident edges of a node based on the position of the last bend point or the position of the...
Basic declarations, included by all source files.
#define OGDF_EXPORT
Specifies that a function or class is exported by the OGDF DLL.
Declarations for Comparer objects.
Class for the representation of nodes.