Go to the documentation of this file.
10 #ifndef vtk_m_worklet_MaskNone_h
11 #define vtk_m_worklet_MaskNone_h
29 template <
typename RangeType>
50 #endif //vtk_m_worklet_MaskNone_h
VTKM_CONT ThreadToOutputMapType GetThreadToOutputMap(const vtkm::Id3 &outputRange) const
Definition: MaskNone.h:42
Groups connected points that have the same field value.
Definition: Atomic.h:19
VTKM_CONT ThreadToOutputMapType GetThreadToOutputMap(vtkm::Id outputRange) const
Definition: MaskNone.h:37
VTKM_CONT RangeType GetThreadRange(RangeType outputRange) const
Definition: MaskNone.h:30
vtkm::Int32 Id
Represents an ID (index into arrays).
Definition: Types.h:191
#define VTKM_CONT
Definition: ExportMacros.h:57
Default mask object that does not suppress anything.
Definition: MaskNone.h:27
An implicit array handle containing the its own indices.
Definition: ArrayHandleIndex.h:54