1 #ifndef __stir_IO_read_data_1d_H__ 2 #define __stir_IO_read_data_1d_H__ 35 template <
int num_dimensions,
class elemT>
36 inline Succeeded
read_data_1d(std::istream& s, ArrayType<num_dimensions, elemT>& data,
const ByteOrder byte_order);
42 template <
int num_dimensions,
class elemT>
43 inline Succeeded
read_data_1d(FILE*&, ArrayType<num_dimensions, elemT>& data,
const ByteOrder byte_order);
forward declaration of stir::Array class for multi-dimensional (numeric) arrays
Converts a string literal into a format string that will be parsed at compile time and converted into...
Definition: args.h:20
Implementation of stir::read_data_1d() functions.
Succeeded 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...
Definition: read_data_1d.inl:33