Go to the documentation of this file.
18 #ifndef viskores_exec_arg_OutputIndex_h
19 #define viskores_exec_arg_OutputIndex_h
63 template <
typename FetchTag,
typename ExecObjectType>
68 template <
typename ThreadIndicesType>
71 return indices.GetOutputIndex();
74 template <
typename ThreadIndicesType>
84 #endif //viskores_exec_arg_OutputIndex_h
static constexpr viskores::IdComponent INDEX
Definition: OutputIndex.h:59
viskores::Int32 IdComponent
Base type to use to index small lists.
Definition: Types.h:202
viskores::Id Load(const ThreadIndicesType &indices, const ExecObjectType &) const
Definition: OutputIndex.h:69
void Store(const ThreadIndicesType &, const ExecObjectType &, const ValueType &) const
Definition: OutputIndex.h:75
viskores::Int64 Id
Base type to use to index arrays.
Definition: Types.h:235
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
The ExecutionSignature tag to use to get the output index.
Definition: OutputIndex.h:52
Aspect tag to use for getting the work index.
Definition: OutputIndex.h:37
The base class for all tags used in an ExecutionSignature.
Definition: ExecutionSignatureTagBase.h:45
#define VISKORES_EXEC
Definition: ExportMacros.h:59
viskores::Id ValueType
Definition: OutputIndex.h:66