Basic declarations, included by all source files.
Interface of UML layout algorithms.
virtual ~UMLLayoutModule()
UMLLayoutModule()
Initializes a UML layout module.
void operator()(UMLGraph ¨Graph)
Computes a layout of UML graph umlGraph.
virtual void call(UMLGraph ¨Graph)=0
Computes a layout of UML graph umlGraph.
#define OGDF_EXPORT
Specifies that a function or class is exported by the OGDF dynamic library (shared object / DLL),...
#define OGDF_MALLOC_NEW_DELETE
Makes the class use malloc for memory allocation.
Declaration of memory manager for allocating small pieces of memory.
The namespace for all OGDF objects.