Go to the documentation of this file.
18 #ifndef viskores_exec_arg_ValueCount_h
19 #define viskores_exec_arg_ValueCount_h
54 template <
typename FetchTag,
typename ExecObjectType>
61 template <
typename ThreadIndicesType>
64 return indices.GetNumberOfValues();
67 template <
typename ThreadIndicesType>
77 #endif //viskores_exec_arg_ValueCount_h
#define VISKORES_SUPPRESS_EXEC_WARNINGS
Definition: ExportMacros.h:61
viskores::Int32 IdComponent
Base type to use to index small lists.
Definition: Types.h:202
static constexpr viskores::IdComponent INDEX
Definition: ValueCount.h:50
The ExecutionSignature tag to get the number of values.
Definition: ValueCount.h:48
Aspect tag to use for getting the value count.
Definition: ValueCount.h:37
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
viskores::IdComponent ValueType
Definition: ValueCount.h:58
void Store(const ThreadIndicesType &, const ExecObjectType &, const ValueType &) const
Definition: ValueCount.h:68
ValueType Load(const ThreadIndicesType &indices, const ExecObjectType &) const
Definition: ValueCount.h:62
The base class for all tags used in an ExecutionSignature.
Definition: ExecutionSignatureTagBase.h:45
#define VISKORES_EXEC
Definition: ExportMacros.h:59