#include <FunctorsTBB.h>
|
| CopyBody (const InputPortalType &inPortal, const OutputPortalType &outPortal, vtkm::Id inOffset, vtkm::Id outOffset) |
|
template<typename InIter , typename OutIter > |
void | DoCopy (InIter src, InIter srcEnd, OutIter dst, std::false_type) const |
|
template<typename InIter , typename OutIter > |
void | DoCopy (InIter src, InIter srcEnd, OutIter dst, std::true_type) const |
|
void | operator() (const ::tbb::blocked_range< vtkm::Id > &range) const |
|
◆ CopyBody()
template<typename InputPortalType , typename OutputPortalType >
◆ DoCopy() [1/2]
template<typename InputPortalType , typename OutputPortalType >
template<typename InIter , typename OutIter >
void vtkm::cont::tbb::CopyBody< InputPortalType, OutputPortalType >::DoCopy |
( |
InIter |
src, |
|
|
InIter |
srcEnd, |
|
|
OutIter |
dst, |
|
|
std::false_type |
|
|
) |
| const |
|
inline |
◆ DoCopy() [2/2]
template<typename InputPortalType , typename OutputPortalType >
template<typename InIter , typename OutIter >
void vtkm::cont::tbb::CopyBody< InputPortalType, OutputPortalType >::DoCopy |
( |
InIter |
src, |
|
|
InIter |
srcEnd, |
|
|
OutIter |
dst, |
|
|
std::true_type |
|
|
) |
| const |
|
inline |
◆ operator()()
template<typename InputPortalType , typename OutputPortalType >
◆ InputOffset
template<typename InputPortalType , typename OutputPortalType >
◆ InputPortal
template<typename InputPortalType , typename OutputPortalType >
◆ OutputOffset
template<typename InputPortalType , typename OutputPortalType >
◆ OutputPortal
template<typename InputPortalType , typename OutputPortalType >
The documentation for this struct was generated from the following file: