|
Open Graph Drawing Framework |
v. 2023.09 (Elderberry)
|
|
|
Go to the documentation of this file.
41 class GraphAttributes;
52 : m_pSubLayoutModule(pSubLayoutModule) {
55 m_bottomMargin = 10.0;
59 void setMargins(
double left,
double top,
double right,
double bottom) {
61 m_rightMargin = right;
62 m_bottomMargin = bottom;
The namespace for all OGDF objects.
Stores additional attributes of a graph (like layout information).
Declaration of classes GenericPoint, GenericPolyline, GenericLine, GenericSegment,...
SimpleCCPacker(LayoutModule *pSubLayoutModule=nullptr)
Constructor.
Declaration of interface for layout algorithms (class LayoutModule)
std::unique_ptr< LayoutModule > m_pSubLayoutModule
void setMargins(double left, double top, double right, double bottom)
Basic declarations, included by all source files.
#define OGDF_EXPORT
Specifies that a function or class is exported by the OGDF DLL.
Splits and packs the components of a Graph.
Interface of general layout algorithms.