Open
Graph Drawing
Framework

 v. 2023.09 (Elderberry)
 

Loading...
Searching...
No Matches
DynamicPlanarSPQRTree.h
Go to the documentation of this file.
1
32#pragma once
33
36
37namespace ogdf {
38
40
54public:
55 // constructors
56
58
65 explicit DynamicPlanarSPQRTree(Graph& G, bool isEmbedded = false) : DynamicSPQRTree(G) {
66 PlanarSPQRTree::init(isEmbedded);
67 }
68
70
79 PlanarSPQRTree::init(isEmbedded);
80 }
81};
82
83}
Declaration of class DynamicSPQRTree.
Declaration of class PlanarSPQRTree.
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.
Definition Graph_d.h:300
Data type for general directed graphs (adjacency list representation).
Definition Graph_d.h:521
SPQR-trees of planar graphs.
#define OGDF_EXPORT
Specifies that a function or class is exported by the OGDF DLL.
Definition config.h:101
static MultilevelBuilder * getDoubleFactoredZeroAdjustedMerger()
The namespace for all OGDF objects.