|
Open Graph Drawing Framework |
v. 2023.09 (Elderberry)
|
|
|
The namespace for all OGDF objects.
Stores additional attributes of a graph (like layout information).
Includes declaration of graph class.
Info structure for maintaining connected components.
void setLayoutModule(LayoutModule *layout)
void setBorder(int border)
std::unique_ptr< CCLayoutPackModule > m_packer
Declaration of interface for layout algorithms (class LayoutModule)
Base class of algorithms that arrange/pack layouts of connected components.
void setPacker(CCLayoutPackModule *packer)
Declaration of interface for algorithms that arrange/pack layouts of connected components.
std::unique_ptr< LayoutModule > m_secondaryLayout
Basic declarations, included by all source files.
#define OGDF_EXPORT
Specifies that a function or class is exported by the OGDF DLL.
Interface of general layout algorithms.