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

Laplacian defined in index space, using various center-difference stencils. More...

#include <Operators.h>

Static Public Member Functions

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

Detailed Description

template<DDScheme DiffScheme>
struct openvdb::OPENVDB_VERSION_NAME::math::ISLaplacian< DiffScheme >

Laplacian defined in index space, using various center-difference stencils.

Definition at line 347 of file Operators.h.

Member Function Documentation

template<DDScheme DiffScheme>
template<typename Accessor >
static Accessor::ValueType openvdb::OPENVDB_VERSION_NAME::math::ISLaplacian< DiffScheme >::result ( const Accessor &  grid,
const Coord ijk 
)
static
template<DDScheme DiffScheme>
template<typename StencilT >
static StencilT::ValueType openvdb::OPENVDB_VERSION_NAME::math::ISLaplacian< DiffScheme >::result ( const StencilT &  stencil)
static

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