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

#include <FiniteDifference.h>

Static Public Member Functions

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<DDScheme DiffScheme>
struct openvdb::OPENVDB_VERSION_NAME::math::D2< DiffScheme >

Definition at line 1764 of file FiniteDifference.h.

Member Function Documentation

template<DDScheme DiffScheme>
template<typename Accessor >
static Accessor::ValueType openvdb::OPENVDB_VERSION_NAME::math::D2< DiffScheme >::inX ( const Accessor &  grid,
const Coord ijk 
)
static
template<DDScheme DiffScheme>
template<typename Stencil >
static Stencil::ValueType openvdb::OPENVDB_VERSION_NAME::math::D2< DiffScheme >::inX ( const Stencil &  S)
static
template<DDScheme DiffScheme>
template<typename Accessor >
static Accessor::ValueType openvdb::OPENVDB_VERSION_NAME::math::D2< DiffScheme >::inXandY ( const Accessor &  grid,
const Coord ijk 
)
static
template<DDScheme DiffScheme>
template<typename Stencil >
static Stencil::ValueType openvdb::OPENVDB_VERSION_NAME::math::D2< DiffScheme >::inXandY ( const Stencil &  S)
static
template<DDScheme DiffScheme>
template<typename Accessor >
static Accessor::ValueType openvdb::OPENVDB_VERSION_NAME::math::D2< DiffScheme >::inXandZ ( const Accessor &  grid,
const Coord ijk 
)
static
template<DDScheme DiffScheme>
template<typename Stencil >
static Stencil::ValueType openvdb::OPENVDB_VERSION_NAME::math::D2< DiffScheme >::inXandZ ( const Stencil &  S)
static
template<DDScheme DiffScheme>
template<typename Accessor >
static Accessor::ValueType openvdb::OPENVDB_VERSION_NAME::math::D2< DiffScheme >::inY ( const Accessor &  grid,
const Coord ijk 
)
static
template<DDScheme DiffScheme>
template<typename Stencil >
static Stencil::ValueType openvdb::OPENVDB_VERSION_NAME::math::D2< DiffScheme >::inY ( const Stencil &  S)
static
template<DDScheme DiffScheme>
template<typename Accessor >
static Accessor::ValueType openvdb::OPENVDB_VERSION_NAME::math::D2< DiffScheme >::inYandZ ( const Accessor &  grid,
const Coord ijk 
)
static
template<DDScheme DiffScheme>
template<typename Stencil >
static Stencil::ValueType openvdb::OPENVDB_VERSION_NAME::math::D2< DiffScheme >::inYandZ ( const Stencil &  S)
static
template<DDScheme DiffScheme>
template<typename Accessor >
static Accessor::ValueType openvdb::OPENVDB_VERSION_NAME::math::D2< DiffScheme >::inZ ( const Accessor &  grid,
const Coord ijk 
)
static
template<DDScheme DiffScheme>
template<typename Stencil >
static Stencil::ValueType openvdb::OPENVDB_VERSION_NAME::math::D2< DiffScheme >::inZ ( const Stencil &  S)
static

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