|
Open Graph Drawing Framework |
v. 2023.09 (Elderberry)
|
|
|
Go to the documentation of this file.
52 class GraphAttributes;
53 class VertexPositionModule;
The namespace for all OGDF objects.
Stores additional attributes of a graph (like layout information).
Includes declaration of graph class.
void setVertexOrder(List< node > *vertex_order)
void setVertexPosition(VertexPositionModule *opt_pos)
Declaration of interface for layout algorithms (class LayoutModule)
#define OGDF_NEW_DELETE
Makes the class use OGDF's memory allocator.
Interface for computing a good / optimal vertex position.
Doubly linked lists (maintaining the length of the list).
Basic declarations, included by all source files.
#define OGDF_EXPORT
Specifies that a function or class is exported by the OGDF DLL.
Declaration of memory manager for allocating small pieces of memory.
Interface of general layout algorithms.