Go to the documentation of this file.
18 #ifndef viskores_exec_arg_InputIndex_h
19 #define viskores_exec_arg_InputIndex_h
62 template <
typename FetchTag,
typename ExecObjectType>
67 template <
typename ThreadIndicesType>
70 return indices.GetInputIndex();
73 template <
typename ThreadIndicesType>
83 #endif //viskores_exec_arg_InputIndex_h
viskores::Id ValueType
Definition: InputIndex.h:65
viskores::Id Load(const ThreadIndicesType &indices, const ExecObjectType &) const
Definition: InputIndex.h:68
viskores::Int32 IdComponent
Base type to use to index small lists.
Definition: Types.h:202
viskores::Int64 Id
Base type to use to index arrays.
Definition: Types.h:235
void Store(const ThreadIndicesType &, const ExecObjectType &, const ValueType &) const
Definition: InputIndex.h:74
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
#define VISKORES_EXEC
Definition: ExportMacros.h:59