#include <PointMerge.h>
 | 
| template<typename T >  | 
| VTKM_CONT void  | Run (vtkm::Float64 delta, bool fastCheck, const vtkm::Bounds &bounds, vtkm::cont::ArrayHandle< vtkm::Vec< T, 3 >> &points) | 
|   | 
| template<typename TL , typename SL >  | 
| VTKM_CONT void  | Run (vtkm::Float64 delta, bool fastCheck, const vtkm::Bounds &bounds, vtkm::cont::UncertainArrayHandle< TL, SL > &points) | 
|   | 
| VTKM_CONT void  | Run (vtkm::Float64 delta, bool fastCheck, const vtkm::Bounds &bounds, vtkm::cont::UnknownArrayHandle &points) | 
|   | 
| template<typename ShapeStorage , typename ConnectivityStorage , typename OffsetsStorage >  | 
| VTKM_CONT vtkm::cont::CellSetExplicit< ShapeStorage, VTKM_DEFAULT_CONNECTIVITY_STORAGE_TAG, OffsetsStorage >  | MapCellSet (const vtkm::cont::CellSetExplicit< ShapeStorage, ConnectivityStorage, OffsetsStorage > &inCellSet) const | 
|   | 
| template<typename InArrayHandle , typename OutArrayHandle >  | 
| VTKM_CONT void  | MapPointField (const InArrayHandle &inArray, OutArrayHandle &outArray) const | 
|   | 
| template<typename T , typename S >  | 
| VTKM_CONT vtkm::cont::ArrayHandle< T >  | MapPointField (const vtkm::cont::ArrayHandle< T, S > &inArray) const | 
|   | 
| template<typename TL , typename SL >  | 
| VTKM_CONT vtkm::cont::UncertainArrayHandle< TL, SL >  | MapPointField (const vtkm::cont::UncertainArrayHandle< TL, SL > &inArray) const | 
|   | 
| vtkm::worklet::Keys< vtkm::Id >  | GetMergeKeys () const | 
|   | 
◆ GetMergeKeys()
◆ MapCellSet()
template<typename ShapeStorage , typename ConnectivityStorage , typename OffsetsStorage > 
 
 
◆ MapPointField() [1/3]
template<typename InArrayHandle , typename OutArrayHandle > 
  
  
      
        
          | VTKM_CONT void vtkm::worklet::PointMerge::MapPointField  | 
          ( | 
          const InArrayHandle &  | 
          inArray,  | 
         
        
           | 
           | 
          OutArrayHandle &  | 
          outArray  | 
         
        
           | 
          ) | 
           |  const | 
         
       
   | 
  
inline   | 
  
 
 
◆ MapPointField() [2/3]
template<typename T , typename S > 
 
 
◆ MapPointField() [3/3]
template<typename TL , typename SL > 
 
 
◆ Run() [1/3]
◆ Run() [2/3]
template<typename TL , typename SL > 
 
 
◆ Run() [3/3]
◆ RunOneIteration()
◆ MergeKeys
◆ PointInputToOutputMap
The documentation for this class was generated from the following file: