#include <openvdb/tools/Interpolation.h>
|  | 
| static const char * | name () | 
|  | 
| static int | radius () | 
|  | 
| static bool | mipmap () | 
|  | 
| static bool | consistent () | 
|  | 
| static bool | staggered () | 
|  | 
| static size_t | order () | 
|  | 
| template<class TreeT> | 
| static bool | sample (const TreeT &inTree, const Vec3R &inCoord, typename TreeT::ValueType &result) | 
|  | Sample inTree at the nearest neighbor to inCoord and store the result in result. 
 | 
|  | 
| template<class TreeT> | 
| static TreeT::ValueType | sample (const TreeT &inTree, const Vec3R &inCoord) | 
|  | Sample inTree at the nearest neighbor to inCoord. 
 | 
|  | 
◆ consistent()
  
  | 
        
          | static bool consistent | ( |  | ) |  |  | inlinestatic | 
 
 
◆ mipmap()
◆ name()
  
  | 
        
          | static const char * name | ( |  | ) |  |  | inlinestatic | 
 
 
◆ order()
◆ radius()
◆ sample() [1/2]
template<class TreeT> 
  
  | 
        
          | TreeT::ValueType sample | ( | const TreeT & | inTree, |  
          |  |  | const Vec3R & | inCoord ) |  | inlinestatic | 
 
Sample inTree at the nearest neighbor to inCoord. 
- Returns
- the reconstructed value 
 
 
◆ sample() [2/2]
template<class TreeT> 
  
  | 
        
          | bool sample | ( | const TreeT & | inTree, |  
          |  |  | const Vec3R & | inCoord, |  
          |  |  | typename TreeT::ValueType & | result ) |  | inlinestatic | 
 
Sample inTree at the nearest neighbor to inCoord and store the result in result. 
- Returns
- true if the sampled value is active. 
 
 
◆ staggered()
  
  | 
        
          | static bool staggered | ( |  | ) |  |  | inlinestatic |