Medical Imaging Interaction Toolkit  2023.04.00
Medical Imaging Interaction Toolkit
mitk::DirectedGraphBfsVisitor Class Reference

#include <mitkTubeGraph.h>

Inheritance diagram for mitk::DirectedGraphBfsVisitor:
Collaboration diagram for mitk::DirectedGraphBfsVisitor:

Public Member Functions

 DirectedGraphBfsVisitor (TubeGraph *oldGraph, TubeGraph::DirectedGraphType &newGraph)
 
void tree_edge (TubeGraph::EdgeDescriptorType e, const TubeGraph::GraphType &g)
 

Detailed Description

Defines a own graph visitor for breadth-first-search. This visitor should be create a new directed graph by passing the edges of a undirected graph.

Definition at line 127 of file mitkTubeGraph.h.

Constructor & Destructor Documentation

◆ DirectedGraphBfsVisitor()

mitk::DirectedGraphBfsVisitor::DirectedGraphBfsVisitor ( TubeGraph oldGraph,
TubeGraph::DirectedGraphType newGraph 
)
inline

Definition at line 130 of file mitkTubeGraph.h.

Member Function Documentation

◆ tree_edge()

void mitk::DirectedGraphBfsVisitor::tree_edge ( TubeGraph::EdgeDescriptorType  e,
const TubeGraph::GraphType g 
)
inline

Definition at line 135 of file mitkTubeGraph.h.


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