Open
Graph Drawing
Framework

 v. 2023.09 (Elderberry)
 

RandomVertexPosition.h
Go to the documentation of this file.
1 
32 #pragma once
35 
36 namespace ogdf {
37 
42 public:
43  // ~Initialize vertex position module
45 
47 
48  DPoint call(GraphAttributes& GA, node v);
49 };
50 }
ogdf
The namespace for all OGDF objects.
Definition: AugmentationModule.h:36
ogdf::GraphAttributes
Stores additional attributes of a graph (like layout information).
Definition: GraphAttributes.h:66
GraphAttributes.h
Declaration of class GraphAttributes which extends a Graph by additional attributes.
ogdf::GenericPoint< double >
VertexPositionModule.h
Optimal Vertex Position interface.
ogdf::RandomVertexPosition
Interface for computing a good / optimal vertex position.
Definition: RandomVertexPosition.h:41
ogdf::RandomVertexPosition::~RandomVertexPosition
~RandomVertexPosition()
Definition: RandomVertexPosition.h:46
ogdf::VertexPositionModule
Interface for computing a good / optimal vertex position.
Definition: VertexPositionModule.h:43
ogdf::RandomVertexPosition::RandomVertexPosition
RandomVertexPosition()
Definition: RandomVertexPosition.h:44
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:233