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

#include <FetchTagArrayDirectInOut.h>

Public Types

using ValueType = typename ExecObjectType::ValueType
 

Public Member Functions

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

Member Typedef Documentation

◆ ValueType

template<typename ExecObjectType >
using vtkm::exec::arg::Fetch< vtkm::exec::arg::FetchTagArrayDirectInOut, vtkm::exec::arg::AspectTagDefault, ExecObjectType >::ValueType = typename ExecObjectType::ValueType

Member Function Documentation

◆ Load()

template<typename ExecObjectType >
template<typename ThreadIndicesType >
VTKM_SUPPRESS_EXEC_WARNINGS VTKM_EXEC ValueType vtkm::exec::arg::Fetch< vtkm::exec::arg::FetchTagArrayDirectInOut, vtkm::exec::arg::AspectTagDefault, ExecObjectType >::Load ( const ThreadIndicesType &  indices,
const ExecObjectType &  arrayPortal 
) const
inline

◆ Store()

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

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