Interface for computing a good / optimal vertex position. More...
#include <ogdf/geometric/RandomVertexPosition.h>
Public Member Functions | |
RandomVertexPosition () | |
~RandomVertexPosition () | |
DPoint | call (GraphAttributes &GA, node v) |
computes a good position for the vertex v with respect to GA More... | |
Public Member Functions inherited from ogdf::VertexPositionModule | |
VertexPositionModule () | |
~VertexPositionModule () | |
DPoint | operator() (GraphAttributes &GA, node v) |
computes a good position for the vertex v with respect to GA More... | |
void | setBoundingBox (double x_min, double y_min, double x_max, double y_max) |
Vertex has to be moved within the given bound. More... | |
Additional Inherited Members | |
Protected Attributes inherited from ogdf::VertexPositionModule | |
double | m_x_max = 1 |
double | m_x_min = 0 |
double | m_y_max = 1 |
double | m_y_min = 0 |
Interface for computing a good / optimal vertex position.
Definition at line 44 of file RandomVertexPosition.h.
|
inline |
Definition at line 47 of file RandomVertexPosition.h.
|
inline |
Definition at line 49 of file RandomVertexPosition.h.
|
virtual |
computes a good position for the vertex v
with respect to GA
Implements ogdf::VertexPositionModule.