|
Open Graph Drawing Framework |
v. 2023.09 (Elderberry)
|
|
|
Go to the documentation of this file.
85 virtual double separation()
const = 0;
88 virtual void separation(
double sep) = 0;
The namespace for all OGDF objects.
Includes declaration of graph class.
Declaration of classes GenericPoint, GenericPolyline, GenericLine, GenericSegment,...
Planarized representations for clustered graphs.
virtual void setOptions(int)
Sets the (generic) options; derived classes have to cope with the interpretation)
Class for adjacency list elements.
Stores a layout of a graph (coordinates of nodes, bend points of edges).
#define OGDF_MALLOC_NEW_DELETE
Makes the class use malloc for memory allocation.
virtual ~LayoutClusterPlanRepModule()
Data type for general directed graphs (adjacency list representation).
DPoint m_boundingBox
Stores the bounding box of the computed layout.
LayoutClusterPlanRepModule()
Initializes a cluster planar layout module.
Basic declarations, included by all source files.
#define OGDF_EXPORT
Specifies that a function or class is exported by the OGDF DLL.
const DPoint & getBoundingBox() const
Returns the bounding box of the computed layout.
virtual int getOptions()
Returns the (generic) options.
Interface for planar cluster layout algorithms.
Declaration of memory manager for allocating small pieces of memory.