OpenVDB 11.0.0
Loading...
Searching...
No Matches
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.
 

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