#include <ogdf/upward/UpwardPlanarizationLayout.h>
Definition at line 41 of file UpwardPlanarizationLayout.h.
◆ UpwardPlanarizationLayout()
ogdf::UpwardPlanarizationLayout::UpwardPlanarizationLayout |
( |
| ) |
|
|
inline |
◆ call()
Computes a layout of graph GA
.
This method is the actual algorithm call and must be implemented by derived classes.
- Parameters
-
GA | is the input graph and will also be assigned the layout information. |
Implements ogdf::LayoutModule.
Definition at line 53 of file UpwardPlanarizationLayout.h.
◆ numberOfCrossings()
int ogdf::UpwardPlanarizationLayout::numberOfCrossings |
( |
| ) |
const |
|
inline |
◆ numberOfLevels()
int ogdf::UpwardPlanarizationLayout::numberOfLevels |
( |
| ) |
const |
|
inline |
◆ setUPRLayout()
◆ setUpwardPlanarizer()
◆ m_cr_nr
int ogdf::UpwardPlanarizationLayout::m_cr_nr |
|
protected |
◆ m_layout
◆ m_numLevels
int ogdf::UpwardPlanarizationLayout::m_numLevels |
|
protected |
◆ m_UpwardPlanarizer
The documentation for this class was generated from the following file: