#include <openvdb/math/FiniteDifference.h>
|
template<typename ValueType > |
static ValueType | difference (const ValueType &xm3, const ValueType &xm2, const ValueType &xm1, const ValueType &xm0) |
|
template<typename Accessor > |
static Accessor::ValueType | inX (const Accessor &grid, const Coord &ijk) |
|
template<typename Accessor > |
static Accessor::ValueType | inY (const Accessor &grid, const Coord &ijk) |
|
template<typename Accessor > |
static Accessor::ValueType | inZ (const Accessor &grid, const Coord &ijk) |
|
template<typename Stencil > |
static Stencil::ValueType | inX (const Stencil &S) |
|
template<typename Stencil > |
static Stencil::ValueType | inY (const Stencil &S) |
|
template<typename Stencil > |
static Stencil::ValueType | inZ (const Stencil &S) |
|
static ValueType difference |
( |
const ValueType & |
xm3, |
|
|
const ValueType & |
xm2, |
|
|
const ValueType & |
xm1, |
|
|
const ValueType & |
xm0 |
|
) |
| |
|
inlinestatic |
static Accessor::ValueType inX |
( |
const Accessor & |
grid, |
|
|
const Coord & |
ijk |
|
) |
| |
|
inlinestatic |
static Stencil::ValueType inX |
( |
const Stencil & |
S | ) |
|
|
inlinestatic |
static Accessor::ValueType inY |
( |
const Accessor & |
grid, |
|
|
const Coord & |
ijk |
|
) |
| |
|
inlinestatic |
static Stencil::ValueType inY |
( |
const Stencil & |
S | ) |
|
|
inlinestatic |
static Accessor::ValueType inZ |
( |
const Accessor & |
grid, |
|
|
const Coord & |
ijk |
|
) |
| |
|
inlinestatic |
static Stencil::ValueType inZ |
( |
const Stencil & |
S | ) |
|
|
inlinestatic |