OpenVDB  1.1.0
Static Public Member Functions | List of all members
Divergence< MapType, DiffScheme > Struct Template Reference

Compute the Divergence of a vector-type grid using differnce of various orders, the reulst 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::v1_1_0::math::Divergence< MapType, DiffScheme >

Compute the Divergence of a vector-type grid using differnce of various orders, the reulst defined with respect to the range-space of the map.

Member Function Documentation

static Accessor::ValueType::value_type result ( const MapType &  map,
const Accessor &  grid,
const Coord ijk 
)
inlinestatic
static StencilT::ValueType::value_type result ( const MapType &  map,
const StencilT &  stencil 
)
inlinestatic

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