#include <openvdb/tools/GridOperators.h>
|  | 
|  | Normalize (const GridT &grid, InterruptT *interrupt=nullptr) | 
|  | 
|  | Normalize (const GridT &grid, const MaskGridType &mask, InterruptT *interrupt=nullptr) | 
|  | 
| GridT::Ptr | process (bool threaded=true) | 
|  | 
◆ 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> 
      
 
 
◆ Normalize() [1/2]
template<typename GridT, typename MaskGridType = typename gridop::ToMaskGrid<GridT>::Type, typename InterruptT = util::NullInterrupter> 
  
  | 
        
          | Normalize | ( | const GridT & | grid, |  
          |  |  | InterruptT * | interrupt = nullptr ) |  | inline | 
 
 
◆ Normalize() [2/2]
template<typename GridT, typename MaskGridType = typename gridop::ToMaskGrid<GridT>::Type, typename InterruptT = util::NullInterrupter> 
  
  | 
        
          | Normalize | ( | 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 |