Go to the documentation of this file.
10 #ifndef vtk_m_worklet_ScatterIdentity_h
11 #define vtk_m_worklet_ScatterIdentity_h
50 return this->
GetVisitArray(inputRange[0] * inputRange[1] * inputRange[2]);
53 template <
typename RangeType>
62 #endif //vtk_m_worklet_ScatterIdentity_h
Groups connected points that have the same field value.
Definition: Atomic.h:19
VTKM_CONT VisitArrayType GetVisitArray(vtkm::Id inputRange) const
Definition: ScatterIdentity.h:46
vtkm::Int32 Id
Represents an ID (index into arrays).
Definition: Types.h:191
vtkm::cont::ArrayHandleConstant< vtkm::IdComponent > VisitArrayType
Definition: ScatterIdentity.h:44
vtkm::cont::ArrayHandleIndex OutputToInputMapType
Definition: ScatterIdentity.h:32
#define VTKM_CONT
Definition: ExportMacros.h:57
An array handle with a constant value.
Definition: ArrayHandleConstant.h:63
VTKM_CONT RangeType GetOutputRange(RangeType inputRange) const
Definition: ScatterIdentity.h:54
A scatter that maps input directly to output.
Definition: ScatterIdentity.h:30
VTKM_CONT OutputToInputMapType GetOutputToInputMap(vtkm::Id3 inputRange) const
Definition: ScatterIdentity.h:39
VTKM_CONT OutputToInputMapType GetOutputToInputMap(vtkm::Id inputRange) const
Definition: ScatterIdentity.h:34
VTKM_CONT VisitArrayType GetVisitArray(vtkm::Id3 inputRange) const
Definition: ScatterIdentity.h:48
An implicit array handle containing the its own indices.
Definition: ArrayHandleIndex.h:54