|
Open Graph Drawing Framework |
v. 2023.09 (Elderberry)
|
|
|
Go to the documentation of this file.
69 call(PG, adjExternal, drawing);
76 virtual double separation()
const = 0;
79 virtual void separation(
double sep) = 0;
The namespace for all OGDF objects.
Includes declaration of graph class.
Planarized representations (of a connected component) of a graph.
Declaration of class Layout.
Declaration of classes GenericPoint, GenericPolyline, GenericLine, GenericSegment,...
DPoint m_boundingBox
Stores the bounding box of the computed layout.
LayoutPlanRepModule()
Initializes a planar layout module.
void operator()(PlanRep &PG, adjEntry adjExternal, Layout &drawing)
Computes a planar layout of PG in drawing.
virtual ~LayoutPlanRepModule()
Destructor.
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.
Interface for planar layout algorithms (used in the planarization approach).
const DPoint & getBoundingBox() const
Returns the bounding box of the computed layout.
Basic declarations, included by all source files.
#define OGDF_EXPORT
Specifies that a function or class is exported by the OGDF DLL.
void setBoundingBox(PlanRep &PG, Layout &drawing)
Computes and sets the bounding box variable m_boundingBox.
Declaration of memory manager for allocating small pieces of memory.
DPoint computeBoundingBox(PlanRep &PG) const
Computes the bounding box of the layout, which is a drawing of PG.