VTK-m  2.0
Public Member Functions | List of all members
vtkm::exec::arg::Fetch< vtkm::exec::arg::FetchTagArrayDirectOut, vtkm::exec::arg::AspectTagDefault, ExecObjectType > Struct Template Reference

#include <FetchTagArrayDirectOut.h>

Public Member Functions

template<typename ThreadIndicesType >
VTKM_SUPPRESS_EXEC_WARNINGS VTKM_EXEC auto Load (const ThreadIndicesType &, const ExecObjectType &) const -> typename ExecObjectType::ValueType
 
template<typename ThreadIndicesType , typename T >
VTKM_SUPPRESS_EXEC_WARNINGS VTKM_EXEC void Store (const ThreadIndicesType &indices, const ExecObjectType &arrayPortal, const T &value) const
 

Member Function Documentation

◆ Load()

template<typename ExecObjectType >
template<typename ThreadIndicesType >
VTKM_SUPPRESS_EXEC_WARNINGS VTKM_EXEC auto vtkm::exec::arg::Fetch< vtkm::exec::arg::FetchTagArrayDirectOut, vtkm::exec::arg::AspectTagDefault, ExecObjectType >::Load ( const ThreadIndicesType &  ,
const ExecObjectType &   
) const -> typename ExecObjectType::ValueType
inline

◆ Store()

template<typename ExecObjectType >
template<typename ThreadIndicesType , typename T >
VTKM_SUPPRESS_EXEC_WARNINGS VTKM_EXEC void vtkm::exec::arg::Fetch< vtkm::exec::arg::FetchTagArrayDirectOut, vtkm::exec::arg::AspectTagDefault, ExecObjectType >::Store ( const ThreadIndicesType &  indices,
const ExecObjectType &  arrayPortal,
const T &  value 
) const
inline

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