Gradient operators defined in index space of various orders.
More...
#include <openvdb/math/Operators.h>
|
template<typename Accessor > |
static Vec3< typename Accessor::ValueType > | result (const Accessor &grid, const Coord &ijk) |
|
template<typename StencilT > |
static Vec3< typename StencilT::ValueType > | result (const StencilT &stencil) |
|
template<DScheme DiffScheme>
struct openvdb::v12_0::math::ISGradient< DiffScheme >
Gradient operators defined in index space of various orders.
static Vec3<typename Accessor::ValueType> result |
( |
const Accessor & |
grid, |
|
|
const Coord & |
ijk |
|
) |
| |
|
inlinestatic |
static Vec3<typename StencilT::ValueType> result |
( |
const StencilT & |
stencil | ) |
|
|
inlinestatic |