|
TuttleOFX
1
|
#include <ProcessVisitors.hpp>
Public Types | |
| typedef TGraph::GraphContainer | GraphContainer |
| typedef TGraph::Vertex | Vertex |
Public Member Functions | |
| TimeDomain (TGraph &graph) | |
| template<class VertexDescriptor , class Graph > | |
| void | finish_vertex (VertexDescriptor vd, Graph &g) |
Private Attributes | |
| TGraph & | _graph |
Definition at line 133 of file ProcessVisitors.hpp.
| typedef TGraph::GraphContainer tuttle::host::graph::visitor::TimeDomain< TGraph >::GraphContainer |
Definition at line 136 of file ProcessVisitors.hpp.
| typedef TGraph::Vertex tuttle::host::graph::visitor::TimeDomain< TGraph >::Vertex |
Definition at line 137 of file ProcessVisitors.hpp.
| tuttle::host::graph::visitor::TimeDomain< TGraph >::TimeDomain | ( | TGraph & | graph | ) | [inline] |
Definition at line 139 of file ProcessVisitors.hpp.
| void tuttle::host::graph::visitor::TimeDomain< TGraph >::finish_vertex | ( | VertexDescriptor | vd, |
| Graph & | g | ||
| ) | [inline] |
Definition at line 144 of file ProcessVisitors.hpp.
References tuttle::host::graph::visitor::TimeDomain< TGraph >::_graph, TUTTLE_TLOG, and TUTTLE_TRACE.
TGraph& tuttle::host::graph::visitor::TimeDomain< TGraph >::_graph [private] |
Definition at line 157 of file ProcessVisitors.hpp.
Referenced by tuttle::host::graph::visitor::TimeDomain< TGraph >::finish_vertex().