|
STIR
6.3.0
|
Declaration of stir::write_data_1d() functions for writing 1D stir::Array objects to file. More...
#include "stir/ArrayFwd.h"#include <stdio.h>#include <iostream>#include "stir/IO/write_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::write_data_1d (std::ostream &s, const Array< num_dimensions, elemT > &data, const ByteOrder byte_order, const bool can_corrupt_data) |
This is an internal function called by write_data(). It does the actual writing to std::ostream. More... | |
| template<int num_dimensions, class elemT > | |
| Succeeded | stir::detail::write_data_1d (FILE *&fptr_ref, const ArrayType< num_dimensions, elemT > &data, const ByteOrder byte_order, const bool can_corrupt_data) |
This is an internal function called by write_data(). It does the actual writing to FILE* using stdio functions. More... | |
Declaration of stir::write_data_1d() functions for writing 1D stir::Array objects to file.
1.8.13