80 m_currentLevel =
MLG.getLevel();
82 MLG.exportAttributesSimple(
GA);
84 MLG.importAttributesSimple(
GA);
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.
Interface of general layout algorithms.
virtual void call(MultilevelGraph &MLG)
Computes a layout of graph MLG.
virtual void call(GraphAttributes &GA) override=0
Computes a layout of graph GA.
ForceLayoutModule()
Initializes a force layout module.
virtual ~ForceLayoutModule()
Stores additional attributes of a graph (like layout information).
Interface of general layout algorithms.
#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.