|
Open Graph Drawing Framework |
v. 2023.09 (Elderberry)
|
|
|
Go to the documentation of this file.
43 class GraphAttributes;
76 virtual void setCustomOrder(
bool o);
ListPure< node > m_nodeOrder
Contains a custom ordering for putting the graphs next to each other.
The namespace for all OGDF objects.
Stores additional attributes of a graph (like layout information).
Includes declaration of graph class.
Declaration of interface for layout algorithms (class LayoutModule)
Layout the graph with nodes next to each other with natural or custom order and draw the edges as sem...
bool m_customOrder
If true a custom order stored in m_nodeOrder will be used.
Basic declarations, included by all source files.
#define OGDF_EXPORT
Specifies that a function or class is exported by the OGDF DLL.
Declaration of doubly linked lists and iterators.
Interface of general layout algorithms.