|
Open Graph Drawing Framework |
v. 2023.09 (Elderberry)
|
|
|
Go to the documentation of this file.
39 class GraphAttributes;
57 void setBoundingBox(
double x_min,
double y_min,
double x_max,
double y_max) {
The namespace for all OGDF objects.
Stores additional attributes of a graph (like layout information).
Includes declaration of graph class.
Declaration of classes GenericPoint, GenericPolyline, GenericLine, GenericSegment,...
DPoint operator()(GraphAttributes &GA, node v)
computes a good position for the vertex v with respect to GA
Interface for computing a good / optimal vertex position.
Basic declarations, included by all source files.
#define OGDF_EXPORT
Specifies that a function or class is exported by the OGDF DLL.
void setBoundingBox(double x_min, double y_min, double x_max, double y_max)
Vertex has to be moved within the given bound.
Class for the representation of nodes.