21 #ifndef __stir_IO_ITKOutputFileFormat_H__ 22 #define __stir_IO_ITKOutputFileFormat_H__ 29 template <
int num_dimensions,
typename elemT>
30 class DiscretisedDensity;
56 OutputFileFormat<DiscretisedDensity<3, float>>,
57 OutputFileFormat<DiscretisedDensity<3, float>>>
62 OutputFileFormat<DiscretisedDensity<3, float>>>
73 ITKOutputFileFormat(
const NumericType& = NumericType::FLOAT,
const ByteOrder& = ByteOrder::native);
80 void set_defaults()
override;
81 void initialise_keymap()
override;
82 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
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.