#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 () |
|
static bool | sample (const TreeT &inTree, const Vec3R &inCoord, typename TreeT::ValueType &result) |
| Sample inTree at the floating-point index coordinate inCoord and store the result in result.
|
|
static TreeT::ValueType | sample (const TreeT &inTree, const Vec3R &inCoord) |
| Sample inTree at the floating-point index coordinate inCoord.
|
|
template<class ValueT, size_t N> |
static ValueT | triquadraticInterpolation (ValueT(&data)[N][N][N], const Vec3R &uvw) |
|
◆ consistent()
static bool consistent |
( |
| ) |
|
|
static |
◆ mipmap()
◆ name()
static const char * name |
( |
| ) |
|
|
static |
◆ order()
◆ radius()
◆ sample() [1/2]
static TreeT::ValueType sample |
( |
const TreeT & | inTree, |
|
|
const Vec3R & | inCoord ) |
|
static |
Sample inTree at the floating-point index coordinate inCoord.
- Returns
- the reconstructed value
◆ sample() [2/2]
static bool sample |
( |
const TreeT & | inTree, |
|
|
const Vec3R & | inCoord, |
|
|
typename TreeT::ValueType & | result ) |
|
static |
Sample inTree at the floating-point index coordinate inCoord and store the result in result.
- Returns
true
if the sampled value is active.
◆ staggered()
static bool staggered |
( |
| ) |
|
|
static |
◆ triquadraticInterpolation()
template<class ValueT, size_t N>
ValueT triquadraticInterpolation |
( |
ValueT(&) | data[N][N][N], |
|
|
const Vec3R & | uvw ) |
|
inlinestaticinherited |