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

Gradient operators defined in index space of various orders. More...

#include <Operators.h>

Static Public Member Functions

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

Detailed Description

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

Gradient operators defined in index space of various orders.

Definition at line 99 of file Operators.h.

Member Function Documentation

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

Definition at line 103 of file Operators.h.

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

Definition at line 114 of file Operators.h.


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