| 
    OpenVDB
    13.0.0
    
   | 
 
Compute the gradient of a scalar grid. More...
#include <openvdb/tools/GridOperators.h>
Classes | |
| struct | Functor | 
Public Types | |
| typedef InGridT | InGridType | 
| typedef ScalarToVectorConverter< InGridT >::Type | OutGridType | 
Public Member Functions | |
| Gradient (const InGridT &grid, InterruptT *interrupt=nullptr) | |
| Gradient (const InGridT &grid, const MaskGridType &mask, InterruptT *interrupt=nullptr) | |
| OutGridType::Ptr | process (bool threaded=true) | 
Protected Attributes | |
| const InGridT & | mInputGrid | 
| InterruptT * | mInterrupt | 
| const MaskGridType * | mMask | 
Compute the gradient of a scalar grid.
| typedef InGridT InGridType | 
| typedef ScalarToVectorConverter<InGridT>::Type OutGridType | 
      
  | 
  inline | 
      
  | 
  inline | 
      
  | 
  inline | 
      
  | 
  protected | 
      
  | 
  protected | 
      
  | 
  protected | 
 1.8.11