|
Open Graph Drawing Framework |
v. 2023.09 (Elderberry)
|
|
|
The namespace for all OGDF objects.
Includes declaration of graph class.
Linear-time implementation of static SPQR-trees.
StaticPlanarSPQRTree(const Graph &G, bool isEmbedded=false)
Creates an SPQR tree T for planar graph G rooted at the first edge of G.
Declaration of class StaticSPQRTree.
SPQR-trees of planar graphs.
StaticPlanarSPQRTree(const Graph &G, edge e, bool isEmbedded=false)
Creates an SPQR tree T for planar graph G rooted at edge e.
Data type for general directed graphs (adjacency list representation).
void init(bool isEmbedded)
Initialization (adaption of embeding).
SPQR-trees of planar graphs.
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.