#include <SaddleAscentFunctor.h>
 | 
| using  | ControlSignature = void(FieldIn vertexID, WholeArrayIn firstEdge, WholeArrayIn outdegree, WholeArrayIn activeEdges, WholeArrayIn chainExtemum, WholeArrayInOut edgeFar, FieldOut newOutdegree) | 
|   | 
| using  | ExecutionSignature = _7(_1, _2, _3, _4, _5, _6) | 
|   | 
| using  | InputDomain = _1 | 
|   | 
| template<typename Worklet >  | 
| using  | Dispatcher = vtkm::worklet::DispatcherMapField< Worklet > | 
|   | 
 | 
| VTKM_EXEC_CONT  | SaddleAscentFunctor () | 
|   | 
| template<typename InFieldPortalType , typename InOutFieldPortalType >  | 
| VTKM_EXEC vtkm::Id  | operator() (const vtkm::Id &vertexID, const InFieldPortalType &firstEdge, const InFieldPortalType &outdegree, const InFieldPortalType &activeEdges, const InFieldPortalType &chainExtremum, const InOutFieldPortalType &edgeFar) const | 
|   | 
◆ ControlSignature
◆ ExecutionSignature
◆ InputDomain
◆ SaddleAscentFunctor()
  
  
      
        
          | VTKM_EXEC_CONT vtkm::worklet::contourtree::SaddleAscentFunctor::SaddleAscentFunctor  | 
          ( | 
           | ) | 
           | 
         
       
   | 
  
inline   | 
  
 
 
◆ operator()()
template<typename InFieldPortalType , typename InOutFieldPortalType > 
  
  
      
        
          | VTKM_EXEC vtkm::Id vtkm::worklet::contourtree::SaddleAscentFunctor::operator()  | 
          ( | 
          const vtkm::Id &  | 
          vertexID,  | 
         
        
           | 
           | 
          const InFieldPortalType &  | 
          firstEdge,  | 
         
        
           | 
           | 
          const InFieldPortalType &  | 
          outdegree,  | 
         
        
           | 
           | 
          const InFieldPortalType &  | 
          activeEdges,  | 
         
        
           | 
           | 
          const InFieldPortalType &  | 
          chainExtremum,  | 
         
        
           | 
           | 
          const InOutFieldPortalType &  | 
          edgeFar  | 
         
        
           | 
          ) | 
           |  const | 
         
       
   | 
  
inline   | 
  
 
 
The documentation for this class was generated from the following file: