OpenVDB 12.0.0
 
Loading...
Searching...
No Matches
D2< CD_FOURTH > Struct Reference

#include <openvdb/math/FiniteDifference.h>

Static Public Member Functions

template<typename ValueType>
static ValueType difference (const ValueType &xp2, const ValueType &xp1, const ValueType &xp0, const ValueType &xm1, const ValueType &xm2)
 
template<typename ValueType>
static ValueType crossdifference (const ValueType &xp2yp2, const ValueType &xp2yp1, const ValueType &xp2ym1, const ValueType &xp2ym2, const ValueType &xp1yp2, const ValueType &xp1yp1, const ValueType &xp1ym1, const ValueType &xp1ym2, const ValueType &xm2yp2, const ValueType &xm2yp1, const ValueType &xm2ym1, const ValueType &xm2ym2, const ValueType &xm1yp2, const ValueType &xm1yp1, const ValueType &xm1ym1, const ValueType &xm1ym2)
 
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)
 
static Accessor::ValueType inX (const Accessor &grid, const Coord &ijk)
 
static Stencil::ValueType inX (const Stencil &S)
 
static Accessor::ValueType inY (const Accessor &grid, const Coord &ijk)
 
static Stencil::ValueType inY (const Stencil &S)
 
static Accessor::ValueType inZ (const Accessor &grid, const Coord &ijk)
 
static Stencil::ValueType inZ (const Stencil &S)
 
static Accessor::ValueType inXandY (const Accessor &grid, const Coord &ijk)
 
static Stencil::ValueType inXandY (const Stencil &S)
 
static Accessor::ValueType inXandZ (const Accessor &grid, const Coord &ijk)
 
static Stencil::ValueType inXandZ (const Stencil &S)
 
static Accessor::ValueType inYandZ (const Accessor &grid, const Coord &ijk)
 
static Stencil::ValueType inYandZ (const Stencil &S)
 

Member Function Documentation

◆ crossdifference()

template<typename ValueType>
static ValueType crossdifference ( const ValueType & xp2yp2,
const ValueType & xp2yp1,
const ValueType & xp2ym1,
const ValueType & xp2ym2,
const ValueType & xp1yp2,
const ValueType & xp1yp1,
const ValueType & xp1ym1,
const ValueType & xp1ym2,
const ValueType & xm2yp2,
const ValueType & xm2yp1,
const ValueType & xm2ym1,
const ValueType & xm2ym2,
const ValueType & xm1yp2,
const ValueType & xm1yp1,
const ValueType & xm1ym1,
const ValueType & xm1ym2 )
inlinestatic

◆ difference()

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

◆ inX() [1/4]

static Accessor::ValueType inX ( const Accessor & grid,
const Coord & ijk )
static

◆ inX() [2/4]

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

◆ inX() [3/4]

static Stencil::ValueType inX ( const Stencil & S)
static

◆ inX() [4/4]

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

◆ inXandY() [1/4]

static Accessor::ValueType inXandY ( const Accessor & grid,
const Coord & ijk )
static

◆ inXandY() [2/4]

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

◆ inXandY() [3/4]

static Stencil::ValueType inXandY ( const Stencil & S)
static

◆ inXandY() [4/4]

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

◆ inXandZ() [1/4]

static Accessor::ValueType inXandZ ( const Accessor & grid,
const Coord & ijk )
static

◆ inXandZ() [2/4]

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

◆ inXandZ() [3/4]

static Stencil::ValueType inXandZ ( const Stencil & S)
static

◆ inXandZ() [4/4]

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

◆ inY() [1/4]

static Accessor::ValueType inY ( const Accessor & grid,
const Coord & ijk )
static

◆ inY() [2/4]

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

◆ inY() [3/4]

static Stencil::ValueType inY ( const Stencil & S)
static

◆ inY() [4/4]

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

◆ inYandZ() [1/4]

static Accessor::ValueType inYandZ ( const Accessor & grid,
const Coord & ijk )
static

◆ inYandZ() [2/4]

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

◆ inYandZ() [3/4]

static Stencil::ValueType inYandZ ( const Stencil & S)
static

◆ inYandZ() [4/4]

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

◆ inZ() [1/4]

static Accessor::ValueType inZ ( const Accessor & grid,
const Coord & ijk )
static

◆ inZ() [2/4]

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

◆ inZ() [3/4]

static Stencil::ValueType inZ ( const Stencil & S)
static

◆ inZ() [4/4]

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