#include <HypersweepWorklets.h>
 | 
| typedef void  | ControlSignature(WholeArrayIn, WholeArrayIn, WholeArrayIn, WholeArrayIn, WholeArrayIn, WholeArrayInOut, WholeArrayInOut) | 
|   | 
| typedef void  | ExecutionSignature(InputIndex, _1, _2, _3, _4, _5, _6, _7) | 
|   | 
| using  | InputDomain = _2 | 
|   | 
| template<typename Worklet >  | 
| using  | Dispatcher = vtkm::worklet::DispatcherMapField< Worklet > | 
|   | 
 | 
| VTKM_EXEC_CONT  | BranchSaddleParentSet () | 
|   | 
| template<typename IdWholeArrayInPortalType , typename IdWholeArrayInOutPortalType >  | 
| VTKM_EXEC void  | operator() (const vtkm::Id branchID, const IdWholeArrayInPortalType &whichBranchPortal, const IdWholeArrayInPortalType &branchMinimumPortal, const IdWholeArrayInPortalType &branchMaximumPortal, const IdWholeArrayInPortalType &bestDownwardPortal, const IdWholeArrayInPortalType &bestUpwardPortal, const IdWholeArrayInOutPortalType &branchSaddlePortal, const IdWholeArrayInOutPortalType &branchParentPortal) const | 
|   | 
◆ ControlSignature
      
        
          | typedef void vtkm::worklet::contourtree_augmented::process_contourtree_inc::BranchSaddleParentSet::ControlSignature(WholeArrayIn, WholeArrayIn, WholeArrayIn, WholeArrayIn, WholeArrayIn, WholeArrayInOut, WholeArrayInOut) | 
        
      
 
 
◆ ExecutionSignature
      
        
          | typedef void vtkm::worklet::contourtree_augmented::process_contourtree_inc::BranchSaddleParentSet::ExecutionSignature(InputIndex, _1, _2, _3, _4, _5, _6, _7) | 
        
      
 
 
◆ InputDomain
◆ BranchSaddleParentSet()
  
  
      
        
          | VTKM_EXEC_CONT vtkm::worklet::contourtree_augmented::process_contourtree_inc::BranchSaddleParentSet::BranchSaddleParentSet  | 
          ( | 
           | ) | 
           | 
         
       
   | 
  
inline   | 
  
 
 
◆ operator()()
template<typename IdWholeArrayInPortalType , typename IdWholeArrayInOutPortalType > 
  
  
      
        
          | VTKM_EXEC void vtkm::worklet::contourtree_augmented::process_contourtree_inc::BranchSaddleParentSet::operator()  | 
          ( | 
          const vtkm::Id  | 
          branchID,  | 
         
        
           | 
           | 
          const IdWholeArrayInPortalType &  | 
          whichBranchPortal,  | 
         
        
           | 
           | 
          const IdWholeArrayInPortalType &  | 
          branchMinimumPortal,  | 
         
        
           | 
           | 
          const IdWholeArrayInPortalType &  | 
          branchMaximumPortal,  | 
         
        
           | 
           | 
          const IdWholeArrayInPortalType &  | 
          bestDownwardPortal,  | 
         
        
           | 
           | 
          const IdWholeArrayInPortalType &  | 
          bestUpwardPortal,  | 
         
        
           | 
           | 
          const IdWholeArrayInOutPortalType &  | 
          branchSaddlePortal,  | 
         
        
           | 
           | 
          const IdWholeArrayInOutPortalType &  | 
          branchParentPortal  | 
         
        
           | 
          ) | 
           |  const | 
         
       
   | 
  
inline   | 
  
 
 
The documentation for this class was generated from the following file: