1 #ifndef __stir_IO_read_data_1d_H__ 2 #define __stir_IO_read_data_1d_H__ 26 template <
int num_dimensions,
class elemT>
37 template <
int num_dimensions,
class elemT>
38 inline Succeeded
read_data_1d(std::istream& s, Array<num_dimensions, elemT>& data,
const ByteOrder byte_order);
44 template <
int num_dimensions,
class elemT>
45 inline Succeeded
read_data_1d(FILE*&, Array<num_dimensions, elemT>& data,
const ByteOrder byte_order);
Succeeded 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...
Definition: read_data_1d.inl:33
Implementation of stir::read_data_1d() functions.
basic configuration include file