Declaration of class GraphAttributes which extends a Graph by additional attributes.
Declaration of interface for layout algorithms (class LayoutModule)
MLG is the main data structure for ModularMultilevelMixer.
Basic declarations, included by all source files.
Stores additional attributes of a graph (like layout information).
Interface of general layout algorithms.
void exportAttributesSimple(GraphAttributes &GA) const
void importAttributesSimple(const GraphAttributes &GA)
Interface of general layout algorithms that also allow a MultilevelGraph as call parameter,...
virtual ~MultilevelLayoutModule()
virtual void call(GraphAttributes &GA) override=0
Computes a layout of graph GA.
MultilevelLayoutModule()
Initializes a multilevel layout module.
virtual void call(MultilevelGraph &MLG)
Computes a layout of graph MLG.
#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.