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

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

#include <Operators.h>

Static Public Member Functions

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

Detailed Description

template<typename OpType, typename MapT>
struct openvdb::OPENVDB_VERSION_NAME::math::OpMagnitude< OpType, MapT >

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

Definition at line 66 of file Operators.h.

Member Function Documentation

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

Definition at line 68 of file Operators.h.

template<typename OpType , typename MapT >
template<typename StencilType >
static double openvdb::OPENVDB_VERSION_NAME::math::OpMagnitude< OpType, MapT >::result ( const MapT &  map,
const StencilType &  stencil 
)
inlinestatic

Definition at line 73 of file Operators.h.


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