#include <ComputeMeshBoundary3D.h>
◆ ControlSignature
      
        
          | typedef void vtkm::worklet::contourtree_augmented::ComputeMeshBoundary3D::ControlSignature(FieldIn boundaryId, WholeArrayIn sortIndices, ExecObject meshBoundary, FieldOut boundaryVertexArray, FieldOut boundarySortIndexArray) | 
        
      
 
 
◆ ExecutionSignature
      
        
          | typedef void vtkm::worklet::contourtree_augmented::ComputeMeshBoundary3D::ExecutionSignature(_1, _2, _3, _4, _5) | 
        
      
 
 
◆ InputDomain
◆ ComputeMeshBoundary3D()
  
  
      
        
          | VTKM_EXEC_CONT vtkm::worklet::contourtree_augmented::ComputeMeshBoundary3D::ComputeMeshBoundary3D  | 
          ( | 
           | ) | 
           | 
         
       
   | 
  
inline   | 
  
 
 
◆ operator()()
template<typename InFieldPortalType , typename MeshBoundaryType > 
  
  
      
        
          | VTKM_EXEC void vtkm::worklet::contourtree_augmented::ComputeMeshBoundary3D::operator()  | 
          ( | 
          const vtkm::Id &  | 
          boundaryId,  | 
         
        
           | 
           | 
          const InFieldPortalType  | 
          sortIndicesPortal,  | 
         
        
           | 
           | 
          const MeshBoundaryType &  | 
          meshBoundary,  | 
         
        
           | 
           | 
          vtkm::Id &  | 
          boundaryVertex,  | 
         
        
           | 
           | 
          vtkm::Id &  | 
          boundarySortIndex  | 
         
        
           | 
          ) | 
           |  const | 
         
       
   | 
  
inline   | 
  
 
 
The documentation for this class was generated from the following file: