Declaration of class GraphAttributes which extends a Graph by additional attributes.
Stores additional attributes of a graph (like layout information).
Interface of general layout algorithms.
void operator()(GraphAttributes &GA)
Computes a layout of graph GA.
virtual void call(GraphAttributes &GA)=0
Computes a layout of graph GA.
LayoutModule()
Initializes a layout module.
#define OGDF_EXPORT
Specifies that a function or class is exported by the OGDF DLL.
#define OGDF_MALLOC_NEW_DELETE
Makes the class use malloc for memory allocation.
static MultilevelBuilder * getDoubleFactoredZeroAdjustedMerger()
The namespace for all OGDF objects.