Interface for computing a good / optimal vertex position.
More...
#include <ogdf/geometric/VertexPositionModule.h>
Interface for computing a good / optimal vertex position.
Definition at line 43 of file VertexPositionModule.h.
◆ VertexPositionModule()
ogdf::VertexPositionModule::VertexPositionModule |
( |
| ) |
|
|
inline |
◆ ~VertexPositionModule()
ogdf::VertexPositionModule::~VertexPositionModule |
( |
| ) |
|
|
inline |
◆ call()
◆ operator()()
◆ setBoundingBox()
Vertex has to be moved within the given bound.
- Parameters
-
x_min | minimum x-coordinate |
y_min | minimum y-coordinate |
x_max | maximum x-coordinate |
y_max | maximum y-coordinate |
Definition at line 56 of file VertexPositionModule.h.
◆ m_x_max
double ogdf::VertexPositionModule::m_x_max = 1 |
|
protected |
◆ m_x_min
double ogdf::VertexPositionModule::m_x_min = 0 |
|
protected |
◆ m_y_max
double ogdf::VertexPositionModule::m_y_max = 1 |
|
protected |
◆ m_y_min
double ogdf::VertexPositionModule::m_y_min = 0 |
|
protected |
The documentation for this class was generated from the following file: