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

Computes the Laplacian of a scalar grid. More...

#include <GridOperators.h>

Classes

struct  Functor
 

Public Types

typedef GridT InGridType
 
typedef GridT OutGridType
 

Public Member Functions

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

Protected Attributes

const GridT & mInputGrid
 
InterruptT * mInterrupt
 

Detailed Description

template<typename GridT, typename InterruptT = util::NullInterrupter>
class openvdb::v1_1_0::tools::Laplacian< GridT, InterruptT >

Computes the Laplacian of a scalar grid.

Member Typedef Documentation

typedef GridT InGridType
typedef GridT OutGridType

Constructor & Destructor Documentation

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

Member Function Documentation

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

Member Data Documentation

const GridT& mInputGrid
protected
InterruptT* mInterrupt
protected

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