Curl operator defined in index space using various first derivative schemes.  
 More...
#include <openvdb/math/Operators.h>
 | 
| template<typename Accessor >  | 
| static Accessor::ValueType  | result (const Accessor &grid, const Coord &ijk) | 
|   | 
| template<typename StencilT >  | 
| static StencilT::ValueType  | result (const StencilT &stencil) | 
|   | 
template<DScheme DiffScheme>
struct openvdb::v13_0::math::ISCurl< DiffScheme >
Curl operator defined in index space using various first derivative schemes. 
 
  
  
      
        
          | static Accessor::ValueType result  | 
          ( | 
          const Accessor &  | 
          grid,  | 
         
        
           | 
           | 
          const Coord &  | 
          ijk  | 
         
        
           | 
          ) | 
           |  | 
         
       
   | 
  
inlinestatic   | 
  
 
 
  
  
      
        
          | static StencilT::ValueType result  | 
          ( | 
          const StencilT &  | 
          stencil | ) | 
           | 
         
       
   | 
  
inlinestatic   |