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

Center difference gradient operators, defined with respect to the range-space of the map. More...

#include <Operators.h>

Static Public Member Functions

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

Detailed Description

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

Center difference gradient operators, defined with respect to the range-space of the map.

Note
This will need to be divided by two in the case of CD_2NDT

Definition at line 619 of file Operators.h.

Member Function Documentation

template<typename MapType , DScheme DiffScheme>
template<typename Accessor >
static internal::ReturnValue<Accessor>::Vec3Type openvdb::OPENVDB_VERSION_NAME::math::Gradient< MapType, DiffScheme >::result ( const MapType &  map,
const Accessor &  grid,
const Coord ijk 
)
inlinestatic

Definition at line 624 of file Operators.h.

template<typename MapType , DScheme DiffScheme>
template<typename StencilT >
static internal::ReturnValue<StencilT>::Vec3Type openvdb::OPENVDB_VERSION_NAME::math::Gradient< MapType, DiffScheme >::result ( const MapType &  map,
const StencilT &  stencil 
)
inlinestatic

Definition at line 635 of file Operators.h.


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