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

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

#include <GridOperators.h>

Classes

struct  Functor
 

Public Types

typedef InGridT InGridType
 
typedef
VectorToScalarConverter
< InGridT >::Type 
OutGridType
 

Public Member Functions

 Divergence (const InGridT &grid, InterruptT *interrupt=NULL)
 
OutGridType::Ptr process (bool threaded=true)
 

Protected Attributes

const InGridTypemInputGrid
 
InterruptT * mInterrupt
 

Detailed Description

template<typename InGridT, typename InterruptT = util::NullInterrupter>
class openvdb::v1_1_0::tools::Divergence< InGridT, InterruptT >

Computes the Divergence of a scalar grid.

Member Typedef Documentation

typedef InGridT InGridType
typedef VectorToScalarConverter<InGridT>::Type OutGridType

Constructor & Destructor Documentation

Divergence ( const InGridT &  grid,
InterruptT *  interrupt = NULL 
)
inline

Member Function Documentation

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

Member Data Documentation

const InGridType& mInputGrid
protected
InterruptT* mInterrupt
protected

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