Open
Graph Drawing
Framework

 v. 2023.09 (Elderberry)
 

Loading...
Searching...
No Matches
UMLLayoutModule.h
Go to the documentation of this file.
1
33#pragma once
34
35#include <ogdf/uml/UMLGraph.h>
36
37namespace ogdf {
38
39
44public:
47
48 virtual ~UMLLayoutModule() { }
49
56 virtual void call(UMLGraph& umlGraph) = 0;
57
64
66};
67
68}
Declaration of class UMLGraph.
Interface of UML layout algorithms.
UMLLayoutModule()
Initializes a UML layout module.
void operator()(UMLGraph &umlGraph)
Computes a layout of UML graph umlGraph.
virtual void call(UMLGraph &umlGraph)=0
Computes a layout of UML graph umlGraph.
#define OGDF_EXPORT
Specifies that a function or class is exported by the OGDF DLL.
Definition config.h:101
#define OGDF_MALLOC_NEW_DELETE
Makes the class use malloc for memory allocation.
Definition memory.h:91
static MultilevelBuilder * getDoubleFactoredZeroAdjustedMerger()
The namespace for all OGDF objects.