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

Compute the gradient of a scalar grid. More...

#include <openvdb/tools/GridOperators.h>

Classes

struct  Functor
 

Public Types

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

Public Member Functions

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

Protected Attributes

const InGridT & mInputGrid
 
InterruptT * mInterrupt
 
const MaskGridType * mMask
 

Detailed Description

template<typename InGridT, typename MaskGridType = typename gridop::ToMaskGrid<InGridT>::Type, typename InterruptT = util::NullInterrupter>
class openvdb::v9_0::tools::Gradient< InGridT, MaskGridType, InterruptT >

Compute 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 = nullptr 
)
inline
Gradient ( const InGridT &  grid,
const MaskGridType &  mask,
InterruptT *  interrupt = nullptr 
)
inline

Member Function Documentation

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

Member Data Documentation

const InGridT& mInputGrid
protected
InterruptT* mInterrupt
protected
const MaskGridType* mMask
protected