OpenVDB  9.0.1
Classes | Public Types | Public Member Functions | Protected Attributes | List of all members
Normalize< GridT, MaskGridType, InterruptT > Class Template Reference

#include <openvdb/tools/GridOperators.h>

Classes

struct  Functor
 
struct  OpT
 

Public Types

typedef GridT InGridType
 
typedef GridT OutGridType
 

Public Member Functions

 Normalize (const GridT &grid, InterruptT *interrupt=nullptr)
 
 Normalize (const GridT &grid, const MaskGridType &mask, InterruptT *interrupt=nullptr)
 
GridT::Ptr process (bool threaded=true)
 

Protected Attributes

const GridT & mInputGrid
 
InterruptT * mInterrupt
 
const MaskGridType * mMask
 

Member Typedef Documentation

typedef GridT InGridType
typedef GridT OutGridType

Constructor & Destructor Documentation

Normalize ( const GridT &  grid,
InterruptT *  interrupt = nullptr 
)
inline
Normalize ( const GridT &  grid,
const MaskGridType &  mask,
InterruptT *  interrupt = nullptr 
)
inline

Member Function Documentation

GridT::Ptr process ( bool  threaded = true)
inline

Member Data Documentation

const GridT& mInputGrid
protected
InterruptT* mInterrupt
protected
const MaskGridType* mMask
protected