Adapter for vector-valued index-space operators to return the vector magnitude.  
 More...
#include <openvdb/math/Operators.h>
 | 
| template<typename AccessorType >  | 
| static double  | result (const AccessorType &grid, const Coord &ijk) | 
|   | 
| template<typename StencilType >  | 
| static double  | result (const StencilType &stencil) | 
|   | 
template<typename OpType>
struct openvdb::v13_0::math::ISOpMagnitude< OpType >
Adapter for vector-valued index-space operators to return the vector magnitude. 
 
  
  
      
        
          | static double result  | 
          ( | 
          const AccessorType &  | 
          grid,  | 
         
        
           | 
           | 
          const Coord &  | 
          ijk  | 
         
        
           | 
          ) | 
           |  | 
         
       
   | 
  
inlinestatic   | 
  
 
 
  
  
      
        
          | static double result  | 
          ( | 
          const StencilType &  | 
          stencil | ) | 
           | 
         
       
   | 
  
inlinestatic   |