|
Open Graph Drawing Framework |
v. 2023.09 (Elderberry)
|
|
|
The namespace for all OGDF objects.
Stores additional attributes of a graph (like layout information).
Includes declaration of graph class.
Planarized representations (of a connected component) of a graph.
Declaration of classes GenericPoint, GenericPolyline, GenericLine, GenericSegment,...
Class for adjacency list elements.
Abstract base class for comparer classes.
EdgeComparer(const GraphAttributes &AG, const PlanRep &PR)
Constructor for a given PlanRep and given GraphAttributes.
int orientation(const DPoint &p, const DPoint &q, const DPoint &r)
EdgeComparer(const GraphAttributes &AG)
Constructor for given GraphAttributes.
Compares adjacency entries based on the position of the nodes given by GraphAttribute layout informat...
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.
const GraphAttributes * m_AG