Copy all bins to a range specified by an iterator.
More...
#include "stir/MultipleProjData.h"
|
|
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) |
| |
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: