OpenVDB  9.0.1
Static Public Member Functions | List of all members
D2< DiffScheme > Struct Template Reference

#include <openvdb/math/FiniteDifference.h>

Static Public Member Functions

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 Accessor >
static Accessor::ValueType inXandY (const Accessor &grid, const Coord &ijk)
 
template<typename Accessor >
static Accessor::ValueType inXandZ (const Accessor &grid, const Coord &ijk)
 
template<typename Accessor >
static Accessor::ValueType inYandZ (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)
 
template<typename Stencil >
static Stencil::ValueType inXandY (const Stencil &S)
 
template<typename Stencil >
static Stencil::ValueType inXandZ (const Stencil &S)
 
template<typename Stencil >
static Stencil::ValueType inYandZ (const Stencil &S)
 

Member Function Documentation

static Accessor::ValueType inX ( const Accessor &  grid,
const Coord ijk 
)
static
static Stencil::ValueType inX ( const Stencil &  S)
static
static Accessor::ValueType inXandY ( const Accessor &  grid,
const Coord ijk 
)
static
static Stencil::ValueType inXandY ( const Stencil &  S)
static
static Accessor::ValueType inXandZ ( const Accessor &  grid,
const Coord ijk 
)
static
static Stencil::ValueType inXandZ ( const Stencil &  S)
static
static Accessor::ValueType inY ( const Accessor &  grid,
const Coord ijk 
)
static
static Stencil::ValueType inY ( const Stencil &  S)
static
static Accessor::ValueType inYandZ ( const Accessor &  grid,
const Coord ijk 
)
static
static Stencil::ValueType inYandZ ( const Stencil &  S)
static
static Accessor::ValueType inZ ( const Accessor &  grid,
const Coord ijk 
)
static
static Stencil::ValueType inZ ( const Stencil &  S)
static