#include <nanovdb/util/SampleFromVoxels.h>
Inherits TricubicSampler< TreeOrAccT >.
|
template<typename RealT , template< typename... > class Vec3T> |
static ValueT | sample (const Vec3T< RealT > &uvw, const ValueT(&c)[64]) |
|
const TreeOrAccT& accessor |
( |
| ) |
const |
|
inlineinherited |
ValueT operator() |
( |
Vec3T< RealT > |
xyz | ) |
const |
|
inline |
- Note
- xyz is in index space space
TreeOrAccT::ValueType operator() |
( |
Vec3T< RealT > |
xyz | ) |
const |
static ValueT sample |
( |
const Vec3T< RealT > & |
uvw, |
|
|
const ValueT(&) |
c[64] |
|
) |
| |
|
inlinestaticinherited |
TreeOrAccT::ValueType sample |
( |
const Vec3T< RealT > & |
xyz, |
|
|
const ValueT(&) |
C[64] |
|
) |
| |
|
inherited |
Extract the stencil of 8 values.