OpenVDB
9.0.1
|
Nearest neighbor, i.e. zero order, interpolator with caching. More...
#include <nanovdb/util/SampleFromVoxels.h>
Public Types | |
using | ValueT = typename TreeOrAccT::ValueType |
using | CoordT = typename TreeOrAccT::CoordType |
Public Member Functions | |
SampleFromVoxels (const TreeOrAccT &acc) | |
Construction from a Tree or ReadAccessor. More... | |
const TreeOrAccT & | accessor () const |
template<typename Vec3T > | |
ValueT | operator() (const Vec3T &xyz) const |
ValueT | operator() (const CoordT &ijk) const |
template<typename Vec3T > | |
TreeOrAccT::ValueType | operator() (const Vec3T &xyz) const |
Static Public Attributes | |
static const int | ORDER = 0 |
Nearest neighbor, i.e. zero order, interpolator with caching.
using CoordT = typename TreeOrAccT::CoordType |
using ValueT = typename TreeOrAccT::ValueType |
|
inline |
Construction from a Tree or ReadAccessor.
|
inline |
|
inline |
|
inline |
TreeOrAccT::ValueType operator() | ( | const Vec3T & | xyz | ) | const |
|
static |