Computes the Gradient of a scalar grid.
More...
#include <GridOperators.h>
Public Member Functions |
| Gradient (const InGridT &grid, InterruptT *interrupt=NULL) |
OutGridType::Ptr | process (bool threaded=true) |
Detailed Description
template<typename InGridT, typename InterruptT = util::NullInterrupter>
class openvdb::v1_1_0::tools::Gradient< InGridT, InterruptT >
Computes the Gradient of a scalar grid.
Member Typedef Documentation
Constructor & Destructor Documentation
Gradient |
( |
const InGridT & |
grid, |
|
|
InterruptT * |
interrupt = NULL |
|
) |
| |
|
inline |
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: