|
Open Graph Drawing Framework |
v. 2023.09 (Elderberry)
|
|
|
Go to the documentation of this file.
77 m_vEdge = m_skRefEdge =
nullptr;
78 m_origV.init(m_P,
nullptr);
79 m_origE.init(m_P,
nullptr);
The namespace for all OGDF objects.
edge skeletonReferenceEdge() const
Returns the reference edge in skeleton of vT.
Includes declaration of graph class.
PertinentGraph()
Creates an empty instance of type PertinentGraph.
Linear-time implementation of static SPQR-trees.
const Graph & getGraph() const
Returns a reference to G(vT).
edge m_skRefEdge
reference edge (in skeleton(m_vT))
edge m_vEdge
reference edge (in m_P)
NodeArray< node > m_origV
corresp.
RegisteredArray for nodes, edges and adjEntries of a graph.
Data type for general directed graphs (adjacency list representation).
Graph & getGraph()
Returns a reference to G(vT).
node treeNode() const
Returns the tree node vT in T whose pertinent graph is this one.
node m_vT
corresponding tree node
Basic declarations, included by all source files.
#define OGDF_EXPORT
Specifies that a function or class is exported by the OGDF DLL.
node original(node v) const
Returns the vertex in G that corresponds to v.
void init(node vT)
Initialization of a pertinent graph of tree node vT.
Class for the representation of edges.
edge referenceEdge() const
Returns the edge in G(vT) corresponding to the reference edge in skeleton of vT.
Pertinent graphs of nodes in an SPQR-tree.
edge original(edge e) const
Returns the edge in G that corresponds to e.
Class for the representation of nodes.
EdgeArray< edge > m_origE
corresp.
RegisteredArray for edges of a graph, specialized for EdgeArray<edge>.