TuttleOFX  1
tuttle::host::graph::visitor::IdentityNodeConnection< TGraph > Struct Template Reference

#include <ProcessVisitors.hpp>

Collaboration diagram for tuttle::host::graph::visitor::IdentityNodeConnection< TGraph >:

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

Detailed Description

template<class TGraph>
struct tuttle::host::graph::visitor::IdentityNodeConnection< TGraph >

Definition at line 322 of file ProcessVisitors.hpp.


Member Typedef Documentation

template<class TGraph>
typedef TGraph::Edge tuttle::host::graph::visitor::IdentityNodeConnection< TGraph >::Edge

Definition at line 328 of file ProcessVisitors.hpp.

template<class TGraph>
typedef TGraph::edge_descriptor tuttle::host::graph::visitor::IdentityNodeConnection< TGraph >::edge_descriptor

Definition at line 329 of file ProcessVisitors.hpp.

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

Definition at line 324 of file ProcessVisitors.hpp.

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

Definition at line 325 of file ProcessVisitors.hpp.

template<class TGraph>
typedef TGraph::vertex_descriptor tuttle::host::graph::visitor::IdentityNodeConnection< TGraph >::vertex_descriptor

Definition at line 327 of file ProcessVisitors.hpp.

template<class TGraph>
typedef Vertex::Key tuttle::host::graph::visitor::IdentityNodeConnection< TGraph >::VertexKey

Definition at line 326 of file ProcessVisitors.hpp.


Field Documentation


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