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

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

#include <GridOperators.h>

Classes

struct  Functor
 

Public Types

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

Public Member Functions

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

Protected Attributes

const InGridT & mInputGrid
 
InterruptT * mInterrupt
 

Detailed Description

template<typename InGridT, typename InterruptT = util::NullInterrupter>
class openvdb::v1_2_0::tools::Gradient< InGridT, InterruptT >

Computes the Gradient of a scalar grid.

Member Typedef Documentation

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

Constructor & Destructor Documentation

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

Member Function Documentation

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

Member Data Documentation

const InGridT& mInputGrid
protected
InterruptT* mInterrupt
protected

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