Go to the documentation of this file.
10 #ifndef vtk_m_exec_arg_ThreadIndicesBasic3D_h
11 #define vtk_m_exec_arg_ThreadIndicesBasic3D_h
63 #endif //vtk_m_exec_arg_ThreadIndicesBasic3D_h
#define VTKM_EXEC
Definition: ExportMacros.h:51
Groups connected points that have the same field value.
Definition: Atomic.h:19
Basic container for thread indices in a worklet invocation.
Definition: ThreadIndicesBasic.h:35
vtkm::Id3 GetInputIndex3D() const
The 3D index into the input domain.
Definition: ThreadIndicesBasic3D.h:54
vtkm::Int32 IdComponent
Base type to use to index small lists.
Definition: Types.h:194
ThreadIndicesBasic3D(const vtkm::Id3 &threadIndex3D, vtkm::Id threadIndex1D, vtkm::Id inIndex, vtkm::IdComponent visitIndex, vtkm::Id outIndex)
Definition: ThreadIndicesBasic3D.h:35
Container for 3D thread indices in a worklet invocation.
Definition: ThreadIndicesBasic3D.h:31
vtkm::Id3 ThreadIndex3D
Definition: ThreadIndicesBasic3D.h:57
vtkm::Int64 Id
Base type to use to index arrays.
Definition: Types.h:227