Center difference gradient operators, defined with respect to the range-space of the map.  
 More...
#include <openvdb/math/Operators.h>
 | 
| template<typename Accessor >  | 
| static internal::ReturnValue< Accessor >::Vec3Type  | result (const MapType &map, const Accessor &grid, const Coord &ijk) | 
|   | 
| template<typename StencilT >  | 
| static internal::ReturnValue< StencilT >::Vec3Type  | result (const MapType &map, const StencilT &stencil) | 
|   | 
template<typename MapType, DScheme DiffScheme>
struct openvdb::v13_0::math::Gradient< MapType, DiffScheme >
Center difference gradient operators, defined with respect to the range-space of the map. 
- Note
 - This will need to be divided by two in the case of CD_2NDT 
 
 
  
  
      
        
          | static internal::ReturnValue<Accessor>::Vec3Type result  | 
          ( | 
          const MapType &  | 
          map,  | 
         
        
           | 
           | 
          const Accessor &  | 
          grid,  | 
         
        
           | 
           | 
          const Coord &  | 
          ijk  | 
         
        
           | 
          ) | 
           |  | 
         
       
   | 
  
inlinestatic   | 
  
 
 
  
  
      
        
          | static internal::ReturnValue<StencilT>::Vec3Type result  | 
          ( | 
          const MapType &  | 
          map,  | 
         
        
           | 
           | 
          const StencilT &  | 
          stencil  | 
         
        
           | 
          ) | 
           |  | 
         
       
   | 
  
inlinestatic   |