Specialization of DualGridSampler for construction from a ValueAccessor type.
More...
#include <Interpolation.h>
template<typename TreeT, typename SamplerT>
class openvdb::v5_1::tools::DualGridSampler< tree::ValueAccessor< TreeT >, SamplerT >
Specialization of DualGridSampler for construction from a ValueAccessor type.
ValueAccessor and transform constructor.
- Parameters
-
| sourceAccessor | ValueAccessor into the source grid. |
| sourceXform | Transform for the source grid. |
| targetXform | Transform for the target grid. |
Return true if the two grids are aligned.
| ValueType operator() |
( |
const Coord & |
ijk | ) |
const |
|
inline |
Return the value of the source grid at the index coordinates, ijk, relative to the target grid.
The documentation for this class was generated from the following file: