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

#include <Operators.h>

Static Public Member Functions

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

Static Public Attributes

static const DScheme FD = BIAS_SCHEME<GradScheme>::FD
 
static const DScheme BD = BIAS_SCHEME<GradScheme>::BD
 

Detailed Description

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

Definition at line 857 of file Operators.h.

Member Function Documentation

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

Definition at line 866 of file Operators.h.

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

Definition at line 879 of file Operators.h.

Member Data Documentation

template<typename MapType , BiasedGradientScheme GradScheme>
const DScheme openvdb::OPENVDB_VERSION_NAME::math::GradientNormSqrd< MapType, GradScheme >::BD = BIAS_SCHEME<GradScheme>::BD
static

Definition at line 860 of file Operators.h.

template<typename MapType , BiasedGradientScheme GradScheme>
const DScheme openvdb::OPENVDB_VERSION_NAME::math::GradientNormSqrd< MapType, GradScheme >::FD = BIAS_SCHEME<GradScheme>::FD
static

Definition at line 859 of file Operators.h.


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