STIR  6.2.0
Classes | Namespaces | Functions
overlap_interpolate.h File Reference

Declaration of stir::overlap_interpolate. More...

#include "stir/common.h"
#include "stir/numerics/overlap_interpolate.inl"

Go to the source code of this file.

Classes

class  stir::VectorWithOffset< T >
 A templated class for vectors, but with indices starting not from 0. More...
 

Namespaces

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

Functions

template<typename T >
void stir::overlap_interpolate (VectorWithOffset< T > &out_data, const VectorWithOffset< T > &in_data, const float zoom, const float offset, const bool assign_rest_with_zeroes=true)
 'overlap' interpolation (i.e. count preserving) for vectors. More...
 
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

Declaration of stir::overlap_interpolate.

Author
Kris Thielemans
PARAPET project