49 : m_basis(v), m_AG(&AG), m_useBends(useBends) { }
Includes declaration of graph class.
Basic declarations, included by all source files.
Class for adjacency list elements.
Compares incident edges of a node based on the position of the last bend point or the position of the...
EdgeComparerSimple(const GraphAttributes &AG, const node v, bool useBends=true)
const GraphAttributes * m_AG
bool m_useBends
true iff the algorithm should consider the bend-points
int compare(const adjEntry &e1, const adjEntry &e2) const override
Compares x and y and returns the result as an integer.
Stores additional attributes of a graph (like layout information).
Class for the representation of nodes.
Abstract base class for comparer classes.
Declarations for Comparer objects.
#define OGDF_EXPORT
Specifies that a function or class is exported by the OGDF dynamic library (shared object / DLL),...
The namespace for all OGDF objects.