Interface of UML layout algorithms. More...
#include <ogdf/uml/UMLLayoutModule.h>
Inheritance diagram for ogdf::UMLLayoutModule:Public Member Functions | |
| UMLLayoutModule () | |
| Initializes a UML layout module. | |
| virtual | ~UMLLayoutModule () |
| virtual void | call (UMLGraph ¨Graph)=0 |
Computes a layout of UML graph umlGraph. | |
| void | operator() (UMLGraph ¨Graph) |
Computes a layout of UML graph umlGraph. | |
Interface of UML layout algorithms.
Definition at line 44 of file UMLLayoutModule.h.
|
inline |
Initializes a UML layout module.
Definition at line 47 of file UMLLayoutModule.h.
|
inlinevirtual |
Definition at line 49 of file UMLLayoutModule.h.
|
pure virtual |
Computes a layout of UML graph umlGraph.
Must be implemented by derived classes.
| umlGraph | is the input UML graph and has to be assigned the UML layout. |
Implemented in ogdf::PlanarizationLayoutUML.
|
inline |
Computes a layout of UML graph umlGraph.
| umlGraph | is the input UML graph and has to be assigned the UML layout. |
Definition at line 64 of file UMLLayoutModule.h.