|
OpenVDB
0.104.0
|
#include <Interpolation.h>
Inherits GridSampling< TreeType >.
Public Types | |
| typedef GridSampling< TreeType > | BaseType |
| typedef boost::shared_ptr < QuadraticInterp > | Ptr |
| typedef TreeType::Ptr | TreePtr |
| typedef TreeType::ValueType | ValueType |
| typedef tree::ValueAccessor < const TreeType > | ConstAccessor |
Public Member Functions | |
| OPENVDB_DEPRECATED | QuadraticInterp (const TreeType &tree) |
| virtual | ~QuadraticInterp () |
| virtual ValueType | sampleVoxel (Real x, Real y, Real z) const |
| Triquadratically sample a grid at (x, y, z). More... | |
| const TreeType & | tree () const |
| ValueType | sampleVoxel (const Vec3R &pt) const |
| Sample a point in voxel space in the grid. More... | |
| typedef GridSampling<TreeType> BaseType |
|
inherited |
| typedef boost::shared_ptr<QuadraticInterp> Ptr |
| typedef TreeType::Ptr TreePtr |
| typedef TreeType::ValueType ValueType |
|
inlineexplicit |
|
inlinevirtual |
Sample a point in voxel space in the grid.
| pt | the grid point to be sampled, in voxel coordinates |
Triquadratically sample a grid at (x, y, z).
Implements GridSampling< TreeType >.
|
inlineinherited |
1.8.3.1