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