Medical Imaging Interaction Toolkit  2016.11.0
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 121 of file mitkTubeGraph.h.

Constructor & Destructor Documentation

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

Definition at line 124 of file mitkTubeGraph.h.

Member Function Documentation

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

Definition at line 129 of file mitkTubeGraph.h.


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