Open
Graph Drawing
Framework

 v. 2023.09 (Elderberry)
 

Loading...
Searching...
No Matches
ogdf::PertinentGraph Class Reference

Pertinent graphs of nodes in an SPQR-tree. More...

#include <ogdf/decomposition/PertinentGraph.h>

Public Member Functions

 PertinentGraph ()
 Creates an empty instance of type PertinentGraph.
 
GraphgetGraph ()
 Returns a reference to G(vT).
 
const GraphgetGraph () const
 Returns a reference to G(vT).
 
void init (node vT)
 Initialization of a pertinent graph of tree node vT.
 
edge original (edge e) const
 Returns the edge in G that corresponds to e.
 
node original (node v) const
 Returns the vertex in G that corresponds to v.
 
edge referenceEdge () const
 Returns the edge in G(vT) corresponding to the reference edge in skeleton of vT.
 
edge skeletonReferenceEdge () const
 Returns the reference edge in skeleton of vT.
 
node treeNode () const
 Returns the tree node vT in T whose pertinent graph is this one.
 

Protected Attributes

EdgeArray< edgem_origE
 corresp.
 
NodeArray< nodem_origV
 corresp.
 
Graph m_P
 actual graph
 
edge m_skRefEdge
 reference edge (in skeleton(m_vT))
 
edge m_vEdge
 reference edge (in m_P)
 
node m_vT
 corresponding tree node
 

Friends

class SPQRTree
 

Detailed Description

Pertinent graphs of nodes in an SPQR-tree.

The class PertinentGraph represents the pertinent graph G(vT) of a node vT in an SPQR-tree T with original graph G.

The expansion graph E(e) of a virtual skeleton edge e is the skeleton graph of the twin e' of e without e', where each virtual edge eV again is replaced by its expansion graph E(eV). The pertinent graph G(vT) of a tree node vT is obtained from the skeleton S of vT, where each edge except for the reference edge of S is replaced by its expansion graph. Hence, if vT is not the root node of T, all but one edge in G(vT) correspond to real edges, otherwise all edges correspond to real edges.

If P is the pertinent graph of a PlanarSPQRTree, the underlying graph represents the combinatorial embedding which is implied by the embeddings of the skeletons of T.

Definition at line 59 of file PertinentGraph.h.

Constructor & Destructor Documentation

◆ PertinentGraph()

ogdf::PertinentGraph::PertinentGraph ( )
inline

Creates an empty instance of type PertinentGraph.

Remarks
Pertinent graphs are created by the pertinentGraph() function of SPQRTree.

Definition at line 72 of file PertinentGraph.h.

Member Function Documentation

◆ getGraph() [1/2]

Graph & ogdf::PertinentGraph::getGraph ( )
inline

Returns a reference to G(vT).

Definition at line 90 of file PertinentGraph.h.

◆ getGraph() [2/2]

const Graph & ogdf::PertinentGraph::getGraph ( ) const
inline

Returns a reference to G(vT).

Definition at line 87 of file PertinentGraph.h.

◆ init()

void ogdf::PertinentGraph::init ( node  vT)
inline

Initialization of a pertinent graph of tree node vT.

Definition at line 75 of file PertinentGraph.h.

◆ original() [1/2]

edge ogdf::PertinentGraph::original ( edge  e) const
inline

Returns the edge in G that corresponds to e.

If e is the reference edge, then 0 is returned.

Precondition
e is an edge in G(vT)

Definition at line 116 of file PertinentGraph.h.

◆ original() [2/2]

node ogdf::PertinentGraph::original ( node  v) const
inline

Returns the vertex in G that corresponds to v.

Precondition
v is a node in G(vT)

Definition at line 109 of file PertinentGraph.h.

◆ referenceEdge()

edge ogdf::PertinentGraph::referenceEdge ( ) const
inline

Returns the edge in G(vT) corresponding to the reference edge in skeleton of vT.

If vT is the root of T, then 0 is returned.

Definition at line 96 of file PertinentGraph.h.

◆ skeletonReferenceEdge()

edge ogdf::PertinentGraph::skeletonReferenceEdge ( ) const
inline

Returns the reference edge in skeleton of vT.

Notice that this edge may differ from the current reference edge in skeleton of vT if T has been rerooted after the construction of P.

Definition at line 103 of file PertinentGraph.h.

◆ treeNode()

node ogdf::PertinentGraph::treeNode ( ) const
inline

Returns the tree node vT in T whose pertinent graph is this one.

Definition at line 84 of file PertinentGraph.h.

Friends And Related Symbol Documentation

◆ SPQRTree

Definition at line 60 of file PertinentGraph.h.

Member Data Documentation

◆ m_origE

EdgeArray<edge> ogdf::PertinentGraph::m_origE
protected

corresp.

original edge

Definition at line 125 of file PertinentGraph.h.

◆ m_origV

NodeArray<node> ogdf::PertinentGraph::m_origV
protected

corresp.

original node

Definition at line 124 of file PertinentGraph.h.

◆ m_P

Graph ogdf::PertinentGraph::m_P
protected

actual graph

Definition at line 120 of file PertinentGraph.h.

◆ m_skRefEdge

edge ogdf::PertinentGraph::m_skRefEdge
protected

reference edge (in skeleton(m_vT))

Definition at line 122 of file PertinentGraph.h.

◆ m_vEdge

edge ogdf::PertinentGraph::m_vEdge
protected

reference edge (in m_P)

Definition at line 121 of file PertinentGraph.h.

◆ m_vT

node ogdf::PertinentGraph::m_vT
protected

corresponding tree node

Definition at line 119 of file PertinentGraph.h.


The documentation for this class was generated from the following file: