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

Divergence operator defined in index space using various first derivative schemes. More...

#include <Operators.h>

Static Public Member Functions

template<typename Accessor >
static
Accessor::ValueType::value_type 
result (const Accessor &grid, const Coord &ijk)
 
template<typename StencilT >
static
StencilT::ValueType::value_type 
result (const StencilT &stencil)
 

Detailed Description

template<DScheme DiffScheme>
struct openvdb::OPENVDB_VERSION_NAME::math::ISDivergence< DiffScheme >

Divergence operator defined in index space using various first derivative schemes.

Definition at line 472 of file Operators.h.

Member Function Documentation

template<DScheme DiffScheme>
template<typename Accessor >
static Accessor::ValueType::value_type openvdb::OPENVDB_VERSION_NAME::math::ISDivergence< DiffScheme >::result ( const Accessor &  grid,
const Coord ijk 
)
inlinestatic

Definition at line 476 of file Operators.h.

template<DScheme DiffScheme>
template<typename StencilT >
static StencilT::ValueType::value_type openvdb::OPENVDB_VERSION_NAME::math::ISDivergence< DiffScheme >::result ( const StencilT &  stencil)
inlinestatic

Definition at line 485 of file Operators.h.


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