TuttleOFX  1
tuttle::host::graph::detail::Copier< GraphIn, GraphOut > Class Template Reference

#include <InternalGraph.hpp>

Public Member Functions

 Copier (const GraphIn &gIn, GraphOut &gOut)
template<class VIn , class VOut >
void operator() (const VIn &vIn, VOut &vOut)

Private Attributes

const GraphIn & _gIn
GraphOut & _gOut

Detailed Description

template<class GraphIn, class GraphOut>
class tuttle::host::graph::detail::Copier< GraphIn, GraphOut >

Definition at line 34 of file InternalGraph.hpp.


Constructor & Destructor Documentation

template<class GraphIn, class GraphOut>
tuttle::host::graph::detail::Copier< GraphIn, GraphOut >::Copier ( const GraphIn &  gIn,
GraphOut &  gOut 
) [inline]

Definition at line 37 of file InternalGraph.hpp.


Member Function Documentation

template<class GraphIn, class GraphOut>
template<class VIn , class VOut >
void tuttle::host::graph::detail::Copier< GraphIn, GraphOut >::operator() ( const VIn &  vIn,
VOut &  vOut 
) [inline]

Field Documentation

template<class GraphIn, class GraphOut>
const GraphIn& tuttle::host::graph::detail::Copier< GraphIn, GraphOut >::_gIn [private]
template<class GraphIn, class GraphOut>
GraphOut& tuttle::host::graph::detail::Copier< GraphIn, GraphOut >::_gOut [private]

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