Open
Graph Drawing
Framework

 v. 2023.09 (Elderberry)
 

Loading...
Searching...
No Matches
ogdf::planar_separators::BFSTreeFC Class Reference

Custom BFS Tree. More...

#include <ogdf/graphalg/SeparatorLiptonTarjanFC.h>

+ Inheritance diagram for ogdf::planar_separators::BFSTreeFC:

Public Member Functions

 BFSTreeFC (GraphCopy &G, node rootNode)
 Constructor.
 
void construct ()
 
- Public Member Functions inherited from ogdf::planar_separators::ArrayBFSTree
 ArrayBFSTree (GraphCopy &G, node rootNode)
 Constructor.
 
adjEntry getAdjToParent (node n) const override
 Returns the adjEntry that leads up to the parent of n.
 
List< nodegetChildrenOfNode (node n) const override
 Returns all (immediate) children of a node.
 
int getDescendantsOfNode (node n) const override
 Returns the total number of children, grandchildren etc.
 
GraphCopygetGraph () const override
 Allows access to a copy of the graph.
 
int getGraphSize () const override
 Gets the number of nodes of the graph.
 
int getLevelOfNode (node n) const override
 Returns the level (=depth in the tree) for a node.
 
node getParentOfNode (node n) const override
 Returns the node that is the parent of n in the tree.
 
node getRoot () const override
 Gets the current root node of the tree.
 
void init ()
 Initializes all internal arrays.
 
bool isInTree (edge e) const override
 Checks if an edge is a tree-edge.
 
- Public Member Functions inherited from ogdf::planar_separators::BFSTree
virtual ~BFSTree ()=default
 

Additional Inherited Members

- Protected Attributes inherited from ogdf::planar_separators::ArrayBFSTree
NodeArray< List< node > > childrenOfNode
 
NodeArray< intdescendantsOfNode
 
NodeArray< adjEntryedgeToParent
 
EdgeArray< boolinTree
 
NodeArray< intlevelOfNode
 
NodeArray< boolmark
 
NodeArray< nodeparentOfNode
 
GraphCopypGraph
 
node root
 

Detailed Description

Custom BFS Tree.

Definition at line 45 of file SeparatorLiptonTarjanFC.h.

Constructor & Destructor Documentation

◆ BFSTreeFC()

ogdf::planar_separators::BFSTreeFC::BFSTreeFC ( GraphCopy G,
node  rootNode 
)
inline

Constructor.

Parameters
Gthe graph
rootNodethe node at which the tree should be rooted

Definition at line 53 of file SeparatorLiptonTarjanFC.h.

Member Function Documentation

◆ construct()

void ogdf::planar_separators::BFSTreeFC::construct ( )

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