OpenVDB  9.0.1
Static Public Member Functions | Static Public Attributes | List of all members
GradientNormSqrd< MapType, GradScheme > Struct Template Reference

#include <openvdb/math/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
 

Member Function Documentation

static Accessor::ValueType result ( const MapType &  map,
const Accessor &  grid,
const Coord ijk 
)
inlinestatic
static StencilT::ValueType result ( const MapType &  map,
const StencilT &  stencil 
)
inlinestatic

Member Data Documentation

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