OpenVDB 12.0.0
|
#include </private/tmp/openvdb-20241101-6830-c2ql2h/openvdb-12.0.0/openvdb/openvdb/tools/MultiResGrid.h>
Static Public Member Functions | |
static ValueType | run (const Coord &ijk, const ConstAccessor &acc) |
Interpolate values from a coarse grid (acc) into the index space (ijk) of a fine grid. | |
|
inlinestatic |
Interpolate values from a coarse grid (acc) into the index space (ijk) of a fine grid.
ijk | Coordinate location on the fine tree |
acc | ValueAccessor to the coarse tree |