|
Open Graph Drawing Framework |
v. 2023.09 (Elderberry)
|
|
|
Go to the documentation of this file.
54 class GraphAttributes;
55 class VertexPositionModule;
78 m_initial_layout_module = initial_layout_module;
The namespace for all OGDF objects.
Stores additional attributes of a graph (like layout information).
Includes declaration of graph class.
void setInitialLayouter(ogdf::LayoutModule *initial_layout_module)
sets the method to compute the initial layout of the computed (planar) subgraph
GeometricVertexInsertion(Graph &_g)
Constructor, sets options to default values.
Declaration of interface for layout algorithms (class LayoutModule)
#define OGDF_NEW_DELETE
Makes the class use OGDF's memory allocator.
void setVertexPosition(VertexPositionModule *opt_pos)
~GeometricVertexInsertion()
void setVertexOrder(List< node > *vertex_order)
Interface for computing a good / optimal vertex position.
Doubly linked lists (maintaining the length of the list).
Data type for general directed graphs (adjacency list representation).
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.