Computes the Gradient of a scalar grid.
More...
#include <GridOperators.h>
|
| Gradient (const InGridT &grid, InterruptT *interrupt=NULL) |
|
| Gradient (const InGridT &grid, const MaskGridType &mask, InterruptT *interrupt=NULL) |
|
OutGridType::Ptr | process (bool threaded=true) |
|
template<typename InGridT, typename MaskGridType = BoolGrid, typename InterruptT = util::NullInterrupter>
class openvdb::v2_1_0::tools::Gradient< InGridT, MaskGridType, InterruptT >
Computes the Gradient of a scalar grid.
Gradient |
( |
const InGridT & |
grid, |
|
|
InterruptT * |
interrupt = NULL |
|
) |
| |
|
inline |
Gradient |
( |
const InGridT & |
grid, |
|
|
const MaskGridType & |
mask, |
|
|
InterruptT * |
interrupt = NULL |
|
) |
| |
|
inline |
OutGridType::Ptr process |
( |
bool |
threaded = true | ) |
|
|
inline |
const InGridT& mInputGrid |
|
protected |
const MaskGridType* mMask |
|
protected |
The documentation for this class was generated from the following file: