Home
last modified time | relevance | path

Searched defs:ScatterCounting (Results 1 – 2 of 2) sorted by relevance

/dports/math/vtk9/VTK-9.1.0/ThirdParty/vtkm/vtkvtkm/vtk-m/vtkm/worklet/
H A DScatterCounting.h44 struct VTKM_WORKLET_EXPORT ScatterCounting : internal::ScatterBase struct
55 /// Construct a \c ScatterCounting object using an array of counts for the argument
68 VTKM_CONT ScatterCounting(const vtkm::cont::UnknownArrayHandle& countArray, in ScatterCounting() argument
95 msg << "ScatterCounting initialized with input domain of size " << this->InputRange in GetOutputRange() argument
122 friend struct detail::ScatterCountingBuilder; argument
/dports/math/vtk8/VTK-8.2.0/ThirdParty/vtkm/vtk-m/vtkm/worklet/
H A DScatterCounting.h130 struct ScatterCounting struct
147 VTKM_CONT ScatterCounting(const CountArrayType& countArray, bool saveInputToOutputMap) in ScatterCounting() argument
173 msg << "ScatterCounting initialized with input domain of size " << this->InputRange in GetOutputRange() argument
180 vtkm::Id GetOutputRange(vtkm::Id3 inputRange) const in GetOutputRange()
186 OutputToInputMapType GetOutputToInputMap() const { return this->OutputToInputMap; } in GetOutputToInputMap()
196 vtkm::cont::ArrayHandle<vtkm::Id> InputToOutputMap;
197 OutputToInputMapType OutputToInputMap;
198 VisitArrayType VisitArray;
201 VTKM_CONT void BuildArrays(const CountArrayType& count, in BuildArrays()
245 VTKM_CONT void BuildOutputToInputMapWithFind( in BuildOutputToInputMapWithFind()
[all …]