Adapter for vector-valued world-space operators to return the vector magnitude.  
 More...
#include <openvdb/math/Operators.h>
|  | 
| 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) | 
|  | 
template<typename OpType, typename MapT>
struct openvdb::v9_0::math::OpMagnitude< OpType, MapT >
Adapter for vector-valued world-space operators to return the vector magnitude. 
  
  | 
        
          | static double result | ( | const MapT & | map, |  
          |  |  | const AccessorType & | grid, |  
          |  |  | const Coord & | ijk |  
          |  | ) |  |  |  | inlinestatic | 
 
 
  
  | 
        
          | static double result | ( | const MapT & | map, |  
          |  |  | const StencilType & | stencil |  
          |  | ) |  |  |  | inlinestatic |