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
VTKM_SUPPRESS_EXEC_WARNINGS VTKM_EXEC ValueType Load(const ThreadIndicesType &indices, const ExecObjectType &) const
Definition: ValueCount.h:54
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
Represents a component ID (index of component in a vector).
Definition: Types.h:168
Aspect tag to use for getting the value count.
Definition: ValueCount.h:29
Class for loading and storing values in thread instance.
Definition: Fetch.h:49
vtkm::IdComponent ValueType
Definition: ValueCount.h:50
static constexpr vtkm::IdComponent INDEX
Definition: ValueCount.h:42
VTKM_EXEC void Store(const ThreadIndicesType &, const ExecObjectType &, const ValueType &) const
Definition: ValueCount.h:60
#define VTKM_SUPPRESS_EXEC_WARNINGS
Definition: ExportMacros.h:53