Go to the documentation of this file.
18 #ifndef viskores_exec_arg_ThreadIndices_h
19 #define viskores_exec_arg_ThreadIndices_h
63 template <
typename FetchTag,
typename ExecObjectType>
67 template <
typename ThreadIndicesType>
69 const ExecObjectType&)
const
74 template <
typename ThreadIndicesType>
76 const ExecObjectType&,
77 const ThreadIndicesType&)
const
86 #endif //viskores_exec_arg_ThreadIndices_h
The ExecutionSignature tag to use to get the thread indices.
Definition: ThreadIndices.h:52
viskores::Int32 IdComponent
Base type to use to index small lists.
Definition: Types.h:202
static constexpr viskores::IdComponent INDEX
Definition: ThreadIndices.h:59
Class for loading and storing values in thread instance.
Definition: Fetch.h:57
Groups connected points that have the same field value.
Definition: Atomic.h:27
void Store(const ThreadIndicesType &, const ExecObjectType &, const ThreadIndicesType &) const
Definition: ThreadIndices.h:75
Aspect tag to use for getting the thread indices.
Definition: ThreadIndices.h:37
const ThreadIndicesType & Load(const ThreadIndicesType &indices, const ExecObjectType &) const
Definition: ThreadIndices.h:68
The base class for all tags used in an ExecutionSignature.
Definition: ExecutionSignatureTagBase.h:45
#define VISKORES_EXEC
Definition: ExportMacros.h:59