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
Groups connected points that have the same field value.
Definition: Atomic.h:19
ThreadToOutputMapType GetThreadToOutputMap(const vtkm::Id3 &outputRange) const
Definition: MaskNone.h:42
ThreadToOutputMapType GetThreadToOutputMap(vtkm::Id outputRange) const
Definition: MaskNone.h:37
#define VTKM_CONT
Definition: ExportMacros.h:57
vtkm::Int64 Id
Base type to use to index arrays.
Definition: Types.h:227
Default mask object that does not suppress anything.
Definition: MaskNone.h:27
RangeType GetThreadRange(RangeType outputRange) const
Definition: MaskNone.h:30
An implicit array handle containing the its own indices.
Definition: ArrayHandleIndex.h:55