Go to the documentation of this file.
10 #ifndef vtk_m_exec_arg_VisitIndex_h
11 #define vtk_m_exec_arg_VisitIndex_h
54 template <
typename FetchTag,
typename ExecObjectType>
59 template <
typename ThreadIndicesType>
62 return indices.GetVisitIndex();
65 template <
typename ThreadIndicesType>
75 #endif //vtk_m_exec_arg_VisitIndex_h
#define VTKM_EXEC
Definition: ExportMacros.h:51
VTKM_EXEC void Store(const ThreadIndicesType &, const ExecObjectType &, const ValueType &) const
Definition: VisitIndex.h:66
Groups connected points that have the same field value.
Definition: Atomic.h:19
Aspect tag to use for getting the work index.
Definition: VisitIndex.h:29
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
static constexpr vtkm::IdComponent INDEX
Definition: VisitIndex.h:50
vtkm::IdComponent ValueType
Definition: VisitIndex.h:57
Class for loading and storing values in thread instance.
Definition: Fetch.h:49
VTKM_EXEC vtkm::IdComponent Load(const ThreadIndicesType &indices, const ExecObjectType &) const
Definition: VisitIndex.h:60
The ExecutionSignature tag to use to get the visit index.
Definition: VisitIndex.h:43