|
Open Graph Drawing Framework |
v. 2023.09 (Elderberry)
|
|
|
The namespace for all OGDF objects.
Stores additional attributes of a graph (like layout information).
Declaration of class GraphAttributes which extends a Graph by additional attributes.
virtual void call(MultilevelGraph &MLG)
Computes a layout of graph MLG.
void exportAttributesSimple(GraphAttributes &GA) const
Declaration of interface for layout algorithms (class LayoutModule)
virtual ~MultilevelLayoutModule()
#define OGDF_MALLOC_NEW_DELETE
Makes the class use malloc for memory allocation.
Interface of general layout algorithms that also allow a MultilevelGraph as call parameter,...
MLG is the main data structure for ModularMultilevelMixer.
Basic declarations, included by all source files.
#define OGDF_EXPORT
Specifies that a function or class is exported by the OGDF DLL.
MultilevelLayoutModule()
Initializes a multilevel layout module.
void importAttributesSimple(const GraphAttributes &GA)
Declaration of memory manager for allocating small pieces of memory.
Interface of general layout algorithms.