#include <openvdb/math/Operators.h>
|
template<typename Accessor > |
static Accessor::ValueType::value_type | result (const UniformScaleMap &map, const Accessor &grid, const Coord &ijk) |
|
template<typename StencilT > |
static StencilT::ValueType::value_type | result (const UniformScaleMap &map, const StencilT &stencil) |
|
Full template specialization of Divergence uniform scale 2nd order
◆ result() [1/2]
template<typename Accessor >
static Accessor::ValueType::value_type result |
( |
const UniformScaleMap & | map, |
|
|
const Accessor & | grid, |
|
|
const Coord & | ijk ) |
|
inlinestatic |
◆ result() [2/2]
template<typename StencilT >
static StencilT::ValueType::value_type result |
( |
const UniformScaleMap & | map, |
|
|
const StencilT & | stencil ) |
|
inlinestatic |