TuttleOFX
1
|
#include <ProcessVisitors.hpp>
Public Types | |
typedef TGraph::GraphContainer | GraphContainer |
typedef TGraph::Vertex | Vertex |
Public Member Functions | |
Setup2 (TGraph &graph) | |
template<class VertexDescriptor , class Graph > | |
void | discover_vertex (VertexDescriptor v, Graph &g) |
Private Attributes | |
TGraph & | _graph |
Definition at line 79 of file ProcessVisitors.hpp.
typedef TGraph::GraphContainer tuttle::host::graph::visitor::Setup2< TGraph >::GraphContainer |
Definition at line 82 of file ProcessVisitors.hpp.
typedef TGraph::Vertex tuttle::host::graph::visitor::Setup2< TGraph >::Vertex |
Definition at line 83 of file ProcessVisitors.hpp.
tuttle::host::graph::visitor::Setup2< TGraph >::Setup2 | ( | TGraph & | graph | ) | [inline] |
Definition at line 85 of file ProcessVisitors.hpp.
void tuttle::host::graph::visitor::Setup2< TGraph >::discover_vertex | ( | VertexDescriptor | v, |
Graph & | g | ||
) | [inline] |
Definition at line 90 of file ProcessVisitors.hpp.
References tuttle::host::graph::visitor::Setup2< TGraph >::_graph, TUTTLE_TLOG, and TUTTLE_TRACE.
TGraph& tuttle::host::graph::visitor::Setup2< TGraph >::_graph [private] |
Definition at line 102 of file ProcessVisitors.hpp.
Referenced by tuttle::host::graph::visitor::Setup2< TGraph >::discover_vertex().