|
Open Graph Drawing Framework |
v. 2023.09 (Elderberry)
|
|
|
The namespace for all OGDF objects.
Includes declaration of graph class.
Declaration of class DynamicSPQRTree.
Linear-time implementation of dynamic SPQR-trees.
DynamicPlanarSPQRTree(Graph &G, edge e, bool isEmbedded=false)
Creates an SPQR tree for planar graph G rooted at edge e.
DynamicPlanarSPQRTree(Graph &G, bool isEmbedded=false)
Creates an SPQR tree for planar graph G rooted at the first edge of G.
SPQR-trees of planar graphs.
SPQR-trees of planar graphs.
Data type for general directed graphs (adjacency list representation).
void init(bool isEmbedded)
Initialization (adaption of embeding).
Basic declarations, included by all source files.
#define OGDF_EXPORT
Specifies that a function or class is exported by the OGDF DLL.
Declaration of class PlanarSPQRTree.
Class for the representation of edges.