STIR
6.2.0
|
A function object to pull interpolated values from the input array into the grid points of the output array. More...
#include "stir_experimental/numerics/more_interpolators.h"
Public Member Functions | |
void | set_input (const Array< 3, elemT > &input) const |
template<class positionT > | |
elemT | operator() (const BasicCoordinate< 3, positionT > &point_in_input_coords) const |
A function object to pull interpolated values from the input array into the grid points of the output array.