|
OpenVDB 13.0.0
|
#include <openvdb/tools/Interpolation.h>
Static Public Member Functions | |
| 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) |
| Triquadratically reconstruct inTree at inCoord and store the result in result. | |
| template<class TreeT> | |
| static TreeT::ValueType | sample (const TreeT &inTree, const Vec3R &inCoord) |
| Triquadratically reconstruct inTree at to inCoord. | |
| template<class ValueT, size_t N> | |
| static ValueT | triquadraticInterpolation (ValueT(&data)[N][N][N], const Vec3R &uvw) |
|
inlinestatic |
|
inlinestatic |
|
inlinestatic |
|
inlinestatic |
|
inlinestatic |
|
inlinestatic |
Triquadratically reconstruct inTree at to inCoord.
|
inlinestatic |
Triquadratically reconstruct inTree at inCoord and store the result in result.
true if any one of the sampled values is active.
|
inlinestatic |
|
inlinestatic |