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

#include <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)
 

Detailed Description

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

Definition at line 1805 of file FiniteDifference.h.

Member Function Documentation

template<typename ValueType >
static ValueType openvdb::OPENVDB_VERSION_NAME::math::D2< CD_SECOND >::crossdifference ( const ValueType &  xpyp,
const ValueType &  xpym,
const ValueType &  xmyp,
const ValueType &  xmym 
)
inlinestatic

Definition at line 1816 of file FiniteDifference.h.

template<typename ValueType >
static ValueType openvdb::OPENVDB_VERSION_NAME::math::D2< CD_SECOND >::difference ( const ValueType &  xp1,
const ValueType &  xp0,
const ValueType &  xm1 
)
inlinestatic

Definition at line 1810 of file FiniteDifference.h.

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

Definition at line 1824 of file FiniteDifference.h.

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

Definition at line 1874 of file FiniteDifference.h.

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

Definition at line 1847 of file FiniteDifference.h.

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

Definition at line 1896 of file FiniteDifference.h.

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

Definition at line 1856 of file FiniteDifference.h.

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

Definition at line 1903 of file FiniteDifference.h.

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

Definition at line 1831 of file FiniteDifference.h.

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

Definition at line 1881 of file FiniteDifference.h.

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

Definition at line 1864 of file FiniteDifference.h.

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

Definition at line 1910 of file FiniteDifference.h.

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

Definition at line 1839 of file FiniteDifference.h.

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

Definition at line 1888 of file FiniteDifference.h.


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