OpenVDB
1.2.0
|
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 |
Computes the Gradient of a scalar grid.
typedef InGridT InGridType |
typedef ScalarToVectorConverter<InGridT>::Type OutGridType |
|
inline |
|
inline |
|
protected |
|
protected |