STIR 6.4.0

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

#include "stir/DynamicProjData.h"

Inheritance diagram for stir::CopyFill< DynamicProjData >:

Static Public Member Functions

template<typename iterT>
static iterT copy_to (const DynamicProjData &stir_object, iterT iter)
 
static iterT copy_to (const DynamicProjData &stir_object, iterT iter)
 
static void fill_from (DynamicProjData &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: