#include <openvdb/math/FiniteDifference.h>
|  | 
| template<typename Accessor> | 
| static Accessor::ValueType | inX (const Accessor &grid, const Coord &ijk) | 
|  | 
| template<typename Accessor> | 
| static Accessor::ValueType | inY (const Accessor &grid, const Coord &ijk) | 
|  | 
| template<typename Accessor> | 
| static Accessor::ValueType | inZ (const Accessor &grid, const Coord &ijk) | 
|  | 
| template<typename Stencil> | 
| static Stencil::ValueType | inX (const Stencil &S) | 
|  | 
| template<typename Stencil> | 
| static Stencil::ValueType | inY (const Stencil &S) | 
|  | 
| template<typename Stencil> | 
| static Stencil::ValueType | inZ (const Stencil &S) | 
|  | 
◆ inX() [1/2]
template<typename Accessor> 
  
  | 
        
          | static Accessor::ValueType inX | ( | const Accessor & | grid, |  
          |  |  | const Coord & | ijk ) |  | static | 
 
 
◆ inX() [2/2]
template<typename Stencil> 
  
  | 
        
          | static Stencil::ValueType inX | ( | const Stencil & | S | ) |  |  | static | 
 
 
◆ inY() [1/2]
template<typename Accessor> 
  
  | 
        
          | static Accessor::ValueType inY | ( | const Accessor & | grid, |  
          |  |  | const Coord & | ijk ) |  | static | 
 
 
◆ inY() [2/2]
template<typename Stencil> 
  
  | 
        
          | static Stencil::ValueType inY | ( | const Stencil & | S | ) |  |  | static | 
 
 
◆ inZ() [1/2]
template<typename Accessor> 
  
  | 
        
          | static Accessor::ValueType inZ | ( | const Accessor & | grid, |  
          |  |  | const Coord & | ijk ) |  | static | 
 
 
◆ inZ() [2/2]
template<typename Stencil> 
  
  | 
        
          | static Stencil::ValueType inZ | ( | const Stencil & | S | ) |  |  | static |