STIR
6.2.0
|
Implementation of stir::read_data_1d() functions. More...
#include "stir/Array.h"
#include "stir/Succeeded.h"
#include "stir/ByteOrder.h"
#include "stir/warning.h"
#include <fstream>
Namespaces | |
stir | |
Namespace for the STIR library (and some/most of its applications) | |
stir::detail | |
Namespace for the implementation details of the STIR library. | |
Functions | |
template<int num_dimensions, class elemT > | |
Succeeded | stir::detail::read_data_1d (std::istream &s, Array< num_dimensions, elemT > &data, const ByteOrder byte_order) |
This is an internal function called by read_data() . It does the actual reading to std::istream . More... | |
template<int num_dimensions, class elemT > | |
Succeeded | stir::detail::read_data_1d (FILE *&, Array< num_dimensions, elemT > &data, const ByteOrder byte_order) |
Implementation of stir::read_data_1d() functions.