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

#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)
 

Static Public Attributes

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

Detailed Description

template<BiasedGradientScheme GradScheme>
struct openvdb::OPENVDB_VERSION_NAME::math::ISGradientNormSqrd< GradScheme >

Definition at line 230 of file Operators.h.

Member Function Documentation

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

Definition at line 239 of file Operators.h.

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

Definition at line 252 of file Operators.h.

Member Data Documentation

template<BiasedGradientScheme GradScheme>
const DScheme openvdb::OPENVDB_VERSION_NAME::math::ISGradientNormSqrd< GradScheme >::BD = BIAS_SCHEME<GradScheme>::BD
static

Definition at line 233 of file Operators.h.

template<BiasedGradientScheme GradScheme>
const DScheme openvdb::OPENVDB_VERSION_NAME::math::ISGradientNormSqrd< GradScheme >::FD = BIAS_SCHEME<GradScheme>::FD
static

Definition at line 232 of file Operators.h.


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