STIR  6.2.0
Namespaces | Functions
overlap_interpolate.inl File Reference

Implementation of inline versions of stir::overlap_interpolate. More...

#include <algorithm>
#include "boost/iterator/iterator_traits.hpp"

Namespaces

 stir
 Namespace for the STIR library (and some/most of its applications)
 

Functions

template<typename out_iter_t , typename out_coord_iter_t , typename in_iter_t , typename in_coord_iter_t >
void stir::overlap_interpolate (const out_iter_t out_begin, const out_iter_t out_end, const out_coord_iter_t out_coord_begin, const out_coord_iter_t out_coord_end, const in_iter_t in_begin, in_iter_t in_end, const in_coord_iter_t in_coord_begin, const in_coord_iter_t in_coord_end, const bool only_add_to_output=false, const bool assign_rest_with_zeroes=true)
 'overlap' interpolation for iterators, with arbitrary 'bin' sizes. More...
 

Detailed Description

Implementation of inline versions of stir::overlap_interpolate.

Author
Kris Thielemans