OpenVDB  9.0.1
Static Public Member Functions | List of all members
ISDivergence< DiffScheme > Struct Template Reference

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

#include <openvdb/math/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::v9_0::math::ISDivergence< DiffScheme >

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

Member Function Documentation

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