21 #ifndef __stir_IO_InterfileDynamicDiscretisedDensityOutputFileFormat_H__ 22 #define __stir_IO_InterfileDynamicDiscretisedDensityOutputFileFormat_H__ 29 class DynamicDiscretisedDensity;
39 OutputFileFormat<DynamicDiscretisedDensity>,
40 OutputFileFormat<DynamicDiscretisedDensity>>
45 OutputFileFormat<DynamicDiscretisedDensity>>
52 InterfileDynamicDiscretisedDensityOutputFileFormat(
const NumericType& = NumericType::FLOAT,
60 void set_defaults()
override;
61 void initialise_keymap()
override;
62 bool post_processing()
override;
This class provides member functions to find out what byte-order your machine is and to swap numbers...
Definition: ByteOrder.h:99
Class of multiple image frames, one for each time frame Each time frame is a DiscretisedDensity<3,float>
Definition: DynamicDiscretisedDensity.h:45
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.