Go to the documentation of this file.
10 #ifndef vtk_m_exec_arg_OutputIndex_h
11 #define vtk_m_exec_arg_OutputIndex_h
55 template <
typename FetchTag,
typename ExecObjectType>
60 template <
typename ThreadIndicesType>
63 return indices.GetOutputIndex();
66 template <
typename ThreadIndicesType>
76 #endif //vtk_m_exec_arg_OutputIndex_h
vtkm::Id ValueType
Definition: OutputIndex.h:58
#define VTKM_EXEC
Definition: ExportMacros.h:51
Groups connected points that have the same field value.
Definition: Atomic.h:19
vtkm::Id Load(const ThreadIndicesType &indices, const ExecObjectType &) const
Definition: OutputIndex.h:61
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
The ExecutionSignature tag to use to get the output index.
Definition: OutputIndex.h:44
Class for loading and storing values in thread instance.
Definition: Fetch.h:49
void Store(const ThreadIndicesType &, const ExecObjectType &, const ValueType &) const
Definition: OutputIndex.h:67
static constexpr vtkm::IdComponent INDEX
Definition: OutputIndex.h:51
vtkm::Int64 Id
Base type to use to index arrays.
Definition: Types.h:227
Aspect tag to use for getting the work index.
Definition: OutputIndex.h:29