#include <openvdb/math/Operators.h>
|
template<typename Accessor > |
static Accessor::ValueType | result (const TranslationMap &, const Accessor &grid, const Coord &ijk) |
|
template<typename Accessor > |
static Accessor::ValueType | normGrad (const TranslationMap &, const Accessor &grid, const Coord &ijk) |
|
template<typename StencilT > |
static StencilT::ValueType | result (const TranslationMap &, const StencilT &stencil) |
|
template<typename StencilT > |
static StencilT::ValueType | normGrad (const TranslationMap &, const StencilT &stencil) |
|
static Accessor::ValueType normGrad |
( |
const TranslationMap & |
, |
|
|
const Accessor & |
grid, |
|
|
const Coord & |
ijk |
|
) |
| |
|
inlinestatic |
static StencilT::ValueType normGrad |
( |
const TranslationMap & |
, |
|
|
const StencilT & |
stencil |
|
) |
| |
|
inlinestatic |
static Accessor::ValueType result |
( |
const TranslationMap & |
, |
|
|
const Accessor & |
grid, |
|
|
const Coord & |
ijk |
|
) |
| |
|
inlinestatic |
static StencilT::ValueType result |
( |
const TranslationMap & |
, |
|
|
const StencilT & |
stencil |
|
) |
| |
|
inlinestatic |