TuttleOFX  1
tuttle::host::graph::visitor::PreProcess2< TGraph > Class Template Reference

#include <ProcessVisitors.hpp>

Public Types

typedef TGraph::GraphContainer GraphContainer
typedef TGraph::Vertex Vertex

Public Member Functions

 PreProcess2 (TGraph &graph)
template<class VertexDescriptor , class Graph >
void discover_vertex (VertexDescriptor v, Graph &g)

Private Attributes

TGraph & _graph

Detailed Description

template<class TGraph>
class tuttle::host::graph::visitor::PreProcess2< TGraph >

Definition at line 616 of file ProcessVisitors.hpp.


Member Typedef Documentation

template<class TGraph>
typedef TGraph::GraphContainer tuttle::host::graph::visitor::PreProcess2< TGraph >::GraphContainer

Definition at line 619 of file ProcessVisitors.hpp.

template<class TGraph>
typedef TGraph::Vertex tuttle::host::graph::visitor::PreProcess2< TGraph >::Vertex

Definition at line 620 of file ProcessVisitors.hpp.


Constructor & Destructor Documentation

template<class TGraph>
tuttle::host::graph::visitor::PreProcess2< TGraph >::PreProcess2 ( TGraph &  graph) [inline]

Definition at line 622 of file ProcessVisitors.hpp.


Member Function Documentation

template<class TGraph>
template<class VertexDescriptor , class Graph >
void tuttle::host::graph::visitor::PreProcess2< TGraph >::discover_vertex ( VertexDescriptor  v,
Graph g 
) [inline]

Field Documentation

template<class TGraph>
TGraph& tuttle::host::graph::visitor::PreProcess2< TGraph >::_graph [private]

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