OpenVDB  0.104.0
Classes | Public Types | Public Member Functions | Protected Attributes | List of all members
Divergence< InGridT > 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)
 
virtual ~Divergence ()
 
OutGridType::Ptr process (bool threaded=true)
 

Protected Attributes

const InGridTypemInputGrid
 

Detailed Description

template<typename InGridT>
class openvdb::v0_104_0::tools::Divergence< InGridT >

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)
inline
virtual ~Divergence ( )
inlinevirtual

Member Function Documentation

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

Member Data Documentation

const InGridType& mInputGrid
protected

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