TuttleOFX
1
|
#include <ProcessVisitors.hpp>
Data Structures | |
struct | InputClipConnection |
struct | OutputClipConnection |
Public Types | |
typedef TGraph::GraphContainer | GraphContainer |
typedef TGraph::Vertex | Vertex |
typedef Vertex::Key | VertexKey |
typedef TGraph::vertex_descriptor | vertex_descriptor |
typedef TGraph::Edge | Edge |
typedef TGraph::edge_descriptor | edge_descriptor |
Data Fields | |
VertexKey | _identityVertex |
the identity node to remove | |
InputClipConnection | _input |
std::vector< OutputClipConnection > | _outputs |
Definition at line 322 of file ProcessVisitors.hpp.
typedef TGraph::Edge tuttle::host::graph::visitor::IdentityNodeConnection< TGraph >::Edge |
Definition at line 328 of file ProcessVisitors.hpp.
typedef TGraph::edge_descriptor tuttle::host::graph::visitor::IdentityNodeConnection< TGraph >::edge_descriptor |
Definition at line 329 of file ProcessVisitors.hpp.
typedef TGraph::GraphContainer tuttle::host::graph::visitor::IdentityNodeConnection< TGraph >::GraphContainer |
Definition at line 324 of file ProcessVisitors.hpp.
typedef TGraph::Vertex tuttle::host::graph::visitor::IdentityNodeConnection< TGraph >::Vertex |
Definition at line 325 of file ProcessVisitors.hpp.
typedef TGraph::vertex_descriptor tuttle::host::graph::visitor::IdentityNodeConnection< TGraph >::vertex_descriptor |
Definition at line 327 of file ProcessVisitors.hpp.
typedef Vertex::Key tuttle::host::graph::visitor::IdentityNodeConnection< TGraph >::VertexKey |
Definition at line 326 of file ProcessVisitors.hpp.
VertexKey tuttle::host::graph::visitor::IdentityNodeConnection< TGraph >::_identityVertex |
the identity node to remove
Definition at line 331 of file ProcessVisitors.hpp.
Referenced by tuttle::host::graph::visitor::RemoveIdentityNodes< TGraph >::finish_vertex(), and tuttle::host::graph::visitor::removeIdentityNodes().
InputClipConnection tuttle::host::graph::visitor::IdentityNodeConnection< TGraph >::_input |
Definition at line 342 of file ProcessVisitors.hpp.
Referenced by tuttle::host::graph::visitor::RemoveIdentityNodes< TGraph >::finish_vertex(), and tuttle::host::graph::visitor::removeIdentityNodes().
std::vector< OutputClipConnection > tuttle::host::graph::visitor::IdentityNodeConnection< TGraph >::_outputs |
Definition at line 343 of file ProcessVisitors.hpp.
Referenced by tuttle::host::graph::visitor::RemoveIdentityNodes< TGraph >::finish_vertex(), and tuttle::host::graph::visitor::removeIdentityNodes().