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

Compute the divergence of a vector-valued grid using differencing of various orders, the result defined with respect to the range-space of the map. More...

#include <Operators.h>

Static Public Member Functions

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

Detailed Description

template<typename MapType, DScheme DiffScheme>
struct openvdb::OPENVDB_VERSION_NAME::math::Divergence< MapType, DiffScheme >

Compute the divergence of a vector-valued grid using differencing of various orders, the result defined with respect to the range-space of the map.

Definition at line 949 of file Operators.h.

Member Function Documentation

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

Definition at line 953 of file Operators.h.

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

Definition at line 969 of file Operators.h.


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