STIR 6.4.0

Copy all bins to a range specified by an iterator. More...

#include "stir/MultipleProjData.h"

Inheritance diagram for stir::CopyFill< MultipleProjData >:

Static Public Member Functions

template<typename iterT>
static iterT copy_to (const MultipleProjData &stir_object, iterT iter)
 
static iterT copy_to (const MultipleProjData &stir_object, iterT iter)
 
static void fill_from (MultipleProjData &stir_object, iterT iter, iterT iter_end)
 

Detailed Description

Copy all bins to a range specified by an iterator.

Returns
iter advanced over the range (as std::copy)
Warning
there is no range-check on iter

The documentation for this struct was generated from the following file: