21#ifndef __stir_IO_OutputFileFormat_H__
22#define __stir_IO_OutputFileFormat_H__
54template <
typename DataT>
55class OutputFileFormat :
public RegisteredObject<OutputFileFormat<DataT>>
170 static shared_ptr<OutputFileFormat<DataT>> _default_sptr;
172 static ASCIIlist_type number_format_values;
173 static ASCIIlist_type byte_order_values;
177 int number_format_index;
178 int byte_order_index;
This file declares the stir::ByteOrder class.
This file declares the stir::NumericType class.
Declaration of class stiir::RegisteredObject.
This class provides member functions to find out what byte-order your machine is and to swap numbers.
Definition ByteOrder.h:100
@ native
Definition ByteOrder.h:107
provides names for some numeric types and methods for finding their properties.
Definition NumericType.h:55
a class containing an enumeration type that can be used by functions to signal successful operation o...
Definition Succeeded.h:44