Specialization of DualGridSampler for construction from a ValueAccessor type.
More...
#include <Interpolation.h>
template<typename TreeT, typename SamplerT>
class openvdb::v6_0::tools::DualGridSampler< tree::ValueAccessor< TreeT >, SamplerT >
Specialization of DualGridSampler for construction from a ValueAccessor type.
◆ AccessorType
◆ GridType
◆ TreeType
◆ ValueType
◆ DualGridSampler()
ValueAccessor and transform constructor.
- Parameters
-
sourceAccessor | ValueAccessor into the source grid. |
sourceXform | Transform for the source grid. |
targetXform | Transform for the target grid. |
◆ isAligned()
Return true if the two grids are aligned.
◆ operator()()
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: