#include <Clip.h>
 | 
|   | Clip () | 
|   | 
| template<typename CellSetType , typename ScalarsArrayHandle >  | 
| vtkm::cont::CellSetExplicit  | Run (const CellSetType &cellSet, const ScalarsArrayHandle &scalars, vtkm::Float64 value, bool invert) | 
|   | 
| template<typename CellSetType , typename ImplicitFunction >  | 
| vtkm::cont::CellSetExplicit  | Run (const CellSetType &cellSet, const ImplicitFunction &clipFunction, vtkm::Float64 offset, const vtkm::cont::CoordinateSystem &coords, bool invert) | 
|   | 
| template<typename CellSetType , typename ImplicitFunction >  | 
| vtkm::cont::CellSetExplicit  | Run (const CellSetType &cellSet, const ImplicitFunction &clipFunction, const vtkm::cont::CoordinateSystem &coords, bool invert) | 
|   | 
| template<typename ValueType , typename StorageType >  | 
| vtkm::cont::ArrayHandle< ValueType >  | ProcessPointField (const vtkm::cont::ArrayHandle< ValueType, StorageType > &fieldData) const | 
|   | 
| vtkm::cont::ArrayHandle< vtkm::Id >  | GetCellMapOutputToInput () const | 
|   | 
◆ TypeClipStats
◆ TypeEdgeInterp
◆ Clip()
  
  
      
        
          | vtkm::worklet::Clip::Clip  | 
          ( | 
           | ) | 
           | 
         
       
   | 
  
inline   | 
  
 
 
◆ GetCellMapOutputToInput()
◆ ProcessPointField()
template<typename ValueType , typename StorageType > 
 
 
◆ Run() [1/3]
template<typename CellSetType , typename ImplicitFunction > 
 
 
◆ Run() [2/3]
template<typename CellSetType , typename ImplicitFunction > 
 
 
◆ Run() [3/3]
template<typename CellSetType , typename ScalarsArrayHandle > 
 
 
◆ CellMapOutputToInput
◆ ClipTablesInstance
  
  
      
        
          | internal::ClipTables vtkm::worklet::Clip::ClipTablesInstance | 
         
       
   | 
  
private   | 
  
 
 
◆ EdgePointsInterpolation
◆ EdgePointsOffset
  
  
      
        
          | vtkm::Id vtkm::worklet::Clip::EdgePointsOffset | 
         
       
   | 
  
private   | 
  
 
 
◆ InCellInterpolationInfo
◆ InCellInterpolationKeys
◆ InCellPointsOffset
  
  
      
        
          | vtkm::Id vtkm::worklet::Clip::InCellPointsOffset | 
         
       
   | 
  
private   | 
  
 
 
The documentation for this class was generated from the following file: