|
STIR 6.4.0
|
Implementation of inline versions of stir::overlap_interpolate. More...
#include <algorithm>#include "boost/iterator/iterator_traits.hpp"Go to the source code of this file.
Namespaces | |
| namespace | 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. | |
Implementation of inline versions of stir::overlap_interpolate.