Open
Graph Drawing
Framework

 v. 2023.09 (Elderberry)
 

Loading...
Searching...
No Matches
RandomVertexPosition.h
Go to the documentation of this file.
1
32#pragma once
33#include <ogdf/basic/Graph.h>
34#include <ogdf/basic/basic.h>
35#include <ogdf/basic/geometry.h>
37
38namespace ogdf {
39class GraphAttributes;
40
45public:
46 // ~Initialize vertex position module
48
50
52};
53}
Includes declaration of graph class.
Optimal Vertex Position interface.
Declaration of classes GenericPoint, GenericPolyline, GenericLine, GenericSegment,...
Basic declarations, included by all source files.
Stores additional attributes of a graph (like layout information).
Class for the representation of nodes.
Definition Graph_d.h:241
Interface for computing a good / optimal vertex position.
DPoint call(GraphAttributes &GA, node v)
computes a good position for the vertex v with respect to GA
Interface for computing a good / optimal vertex position.
#define OGDF_EXPORT
Specifies that a function or class is exported by the OGDF dynamic library (shared object / DLL),...
Definition config.h:117
The namespace for all OGDF objects.