|
HDK
|
#include <Interpolation.h>
Inheritance diagram for openvdb::OPENVDB_VERSION_NAME::tools::Sampler< 1, true >:Additional Inherited Members | |
Static Public Member Functions inherited from openvdb::OPENVDB_VERSION_NAME::tools::StaggeredBoxSampler | |
| 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) |
| Trilinearly reconstruct inTree at inCoord and store the result in result. More... | |
| template<class TreeT > | |
| static TreeT::ValueType | sample (const TreeT &inTree, const Vec3R &inCoord) |
| Trilinearly reconstruct inTree at inCoord. More... | |
Definition at line 1009 of file Interpolation.h.