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

Protected Attributes

const InGridT & mInputGrid
 

Detailed Description

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

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

Member Function Documentation

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

Member Data Documentation

const InGridT& mInputGrid
protected

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