Open
Graph Drawing
Framework

 v. 2023.09 (Elderberry)
 

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 
38 namespace ogdf {
39 class GraphAttributes;
40 
45 public:
46  // ~Initialize vertex position module
48 
50 
51  DPoint call(GraphAttributes& GA, node v);
52 };
53 }
ogdf
The namespace for all OGDF objects.
Definition: multilevelmixer.cpp:39
ogdf::GraphAttributes
Stores additional attributes of a graph (like layout information).
Definition: GraphAttributes.h:72
Graph.h
Includes declaration of graph class.
ogdf::GenericPoint< double >
VertexPositionModule.h
Optimal Vertex Position interface.
geometry.h
Declaration of classes GenericPoint, GenericPolyline, GenericLine, GenericSegment,...
ogdf::RandomVertexPosition
Interface for computing a good / optimal vertex position.
Definition: RandomVertexPosition.h:44
ogdf::RandomVertexPosition::~RandomVertexPosition
~RandomVertexPosition()
Definition: RandomVertexPosition.h:49
ogdf::VertexPositionModule
Interface for computing a good / optimal vertex position.
Definition: VertexPositionModule.h:44
ogdf::RandomVertexPosition::RandomVertexPosition
RandomVertexPosition()
Definition: RandomVertexPosition.h:47
basic.h
Basic declarations, included by all source files.
OGDF_EXPORT
#define OGDF_EXPORT
Specifies that a function or class is exported by the OGDF DLL.
Definition: config.h:101
ogdf::NodeElement
Class for the representation of nodes.
Definition: Graph_d.h:240