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

Adapter for vector-valued index-space operators to return the vector magnitude. More...

#include <Operators.h>

Static Public Member Functions

template<typename AccessorType >
static double result (const AccessorType &grid, const Coord &ijk)
 
template<typename StencilType >
static double result (const StencilType &stencil)
 

Detailed Description

template<typename OpType>
struct openvdb::OPENVDB_VERSION_NAME::math::ISOpMagnitude< OpType >

Adapter for vector-valued index-space operators to return the vector magnitude.

Definition at line 52 of file Operators.h.

Member Function Documentation

template<typename OpType >
template<typename AccessorType >
static double openvdb::OPENVDB_VERSION_NAME::math::ISOpMagnitude< OpType >::result ( const AccessorType &  grid,
const Coord ijk 
)
inlinestatic

Definition at line 54 of file Operators.h.

template<typename OpType >
template<typename StencilType >
static double openvdb::OPENVDB_VERSION_NAME::math::ISOpMagnitude< OpType >::result ( const StencilType &  stencil)
inlinestatic

Definition at line 59 of file Operators.h.


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