#include <HypersweepWorklets.h>
 | 
| VTKM_EXEC_CONT  | ComputeSubtreeHeight () | 
|   | 
| template<typename Float64WholeArrayInPortalType , typename IdWholeArrayInPortalType , typename EdgeWholeArrayInOutPortal >  | 
| VTKM_EXEC void  | operator() (const vtkm::Id currentId, const Float64WholeArrayInPortalType &fieldValuesPortal, const IdWholeArrayInPortalType &ctSortOrderPortal, const IdWholeArrayInPortalType &supernodesPortal, const EdgeWholeArrayInOutPortal &arcsPortal) const | 
|   | 
◆ ControlSignature
      
        
          | typedef void vtkm::worklet::contourtree_augmented::process_contourtree_inc::ComputeSubtreeHeight::ControlSignature(WholeArrayIn, WholeArrayIn, WholeArrayIn, WholeArrayInOut) | 
        
      
 
 
◆ ExecutionSignature
      
        
          | typedef void vtkm::worklet::contourtree_augmented::process_contourtree_inc::ComputeSubtreeHeight::ExecutionSignature(InputIndex, _1, _2, _3, _4) | 
        
      
 
 
◆ InputDomain
◆ ComputeSubtreeHeight()
  
  
      
        
          | VTKM_EXEC_CONT vtkm::worklet::contourtree_augmented::process_contourtree_inc::ComputeSubtreeHeight::ComputeSubtreeHeight  | 
          ( | 
           | ) | 
           | 
         
       
   | 
  
inline   | 
  
 
 
◆ operator()()
template<typename Float64WholeArrayInPortalType , typename IdWholeArrayInPortalType , typename EdgeWholeArrayInOutPortal > 
  
  
      
        
          | VTKM_EXEC void vtkm::worklet::contourtree_augmented::process_contourtree_inc::ComputeSubtreeHeight::operator()  | 
          ( | 
          const vtkm::Id  | 
          currentId,  | 
         
        
           | 
           | 
          const Float64WholeArrayInPortalType &  | 
          fieldValuesPortal,  | 
         
        
           | 
           | 
          const IdWholeArrayInPortalType &  | 
          ctSortOrderPortal,  | 
         
        
           | 
           | 
          const IdWholeArrayInPortalType &  | 
          supernodesPortal,  | 
         
        
           | 
           | 
          const EdgeWholeArrayInOutPortal &  | 
          arcsPortal  | 
         
        
           | 
          ) | 
           |  const | 
         
       
   | 
  
inline   | 
  
 
 
The documentation for this class was generated from the following file: