|
OpenVDB
3.2.0
|
Specialization of DualGridSampler for construction from a ValueAccessor type. More...
#include <Interpolation.h>
Public Types | |
| typedef TreeT::ValueType | ValueType |
| typedef TreeT | TreeType |
| typedef Grid< TreeType > | GridType |
| typedef tree::ValueAccessor< TreeT > | AccessorType |
Public Member Functions | |
| DualGridSampler (const AccessorType &sourceAccessor, const math::Transform &sourceXform, const math::Transform &targetXform) | |
| ValueAccessor and transform constructor. More... | |
| ValueType | operator() (const Coord &ijk) const |
| Return the value of the source grid at the index coordinates, ijk, relative to the target grid. More... | |
| bool | isAligned () const |
| Return true if the two grids are aligned. More... | |
Specialization of DualGridSampler for construction from a ValueAccessor type.
| typedef tree::ValueAccessor<TreeT> AccessorType |
| typedef TreeT TreeType |
| typedef TreeT::ValueType ValueType |
|
inline |
ValueAccessor and transform constructor.
| sourceAccessor | ValueAccessor into the source grid. |
| sourceXform | Transform for the source grid. |
| targetXform | Transform for the target grid. |
|
inline |
Return true if the two grids are aligned.
Return the value of the source grid at the index coordinates, ijk, relative to the target grid.
1.8.12