|
STIR 6.4.0
|
Implementations for non-inline functions of class stir::ProjDataInMemory. More...
#include "stir/ProjDataInMemory.h"#include "stir/IndexRange2D.h"#include "stir/copy_fill.h"#include "stir/shared_ptr.h"#include "stir/Succeeded.h"#include "stir/SegmentByView.h"#include "stir/Bin.h"#include "stir/is_null_ptr.h"#include "stir/numerics/norm.h"#include "stir/format.h"#include "stir/error.h"#include <iostream>#include <cstring>#include <algorithm>Namespaces | |
| namespace | stir |
| Namespace for the STIR library (and some/most of its applications) | |
| namespace | stir::detail |
| Namespace for the implementation details of the STIR library. | |
Functions | |
| template<int num_dimensions> | |
| void | stir::detail::copy_data_from_buffer (const Array< 1, float > &buffer, Array< num_dimensions, float > &array, std::streamoff offset) |
| template<int num_dimensions> | |
| void | stir::detail::copy_data_to_buffer (Array< 1, float > &buffer, const Array< num_dimensions, float > &array, std::streamoff offset) |
Implementations for non-inline functions of class stir::ProjDataInMemory.