68 PlanarSPQRTree::init(isEmbedded);
81 PlanarSPQRTree::init(isEmbedded);
Declaration of class DynamicSPQRTree.
Includes declaration of graph class.
Declaration of class PlanarSPQRTree.
Basic declarations, included by all source files.
SPQR-trees of planar graphs.
DynamicPlanarSPQRTree(Graph &G, bool isEmbedded=false)
Creates an SPQR tree for planar graph G rooted at the first edge of G.
DynamicPlanarSPQRTree(Graph &G, edge e, bool isEmbedded=false)
Creates an SPQR tree for planar graph G rooted at edge e.
Linear-time implementation of dynamic SPQR-trees.
Class for the representation of edges.
Data type for general directed graphs (adjacency list representation).
SPQR-trees of planar graphs.
#define OGDF_EXPORT
Specifies that a function or class is exported by the OGDF dynamic library (shared object / DLL),...
The namespace for all OGDF objects.