|
STIR
6.3.0
|
Declaration of stir::read_data_1d() functions for reading 1D stir::Array objects from file. More...
#include "stir/ArrayFwd.h"#include <stdio.h>#include <iostream>#include "stir/IO/read_data_1d.inl"Go to the source code of this file.
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, ArrayType< 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 *&, ArrayType< num_dimensions, elemT > &data, const ByteOrder byte_order) |
Declaration of stir::read_data_1d() functions for reading 1D stir::Array objects from file.
1.8.13