|
TuttleOFX
1
|
#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 |
Definition at line 34 of file InternalGraph.hpp.
| tuttle::host::graph::detail::Copier< GraphIn, GraphOut >::Copier | ( | const GraphIn & | gIn, |
| GraphOut & | gOut | ||
| ) | [inline] |
Definition at line 37 of file InternalGraph.hpp.
| void tuttle::host::graph::detail::Copier< GraphIn, GraphOut >::operator() | ( | const VIn & | vIn, |
| VOut & | vOut | ||
| ) | [inline] |
Definition at line 42 of file InternalGraph.hpp.
References tuttle::host::graph::detail::Copier< GraphIn, GraphOut >::_gIn, and tuttle::host::graph::detail::Copier< GraphIn, GraphOut >::_gOut.
const GraphIn& tuttle::host::graph::detail::Copier< GraphIn, GraphOut >::_gIn [private] |
Definition at line 47 of file InternalGraph.hpp.
Referenced by tuttle::host::graph::detail::Copier< GraphIn, GraphOut >::operator()().
GraphOut& tuttle::host::graph::detail::Copier< GraphIn, GraphOut >::_gOut [private] |
Definition at line 48 of file InternalGraph.hpp.
Referenced by tuttle::host::graph::detail::Copier< GraphIn, GraphOut >::operator()().