OpenVDB  9.0.1
Static Public Member Functions | List of all members
MultiResGrid< TreeType >::ProlongateOp Struct Reference

#include <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. More...
 

Member Function Documentation

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