#include <ogdf/energybased/davidson_harel/PlanarityGrid.h>
|
void | compCandEnergy () override |
| computes the energy if m_testNode changes position to m_testX and m_testY, sets the value of m_candidateEnergy.
|
|
void | internalCandidateTaken () override |
| changes the data of a specific energy function if the candidate was taken
|
|
virtual void | printInternalData () const override |
|
|
DPoint | currentPos (const node v) const |
| returns the current position of vertex v
|
|
node | testNode () const |
| returns the vertex that is under consideration in the current step
|
|
DPoint | testPos () |
| returns candidate position for the node to be moved
|
|
double | m_candidateEnergy |
| the energy of the layout if the candidate layout is chosen
|
|
double | m_energy |
| energy of the current layout
|
|
const Graph & | m_G |
| the graph that should be drawn
|
|
const string | m_name |
| name of the energy function
|
|
Definition at line 50 of file PlanarityGrid.h.
◆ PlanarityGrid()
◆ ~PlanarityGrid()
ogdf::davidson_harel::PlanarityGrid::~PlanarityGrid |
( |
| ) |
|
◆ compCandEnergy()
void ogdf::davidson_harel::PlanarityGrid::compCandEnergy |
( |
| ) |
|
|
overrideprivatevirtual |
◆ computeEnergy()
void ogdf::davidson_harel::PlanarityGrid::computeEnergy |
( |
| ) |
|
|
overridevirtual |
◆ internalCandidateTaken()
void ogdf::davidson_harel::PlanarityGrid::internalCandidateTaken |
( |
| ) |
|
|
overrideprivatevirtual |
◆ printInternalData()
virtual void ogdf::davidson_harel::PlanarityGrid::printInternalData |
( |
| ) |
const |
|
overrideprivatevirtual |
◆ m_candidateGrid
UniformGrid* ogdf::davidson_harel::PlanarityGrid::m_candidateGrid |
|
private |
◆ m_currentGrid
UniformGrid* ogdf::davidson_harel::PlanarityGrid::m_currentGrid |
|
private |
◆ m_layout
The documentation for this class was generated from the following file: