#include <OrientPointNormals.h>
 | 
| using  | ControlSignature = void(FieldIn coords, FieldInOut normals, WholeArrayIn ranges, FieldOut activePoints, FieldOut visitedPoints, FieldOut refPoints) | 
|   | 
| using  | ExecutionSignature = _6(InputIndex pointId, _1 coord, _2 normal, _3 ranges, _4 activePoints, _5 visitedPoints) | 
|   | 
| template<typename Worklet >  | 
| using  | Dispatcher = vtkm::worklet::DispatcherMapField< Worklet > | 
|   | 
◆ ControlSignature
◆ ExecutionSignature
◆ operator()()
template<typename CoordT , typename NormalT , typename RangePortal > 
  
  
      
        
          | VTKM_EXEC vtkm::Id vtkm::worklet::OrientPointNormals::WorkletMarkSourcePoints::operator()  | 
          ( | 
          const vtkm::Id  | 
          pointId,  | 
         
        
           | 
           | 
          const vtkm::Vec< CoordT, 3 > &  | 
          point,  | 
         
        
           | 
           | 
          vtkm::Vec< NormalT, 3 > &  | 
          normal,  | 
         
        
           | 
           | 
          const RangePortal &  | 
          ranges,  | 
         
        
           | 
           | 
          bool &  | 
          isActive,  | 
         
        
           | 
           | 
          bool &  | 
          isVisited  | 
         
        
           | 
          ) | 
           |  const | 
         
       
   | 
  
inline   | 
  
 
 
The documentation for this class was generated from the following file: