Go to the documentation of this file.
10 #ifndef vtk_m_exec_arg_ValueCount_h
11 #define vtk_m_exec_arg_ValueCount_h
46 template <
typename FetchTag,
typename ExecObjectType>
53 template <
typename ThreadIndicesType>
56 return indices.GetNumberOfValues();
59 template <
typename ThreadIndicesType>
69 #endif //vtk_m_exec_arg_ValueCount_h
The ExecutionSignature tag to get the number of values.
Definition: ValueCount.h:40
#define VTKM_EXEC
Definition: ExportMacros.h:51
Groups connected points that have the same field value.
Definition: Atomic.h:19
The base class for all tags used in an ExecutionSignature.
Definition: ExecutionSignatureTagBase.h:37
vtkm::Int32 IdComponent
Base type to use to index small lists.
Definition: Types.h:194
Aspect tag to use for getting the value count.
Definition: ValueCount.h:29
ValueType Load(const ThreadIndicesType &indices, const ExecObjectType &) const
Definition: ValueCount.h:54
Class for loading and storing values in thread instance.
Definition: Fetch.h:49
vtkm::IdComponent ValueType
Definition: ValueCount.h:50
void Store(const ThreadIndicesType &, const ExecObjectType &, const ValueType &) const
Definition: ValueCount.h:60
static constexpr vtkm::IdComponent INDEX
Definition: ValueCount.h:42
#define VTKM_SUPPRESS_EXEC_WARNINGS
Definition: ExportMacros.h:53