Interface of hierarchy layout algorithms.
More...
#include <ogdf/upward/UPRLayoutModule.h>
Interface of hierarchy layout algorithms.
- See also
- SugiyamaLayout
Definition at line 46 of file UPRLayoutModule.h.
◆ UPRLayoutModule()
ogdf::UPRLayoutModule::UPRLayoutModule |
( |
| ) |
|
|
inline |
Initializes a upward planarized representation layout module.
Definition at line 49 of file UPRLayoutModule.h.
◆ ~UPRLayoutModule()
virtual ogdf::UPRLayoutModule::~UPRLayoutModule |
( |
| ) |
|
|
inlinevirtual |
◆ call()
Computes a upward layout of UPR
in AG
.
- Parameters
-
UPR | is the upward planarized representation of the input graph. The original graph of UPR muss be the input graph. |
AG | is assigned the hierarchy layout. |
Definition at line 58 of file UPRLayoutModule.h.
◆ doCall()
Implements the actual algorithm call.
Must be implemented by derived classes.
- Parameters
-
UPR | is the upward planarized representation of the input graph. The original graph of UPR muss be the input graph. |
AG | has to be assigned the hierarchy layout. |
Implemented in ogdf::LayerBasedUPRLayout.
◆ numberOfLevels
int ogdf::UPRLayoutModule::numberOfLevels |
The documentation for this class was generated from the following file: