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

#include <GridOperators.h>

Classes

struct  Functor
 

Public Types

typedef GridT InGridType
 
typedef GridT OutGridType
 

Public Member Functions

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

Protected Attributes

const GridT & mInputGrid
 
InterruptT * mInterrupt
 
const MaskGridType * mMask
 

Member Typedef Documentation

§ InGridType

typedef GridT InGridType

§ OutGridType

typedef GridT OutGridType

Constructor & Destructor Documentation

§ Laplacian() [1/2]

Laplacian ( const GridT &  grid,
InterruptT *  interrupt = NULL 
)
inline

§ Laplacian() [2/2]

Laplacian ( const GridT &  grid,
const MaskGridType &  mask,
InterruptT *  interrupt = NULL 
)
inline

Member Function Documentation

§ process()

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

Member Data Documentation

§ mInputGrid

const GridT& mInputGrid
protected

§ mInterrupt

InterruptT* mInterrupt
protected

§ mMask

const MaskGridType* mMask
protected

The documentation for this class was generated from the following file: