Open
Graph Drawing
Framework

 v. 2023.09 (Elderberry)
 

Loading...
Searching...
No Matches
SimDrawManipulatorModule.h
Go to the documentation of this file.
1
32#pragma once
33
35
36namespace ogdf {
38
59protected:
62
65
68
69public:
71
74
76 explicit SimDrawManipulatorModule(SimDraw& SD) { init(SD); }
77
79 void init(SimDraw& SD);
80
82 const SimDraw& constSimDraw() const { return *m_SD; }
83};
84
85}
Base class for simultaneous drawing.
Stores additional attributes of a graph (like layout information).
Data type for general directed graphs (adjacency list representation).
Definition Graph_d.h:521
The Base class for simultaneous graph drawing.
Definition SimDraw.h:50
Interface for simdraw manipulators.
SimDraw * m_SD
pointer to current simdraw instance
const SimDraw & constSimDraw() const
returns base instance
void init(SimDraw &SD)
initializing base instance
SimDrawManipulatorModule(SimDraw &SD)
constructor
SimDrawManipulatorModule()
default constructor
Graph * m_G
pointer to current graph
GraphAttributes * m_GA
pointer to current graphattributes
#define OGDF_EXPORT
Specifies that a function or class is exported by the OGDF DLL.
Definition config.h:101
static MultilevelBuilder * getDoubleFactoredZeroAdjustedMerger()
The namespace for all OGDF objects.