STIR 6.4.0
stir::PushNearestNeighbourInterpolator< elemT > Class Template Reference

A function object to push values at the grid of the input array into the output array. More...

#include "stir_experimental/numerics/more_interpolators.h"

Public Member Functions

void set_output (Array< 3, elemT > &output) const
 
template<class positionT, class valueT>
void add_to (const BasicCoordinate< 3, positionT > &point_in_output_coords, const valueT value) const
 

Detailed Description

template<class elemT>
class stir::PushNearestNeighbourInterpolator< elemT >

A function object to push values at the grid of the input array into 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: