68 PlanarSPQRTree::init(isEmbedded);
81 PlanarSPQRTree::init(isEmbedded);
Includes declaration of graph class.
Declaration of class PlanarSPQRTree.
Declaration of class StaticSPQRTree.
Basic declarations, included by all source files.
Class for the representation of edges.
Data type for general directed graphs (adjacency list representation).
SPQR-trees of planar graphs.
SPQR-trees of planar graphs.
StaticPlanarSPQRTree(const Graph &G, bool isEmbedded=false)
Creates an SPQR tree T for planar graph G rooted at the first edge of G.
StaticPlanarSPQRTree(const Graph &G, edge e, bool isEmbedded=false)
Creates an SPQR tree T for planar graph G rooted at edge e.
Linear-time implementation of static SPQR-trees.
#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.