OpenVDB 11.0.0
Loading...
Searching...
No Matches
D2< CD_SECOND > Struct Reference

#include <openvdb/math/FiniteDifference.h>

Static Public Member Functions

template<typename ValueType >
static ValueType difference (const ValueType &xp1, const ValueType &xp0, const ValueType &xm1)
 
template<typename ValueType >
static ValueType crossdifference (const ValueType &xpyp, const ValueType &xpym, const ValueType &xmyp, const ValueType &xmym)
 
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

◆ crossdifference()

template<typename ValueType >
static ValueType crossdifference ( const ValueType & xpyp,
const ValueType & xpym,
const ValueType & xmyp,
const ValueType & xmym )
inlinestatic

◆ difference()

template<typename ValueType >
static ValueType difference ( const ValueType & xp1,
const ValueType & xp0,
const ValueType & xm1 )
inlinestatic

◆ inX() [1/2]

template<typename Accessor >
static Accessor::ValueType inX ( const Accessor & grid,
const Coord & ijk )
inlinestatic

◆ inX() [2/2]

template<typename Stencil >
static Stencil::ValueType inX ( const Stencil & S)
inlinestatic

◆ inXandY() [1/2]

template<typename Accessor >
static Accessor::ValueType inXandY ( const Accessor & grid,
const Coord & ijk )
inlinestatic

◆ inXandY() [2/2]

template<typename Stencil >
static Stencil::ValueType inXandY ( const Stencil & S)
inlinestatic

◆ inXandZ() [1/2]

template<typename Accessor >
static Accessor::ValueType inXandZ ( const Accessor & grid,
const Coord & ijk )
inlinestatic

◆ inXandZ() [2/2]

template<typename Stencil >
static Stencil::ValueType inXandZ ( const Stencil & S)
inlinestatic

◆ inY() [1/2]

template<typename Accessor >
static Accessor::ValueType inY ( const Accessor & grid,
const Coord & ijk )
inlinestatic

◆ inY() [2/2]

template<typename Stencil >
static Stencil::ValueType inY ( const Stencil & S)
inlinestatic

◆ inYandZ() [1/2]

template<typename Accessor >
static Accessor::ValueType inYandZ ( const Accessor & grid,
const Coord & ijk )
inlinestatic

◆ inYandZ() [2/2]

template<typename Stencil >
static Stencil::ValueType inYandZ ( const Stencil & S)
inlinestatic

◆ inZ() [1/2]

template<typename Accessor >
static Accessor::ValueType inZ ( const Accessor & grid,
const Coord & ijk )
inlinestatic

◆ inZ() [2/2]

template<typename Stencil >
static Stencil::ValueType inZ ( const Stencil & S)
inlinestatic