21 #ifndef __stir_IO_ECAT7OutputFileFormat_H__ 22 #define __stir_IO_ECAT7OutputFileFormat_H__ 32 template <
int num_dimensions,
typename elemT>
33 class DiscretisedDensity;
47 OutputFileFormat<DiscretisedDensity<3, float>>,
48 OutputFileFormat<DiscretisedDensity<3, float>>>
53 OutputFileFormat<DiscretisedDensity<3, float>>>
60 ECAT7OutputFileFormat(
const NumericType& = NumericType::SHORT,
const ByteOrder& = ByteOrder::native);
70 std::string default_scanner_name;
75 virtual void set_defaults();
76 virtual void initialise_keymap();
77 virtual bool post_processing();
This class provides member functions to find out what byte-order your machine is and to swap numbers...
Definition: ByteOrder.h:99
Parent class for all leaves in a RegisteredObject hierarchy that do parsing of parameter files...
Definition: RegisteredParsingObject.h:77
provides names for some numeric types and methods for finding their properties.
Definition: NumericType.h:54
a class containing an enumeration type that can be used by functions to signal successful operation o...
Definition: Succeeded.h:43
Declaration of class stir::RegisteredParsingObject.
Declaration of routines which convert ECAT things into our building blocks and vice versa...