HDK
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
openvdb::OPENVDB_VERSION_NAME::tools::MultiResGrid< TreeType >::ProlongateOp Struct Reference

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

Detailed Description

template<typename TreeType>
struct openvdb::OPENVDB_VERSION_NAME::tools::MultiResGrid< TreeType >::ProlongateOp

Definition at line 903 of file MultiResGrid.h.

Member Function Documentation

template<typename TreeType >
static ValueType openvdb::OPENVDB_VERSION_NAME::tools::MultiResGrid< TreeType >::ProlongateOp::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

Definition at line 908 of file MultiResGrid.h.


The documentation for this struct was generated from the following file: