#include <openvdb/math/FiniteDifference.h>
|
template<typename Accessor > |
static Accessor::ValueType::value_type | inX (const Accessor &grid, const Coord &ijk, int n) |
|
template<typename Accessor > |
static Accessor::ValueType::value_type | inY (const Accessor &grid, const Coord &ijk, int n) |
|
template<typename Accessor > |
static Accessor::ValueType::value_type | inZ (const Accessor &grid, const Coord &ijk, int n) |
|
template<typename Stencil > |
static Stencil::ValueType::value_type | inX (const Stencil &S, int n) |
|
template<typename Stencil > |
static Stencil::ValueType::value_type | inY (const Stencil &S, int n) |
|
template<typename Stencil > |
static Stencil::ValueType::value_type | inZ (const Stencil &S, int n) |
|
static Accessor::ValueType::value_type inX |
( |
const Accessor & |
grid, |
|
|
const Coord & |
ijk, |
|
|
int |
n |
|
) |
| |
|
inlinestatic |
static Stencil::ValueType::value_type inX |
( |
const Stencil & |
S, |
|
|
int |
n |
|
) |
| |
|
inlinestatic |
static Accessor::ValueType::value_type inY |
( |
const Accessor & |
grid, |
|
|
const Coord & |
ijk, |
|
|
int |
n |
|
) |
| |
|
inlinestatic |
static Stencil::ValueType::value_type inY |
( |
const Stencil & |
S, |
|
|
int |
n |
|
) |
| |
|
inlinestatic |
static Accessor::ValueType::value_type inZ |
( |
const Accessor & |
grid, |
|
|
const Coord & |
ijk, |
|
|
int |
n |
|
) |
| |
|
inlinestatic |
static Stencil::ValueType::value_type inZ |
( |
const Stencil & |
S, |
|
|
int |
n |
|
) |
| |
|
inlinestatic |