|
TuttleOFX
1
|
#include <ProcessVisitors.hpp>
Public Types | |
| typedef TGraph::GraphContainer | GraphContainer |
| typedef TGraph::Vertex | Vertex |
Public Member Functions | |
| PostProcess (TGraph &graph) | |
| template<class VertexDescriptor , class Graph > | |
| void | initialize_vertex (VertexDescriptor v, Graph &g) |
| template<class VertexDescriptor , class Graph > | |
| void | finish_vertex (VertexDescriptor v, Graph &g) |
Private Attributes | |
| TGraph & | _graph |
Definition at line 772 of file ProcessVisitors.hpp.
| typedef TGraph::GraphContainer tuttle::host::graph::visitor::PostProcess< TGraph >::GraphContainer |
Definition at line 775 of file ProcessVisitors.hpp.
| typedef TGraph::Vertex tuttle::host::graph::visitor::PostProcess< TGraph >::Vertex |
Definition at line 776 of file ProcessVisitors.hpp.
| tuttle::host::graph::visitor::PostProcess< TGraph >::PostProcess | ( | TGraph & | graph | ) | [inline] |
Definition at line 778 of file ProcessVisitors.hpp.
| void tuttle::host::graph::visitor::PostProcess< TGraph >::finish_vertex | ( | VertexDescriptor | v, |
| Graph & | g | ||
| ) | [inline] |
Definition at line 793 of file ProcessVisitors.hpp.
References tuttle::host::graph::visitor::OptimizeGraph< TGraph >::_graph, TUTTLE_TLOG, and TUTTLE_TRACE.
| void tuttle::host::graph::visitor::PostProcess< TGraph >::initialize_vertex | ( | VertexDescriptor | v, |
| Graph & | g | ||
| ) | [inline] |
Definition at line 783 of file ProcessVisitors.hpp.
References tuttle::host::graph::visitor::OptimizeGraph< TGraph >::_graph, TUTTLE_TLOG, and TUTTLE_TRACE.
TGraph& tuttle::host::graph::visitor::PostProcess< TGraph >::_graph [private] |
Definition at line 805 of file ProcessVisitors.hpp.