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

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

#include <Operators.h>

Static Public Member Functions

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

Detailed Description

template<typename MapType, BiasedGradientScheme GradScheme>
struct openvdb::OPENVDB_VERSION_NAME::math::GradientBiased< MapType, GradScheme >

Biased 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 824 of file Operators.h.

Member Function Documentation

template<typename MapType , BiasedGradientScheme GradScheme>
template<typename Accessor >
static math::Vec3<typename Accessor::ValueType> openvdb::OPENVDB_VERSION_NAME::math::GradientBiased< MapType, GradScheme >::result ( const MapType &  map,
const Accessor &  grid,
const Coord ijk,
const Vec3< typename Accessor::ValueType > &  V 
)
inlinestatic

Definition at line 828 of file Operators.h.

template<typename MapType , BiasedGradientScheme GradScheme>
template<typename StencilT >
static math::Vec3<typename StencilT::ValueType> openvdb::OPENVDB_VERSION_NAME::math::GradientBiased< MapType, GradScheme >::result ( const MapType &  map,
const StencilT &  stencil,
const Vec3< typename StencilT::ValueType > &  V 
)
inlinestatic

Definition at line 840 of file Operators.h.


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