VTK-m
2.0
|
This is the complete list of members for vtkm::worklet::PointMerge, including all inherited members.
GetMergeKeys() const | vtkm::worklet::PointMerge | inline |
MapCellSet(const vtkm::cont::CellSetExplicit< ShapeStorage, ConnectivityStorage, OffsetsStorage > &inCellSet) const | vtkm::worklet::PointMerge | inline |
MapPointField(const InArrayHandle &inArray, OutArrayHandle &outArray) const | vtkm::worklet::PointMerge | inline |
MapPointField(const vtkm::cont::ArrayHandle< T, S > &inArray) const | vtkm::worklet::PointMerge | inline |
MapPointField(const vtkm::cont::UncertainArrayHandle< TL, SL > &inArray) const | vtkm::worklet::PointMerge | inline |
MergeKeys | vtkm::worklet::PointMerge | private |
PointInputToOutputMap | vtkm::worklet::PointMerge | private |
Run(vtkm::Float64 delta, bool fastCheck, const vtkm::Bounds &bounds, vtkm::cont::ArrayHandle< vtkm::Vec< T, 3 >> &points) | vtkm::worklet::PointMerge | inline |
Run(vtkm::Float64 delta, bool fastCheck, const vtkm::Bounds &bounds, vtkm::cont::UncertainArrayHandle< TL, SL > &points) | vtkm::worklet::PointMerge | inline |
Run(vtkm::Float64 delta, bool fastCheck, const vtkm::Bounds &bounds, vtkm::cont::UnknownArrayHandle &points) | vtkm::worklet::PointMerge | inline |
RunOneIteration(vtkm::Float64 delta, bool fastCheck, const BinLocator &binLocator, vtkm::cont::ArrayHandle< vtkm::Vec< T, 3 >> &points, const vtkm::cont::ArrayHandle< vtkm::Id > &indexNeighborMap) | vtkm::worklet::PointMerge | inlineprivatestatic |