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
35
36namespace ogdf {
37
42public:
43 // ~Initialize vertex position module
45
47
49};
50}
Declaration of class GraphAttributes which extends a Graph by additional attributes.
Optimal Vertex Position interface.
Stores additional attributes of a graph (like layout information).
Class for the representation of nodes.
Definition Graph_d.h:177
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 DLL.
Definition config.h:101
static MultilevelBuilder * getDoubleFactoredZeroAdjustedMerger()
The namespace for all OGDF objects.