Compute the gradient of a scalar grid.
More...
#include <GridOperators.h>
|
| Gradient (const InGridT &grid, InterruptT *interrupt=nullptr) |
|
| Gradient (const InGridT &grid, const MaskGridType &mask, InterruptT *interrupt=nullptr) |
|
OutGridType::Ptr | process (bool threaded=true) |
|
template<typename InGridT, typename MaskGridType = typename gridop::ToMaskGrid<InGridT>::Type, typename InterruptT = util::NullInterrupter>
class openvdb::v4_0_1::tools::Gradient< InGridT, MaskGridType, InterruptT >
Compute the gradient of a scalar grid.
Gradient |
( |
const InGridT & |
grid, |
|
|
InterruptT * |
interrupt = nullptr |
|
) |
| |
|
inline |
Gradient |
( |
const InGridT & |
grid, |
|
|
const MaskGridType & |
mask, |
|
|
InterruptT * |
interrupt = nullptr |
|
) |
| |
|
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: