#include <PointMerge.h>
 | 
| VTKM_CONT  | FindNeighbors (bool fastCheck=true, vtkm::Float64 delta=vtkm::Epsilon64()) | 
|   | 
| template<typename IndexVecInType , typename CoordinateVecInType , typename IndexVecOutType >  | 
| VTKM_EXEC void  | operator() (IndexVecInType &pointIndices, CoordinateVecInType &pointCoordinates, const BinLocator &binLocator, IndexVecOutType &neighborIndices) const | 
|   | 
| template<typename OutToInArrayType , typename VisitArrayType , typename ThreadToOutArrayType , typename InputDomainType >  | 
| VTKM_SUPPRESS_EXEC_WARNINGS VTKM_EXEC vtkm::exec::arg::ThreadIndicesReduceByKey  | GetThreadIndices (vtkm::Id threadIndex, const OutToInArrayType &outToIn, const VisitArrayType &visit, const ThreadToOutArrayType &threadToOut, const InputDomainType &inputDomain) const | 
|   | Reduce by key worklets use the related thread indices class.  More...
  | 
|   | 
◆ ControlSignature
◆ ExecutionSignature
◆ FindNeighbors()
  
  
      
        
          | VTKM_CONT vtkm::worklet::PointMerge::FindNeighbors::FindNeighbors  | 
          ( | 
          bool  | 
          fastCheck = true,  | 
         
        
           | 
           | 
          vtkm::Float64  | 
          delta = vtkm::Epsilon64()  | 
         
        
           | 
          ) | 
           |  | 
         
       
   | 
  
inline   | 
  
 
 
◆ operator()()
template<typename IndexVecInType , typename CoordinateVecInType , typename IndexVecOutType > 
  
  
      
        
          | VTKM_EXEC void vtkm::worklet::PointMerge::FindNeighbors::operator()  | 
          ( | 
          IndexVecInType &  | 
          pointIndices,  | 
         
        
           | 
           | 
          CoordinateVecInType &  | 
          pointCoordinates,  | 
         
        
           | 
           | 
          const BinLocator &  | 
          binLocator,  | 
         
        
           | 
           | 
          IndexVecOutType &  | 
          neighborIndices  | 
         
        
           | 
          ) | 
           |  const | 
         
       
   | 
  
inline   | 
  
 
 
◆ DeltaSquared
  
  
      
        
          | vtkm::Float64 vtkm::worklet::PointMerge::FindNeighbors::DeltaSquared | 
         
       
   | 
  
private   | 
  
 
 
◆ FastCheck
  
  
      
        
          | bool vtkm::worklet::PointMerge::FindNeighbors::FastCheck | 
         
       
   | 
  
private   | 
  
 
 
The documentation for this class was generated from the following file: