STIR  6.2.0
Public Member Functions | List of all members
stir::PullLinearInterpolator< elemT > Class Template Reference

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
 

Detailed Description

template<class elemT>
class stir::PullLinearInterpolator< elemT >

A function object to pull interpolated values from the input array into the grid points of the output array.

Todo:
preliminary. We might want to derive this from a class or so.

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