|
Open Graph Drawing Framework |
v. 2023.09 (Elderberry)
|
|
|
Go to the documentation of this file.
86 call(box, offset, pageRatio);
119 call(box, offset, pageRatio);
153 template<
class POINT>
The namespace for all OGDF objects.
Declaration of classes GenericPoint, GenericPolyline, GenericLine, GenericSegment,...
Base class of algorithms that arrange/pack layouts of connected components.
#define OGDF_MALLOC_NEW_DELETE
Makes the class use malloc for memory allocation.
CCLayoutPackModule()
Initializes a layout packing module.
The parameterized class Array implements dynamic arrays of type E.
void operator()(Array< DPoint > &box, Array< DPoint > &offset, double pageRatio=1.0)
Arranges the rectangles given by box.
void operator()(Array< IPoint > &box, Array< IPoint > &offset, double pageRatio=1.0)
Arranges the rectangles given by box.
Basic declarations, included by all source files.
#define OGDF_EXPORT
Specifies that a function or class is exported by the OGDF DLL.
Declaration and implementation of Array class and Array algorithms.
virtual ~CCLayoutPackModule()
Declaration of memory manager for allocating small pieces of memory.