#include <openvdb/tools/GridOperators.h>
◆ InGridType
template<typename GridT, typename MaskGridType = typename gridop::ToMaskGrid<GridT>::Type, typename InterruptT = util::NullInterrupter> 
      
 
 
◆ OutGridType
template<typename GridT, typename MaskGridType = typename gridop::ToMaskGrid<GridT>::Type, typename InterruptT = util::NullInterrupter> 
      
 
 
◆ MeanCurvature() [1/2]
template<typename GridT, typename MaskGridType = typename gridop::ToMaskGrid<GridT>::Type, typename InterruptT = util::NullInterrupter> 
  
  | 
        
          | MeanCurvature | ( | const GridT & | grid, |  
          |  |  | InterruptT * | interrupt = nullptr ) |  | inline | 
 
 
◆ MeanCurvature() [2/2]
template<typename GridT, typename MaskGridType = typename gridop::ToMaskGrid<GridT>::Type, typename InterruptT = util::NullInterrupter> 
  
  | 
        
          | MeanCurvature | ( | const GridT & | grid, |  
          |  |  | const MaskGridType & | mask, |  
          |  |  | InterruptT * | interrupt = nullptr ) |  | inline | 
 
 
◆ process()
template<typename GridT, typename MaskGridType = typename gridop::ToMaskGrid<GridT>::Type, typename InterruptT = util::NullInterrupter> 
  
  | 
        
          | GridT::Ptr process | ( | bool | threaded = true | ) |  |  | inline | 
 
 
◆ mInputGrid
template<typename GridT, typename MaskGridType = typename gridop::ToMaskGrid<GridT>::Type, typename InterruptT = util::NullInterrupter> 
 
 
◆ mInterrupt
template<typename GridT, typename MaskGridType = typename gridop::ToMaskGrid<GridT>::Type, typename InterruptT = util::NullInterrupter> 
 
 
◆ mMask
template<typename GridT, typename MaskGridType = typename gridop::ToMaskGrid<GridT>::Type, typename InterruptT = util::NullInterrupter> 
  
  | 
        
          | const MaskGridType* mMask |  | protected |