OpenVDB 12.0.0
 
Loading...
Searching...
No Matches
D1Vec< DiffScheme > Struct Template Reference

#include <openvdb/math/FiniteDifference.h>

Static Public Member Functions

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)
 

Member Function Documentation

◆ inX() [1/2]

template<DScheme DiffScheme>
template<typename Accessor>
static Accessor::ValueType::value_type inX ( const Accessor & grid,
const Coord & ijk,
int n )
inlinestatic

◆ inX() [2/2]

template<DScheme DiffScheme>
template<typename Stencil>
static Stencil::ValueType::value_type inX ( const Stencil & S,
int n )
inlinestatic

◆ inY() [1/2]

template<DScheme DiffScheme>
template<typename Accessor>
static Accessor::ValueType::value_type inY ( const Accessor & grid,
const Coord & ijk,
int n )
inlinestatic

◆ inY() [2/2]

template<DScheme DiffScheme>
template<typename Stencil>
static Stencil::ValueType::value_type inY ( const Stencil & S,
int n )
inlinestatic

◆ inZ() [1/2]

template<DScheme DiffScheme>
template<typename Accessor>
static Accessor::ValueType::value_type inZ ( const Accessor & grid,
const Coord & ijk,
int n )
inlinestatic

◆ inZ() [2/2]

template<DScheme DiffScheme>
template<typename Stencil>
static Stencil::ValueType::value_type inZ ( const Stencil & S,
int n )
inlinestatic