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

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