OpenVDB 11.0.0
Loading...
Searching...
No Matches
Static Public Member Functions | List of all members
MultiResGrid< TreeType >::ProlongateOp Struct Reference

#include </private/tmp/openvdb-20240426-83507-bnu7c4/openvdb-11.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.
 

Member Function Documentation

◆ run()

template<typename TreeType >
static ValueType run ( const Coord & ijk,
const ConstAccessor & acc )
inlinestatic

Interpolate values from a coarse grid (acc) into the index space (ijk) of a fine grid.

Parameters
ijkCoordinate location on the fine tree
accValueAccessor to the coarse tree