STIR
6.2.0
|
Declaration of stir::copy_to and stir::fill_from templates. More...
Go to the source code of this file.
Classes | |
struct | stir::CopyFill< T > |
Helper class for stir::copy_to and stir::fill_from. More... | |
struct | stir::CopyFill< Array< num_dimensions, elemT > > |
Helper class for stir::copy_to and stir::fill_from. More... | |
struct | stir::CopyFill< ProjData > |
Helper class for stir::copy_to and stir::fill_from. More... | |
Namespaces | |
stir | |
Namespace for the STIR library (and some/most of its applications) | |
Functions | |
template<typename T , typename iterT > | |
iterT | stir::copy_to (const T &stir_object, iterT iter) |
Copy all bins to a range specified by a iterator. More... | |
template<typename T , typename iterT > | |
void | stir::fill_from (T &stir_object, iterT iter, iterT iter_end) |
set all elements of stir_object from an iterator More... | |
Declaration of stir::copy_to and stir::fill_from templates.