#include <ogdf/geometric/GeometricEdgeInsertion.h>
Definition at line 59 of file GeometricEdgeInsertion.h.
◆ GeometricEdgeInsertion()
ogdf::GeometricEdgeInsertion::GeometricEdgeInsertion |
( |
Graph & |
_g | ) |
|
|
inline |
◆ ~GeometricEdgeInsertion()
ogdf::GeometricEdgeInsertion::~GeometricEdgeInsertion |
( |
| ) |
|
|
inline |
◆ call()
The main call to the algorithm. GA should have nodeGraphics attributes enabled.
Implements ogdf::LayoutModule.
◆ setHiddenEdgeSet()
void ogdf::GeometricEdgeInsertion::setHiddenEdgeSet |
( |
List< edge > * |
edge_set | ) |
|
|
inline |
◆ setInitialLayouter()
void ogdf::GeometricEdgeInsertion::setInitialLayouter |
( |
ogdf::LayoutModule * |
initial_layout_module | ) |
|
|
inline |
sets the method to compute the initial layout of the computed (planar) subgraph
Definition at line 79 of file GeometricEdgeInsertion.h.
◆ setVertexPosition()
Graph& ogdf::GeometricEdgeInsertion::g |
|
private |
◆ m_edge_set
List<edge>* ogdf::GeometricEdgeInsertion::m_edge_set = nullptr |
|
private |
◆ m_initial_layout_module
LayoutModule* ogdf::GeometricEdgeInsertion::m_initial_layout_module = nullptr |
|
private |
◆ m_pos
The documentation for this class was generated from the following file: