Go to the documentation of this file.
18 #ifndef viskores_exec_arg_VisitIndex_h
19 #define viskores_exec_arg_VisitIndex_h
65 template <
typename FetchTag,
typename ExecObjectType>
70 template <
typename ThreadIndicesType>
72 const ExecObjectType&)
const
74 return indices.GetVisitIndex();
77 template <
typename ThreadIndicesType>
87 #endif //viskores_exec_arg_VisitIndex_h
viskores::IdComponent Load(const ThreadIndicesType &indices, const ExecObjectType &) const
Definition: VisitIndex.h:71
Aspect tag to use for getting the work index.
Definition: VisitIndex.h:37
viskores::Int32 IdComponent
Base type to use to index small lists.
Definition: Types.h:202
The ExecutionSignature tag to use to get the visit index.
Definition: VisitIndex.h:54
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 base class for all tags used in an ExecutionSignature.
Definition: ExecutionSignatureTagBase.h:45
viskores::IdComponent ValueType
Definition: VisitIndex.h:68
void Store(const ThreadIndicesType &, const ExecObjectType &, const ValueType &) const
Definition: VisitIndex.h:78
static constexpr viskores::IdComponent INDEX
Definition: VisitIndex.h:61
#define VISKORES_EXEC
Definition: ExportMacros.h:59