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

Declaration of stir::copy_to and stir::fill_from templates. More...

#include "stir/Array.h"
#include "stir/ProjDataInMemory.h"

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...
 

Detailed Description

Declaration of stir::copy_to and stir::fill_from templates.

Author
Kris Thielemans