|
STIR
6.3.0
|
declarations of stir::read_data() functions for reading Arrays from file More...
Go to the source code of this file.
Classes | |
| class | stir::NumericInfo< NUMBER > |
| class NumericInfo<NUMBER> defines properties for the type NUMBER. More... | |
Namespaces | |
| stir | |
| Namespace for the STIR library (and some/most of its applications) | |
Functions | |
| template<int num_dimensions, class IStreamT , class elemT > | |
| Succeeded | stir::read_data (IStreamT &s, ArrayType< num_dimensions, elemT > &data, const ByteOrder byte_order=ByteOrder::native) |
| Read the data of an Array from file. More... | |
| template<int num_dimensions, class IStreamT , class elemT , class InputType , class ScaleT > | |
| Succeeded | stir::read_data (IStreamT &s, ArrayType< num_dimensions, elemT > &data, NumericInfo< InputType > input_type, ScaleT &scale_factor, const ByteOrder byte_order=ByteOrder::native) |
| Read the data of an Array from file as a different type. More... | |
| template<int num_dimensions, class IStreamT , class elemT , class ScaleT > | |
| Succeeded | stir::read_data (IStreamT &s, ArrayType< num_dimensions, elemT > &data, NumericType type, ScaleT &scale, const ByteOrder byte_order=ByteOrder::native) |
| Read the data of an Array from file as a different type. More... | |
declarations of stir::read_data() functions for reading Arrays from file
1.8.13