Go to the documentation of this file.
10 #ifndef vtk_m_exec_arg_ThreadIndices_h
11 #define vtk_m_exec_arg_ThreadIndices_h
55 template <
typename FetchTag,
typename ExecObjectType>
59 template <
typename ThreadIndicesType>
60 VTKM_EXEC const ThreadIndicesType&
Load(
const ThreadIndicesType& indices,
61 const ExecObjectType&)
const
66 template <
typename ThreadIndicesType>
68 const ExecObjectType&,
69 const ThreadIndicesType&)
const
78 #endif //vtk_m_exec_arg_ThreadIndices_h
static constexpr vtkm::IdComponent INDEX
Definition: ThreadIndices.h:51
Aspect tag to use for getting the thread indices.
Definition: ThreadIndices.h:29
#define VTKM_EXEC
Definition: ExportMacros.h:51
Groups connected points that have the same field value.
Definition: Atomic.h:19
const ThreadIndicesType & Load(const ThreadIndicesType &indices, const ExecObjectType &) const
Definition: ThreadIndices.h:60
The base class for all tags used in an ExecutionSignature.
Definition: ExecutionSignatureTagBase.h:37
vtkm::Int32 IdComponent
Base type to use to index small lists.
Definition: Types.h:194
void Store(const ThreadIndicesType &, const ExecObjectType &, const ThreadIndicesType &) const
Definition: ThreadIndices.h:67
Class for loading and storing values in thread instance.
Definition: Fetch.h:49
The ExecutionSignature tag to use to get the thread indices.
Definition: ThreadIndices.h:44