HDK
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
openvdb::OPENVDB_VERSION_NAME::math::D2< CD_SIXTH > Struct Template Reference

#include <FiniteDifference.h>

Static Public Member Functions

template<typename ValueType >
static ValueType difference (const ValueType &xp3, const ValueType &xp2, const ValueType &xp1, const ValueType &xp0, const ValueType &xm1, const ValueType &xm2, const ValueType &xm3)
 
template<typename ValueType >
static ValueType crossdifference (const ValueType &xp1yp1, const ValueType &xm1yp1, const ValueType &xp1ym1, const ValueType &xm1ym1, const ValueType &xp2yp1, const ValueType &xm2yp1, const ValueType &xp2ym1, const ValueType &xm2ym1, const ValueType &xp3yp1, const ValueType &xm3yp1, const ValueType &xp3ym1, const ValueType &xm3ym1, const ValueType &xp1yp2, const ValueType &xm1yp2, const ValueType &xp1ym2, const ValueType &xm1ym2, const ValueType &xp2yp2, const ValueType &xm2yp2, const ValueType &xp2ym2, const ValueType &xm2ym2, const ValueType &xp3yp2, const ValueType &xm3yp2, const ValueType &xp3ym2, const ValueType &xm3ym2, const ValueType &xp1yp3, const ValueType &xm1yp3, const ValueType &xp1ym3, const ValueType &xm1ym3, const ValueType &xp2yp3, const ValueType &xm2yp3, const ValueType &xp2ym3, const ValueType &xm2ym3, const ValueType &xp3yp3, const ValueType &xm3yp3, const ValueType &xp3ym3, const ValueType &xm3ym3)
 
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)
 

Detailed Description

template<>
struct openvdb::OPENVDB_VERSION_NAME::math::D2< CD_SIXTH >

Definition at line 2090 of file FiniteDifference.h.

Member Function Documentation

template<typename ValueType >
static ValueType openvdb::OPENVDB_VERSION_NAME::math::D2< CD_SIXTH >::crossdifference ( const ValueType &  xp1yp1,
const ValueType &  xm1yp1,
const ValueType &  xp1ym1,
const ValueType &  xm1ym1,
const ValueType &  xp2yp1,
const ValueType &  xm2yp1,
const ValueType &  xp2ym1,
const ValueType &  xm2ym1,
const ValueType &  xp3yp1,
const ValueType &  xm3yp1,
const ValueType &  xp3ym1,
const ValueType &  xm3ym1,
const ValueType &  xp1yp2,
const ValueType &  xm1yp2,
const ValueType &  xp1ym2,
const ValueType &  xm1ym2,
const ValueType &  xp2yp2,
const ValueType &  xm2yp2,
const ValueType &  xp2ym2,
const ValueType &  xm2ym2,
const ValueType &  xp3yp2,
const ValueType &  xm3yp2,
const ValueType &  xp3ym2,
const ValueType &  xm3ym2,
const ValueType &  xp1yp3,
const ValueType &  xm1yp3,
const ValueType &  xp1ym3,
const ValueType &  xm1ym3,
const ValueType &  xp2yp3,
const ValueType &  xm2yp3,
const ValueType &  xp2ym3,
const ValueType &  xm2ym3,
const ValueType &  xp3yp3,
const ValueType &  xm3yp3,
const ValueType &  xp3ym3,
const ValueType &  xm3ym3 
)
inlinestatic

Definition at line 2103 of file FiniteDifference.h.

template<typename ValueType >
static ValueType openvdb::OPENVDB_VERSION_NAME::math::D2< CD_SIXTH >::difference ( const ValueType &  xp3,
const ValueType &  xp2,
const ValueType &  xp1,
const ValueType &  xp0,
const ValueType &  xm1,
const ValueType &  xm2,
const ValueType &  xm3 
)
inlinestatic

Definition at line 2094 of file FiniteDifference.h.

template<typename Accessor >
static Accessor::ValueType openvdb::OPENVDB_VERSION_NAME::math::D2< CD_SIXTH >::inX ( const Accessor &  grid,
const Coord ijk 
)
inlinestatic

Definition at line 2143 of file FiniteDifference.h.

template<typename Stencil >
static Stencil::ValueType openvdb::OPENVDB_VERSION_NAME::math::D2< CD_SIXTH >::inX ( const Stencil &  S)
inlinestatic

Definition at line 2224 of file FiniteDifference.h.

template<typename Accessor >
static Accessor::ValueType openvdb::OPENVDB_VERSION_NAME::math::D2< CD_SIXTH >::inXandY ( const Accessor &  grid,
const Coord ijk 
)
inlinestatic

Definition at line 2174 of file FiniteDifference.h.

template<typename Stencil >
static Stencil::ValueType openvdb::OPENVDB_VERSION_NAME::math::D2< CD_SIXTH >::inXandY ( const Stencil &  S)
inlinestatic

Definition at line 2252 of file FiniteDifference.h.

template<typename Accessor >
static Accessor::ValueType openvdb::OPENVDB_VERSION_NAME::math::D2< CD_SIXTH >::inXandZ ( const Accessor &  grid,
const Coord ijk 
)
inlinestatic

Definition at line 2190 of file FiniteDifference.h.

template<typename Stencil >
static Stencil::ValueType openvdb::OPENVDB_VERSION_NAME::math::D2< CD_SIXTH >::inXandZ ( const Stencil &  S)
inlinestatic

Definition at line 2275 of file FiniteDifference.h.

template<typename Accessor >
static Accessor::ValueType openvdb::OPENVDB_VERSION_NAME::math::D2< CD_SIXTH >::inY ( const Accessor &  grid,
const Coord ijk 
)
inlinestatic

Definition at line 2153 of file FiniteDifference.h.

template<typename Stencil >
static Stencil::ValueType openvdb::OPENVDB_VERSION_NAME::math::D2< CD_SIXTH >::inY ( const Stencil &  S)
inlinestatic

Definition at line 2233 of file FiniteDifference.h.

template<typename Accessor >
static Accessor::ValueType openvdb::OPENVDB_VERSION_NAME::math::D2< CD_SIXTH >::inYandZ ( const Accessor &  grid,
const Coord ijk 
)
inlinestatic

Definition at line 2206 of file FiniteDifference.h.

template<typename Stencil >
static Stencil::ValueType openvdb::OPENVDB_VERSION_NAME::math::D2< CD_SIXTH >::inYandZ ( const Stencil &  S)
inlinestatic

Definition at line 2298 of file FiniteDifference.h.

template<typename Accessor >
static Accessor::ValueType openvdb::OPENVDB_VERSION_NAME::math::D2< CD_SIXTH >::inZ ( const Accessor &  grid,
const Coord ijk 
)
inlinestatic

Definition at line 2163 of file FiniteDifference.h.

template<typename Stencil >
static Stencil::ValueType openvdb::OPENVDB_VERSION_NAME::math::D2< CD_SIXTH >::inZ ( const Stencil &  S)
inlinestatic

Definition at line 2243 of file FiniteDifference.h.


The documentation for this struct was generated from the following file: