23#ifndef __stir_IO_MultiDynamicDiscretisedDensityOutputFileFormat_H__
24#define __stir_IO_MultiDynamicDiscretisedDensityOutputFileFormat_H__
32class DynamicDiscretisedDensity;
40class MultiDynamicDiscretisedDensityOutputFileFormat
42 OutputFileFormat<DynamicDiscretisedDensity>,
43 OutputFileFormat<DynamicDiscretisedDensity>>
defines the stir::DiscretisedDensity class
Declaration of class stir::RegisteredParsingObject.
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
Class of multiple image frames, one for each time frame Each time frame is a DiscretisedDensity<3,...
Definition DynamicDiscretisedDensity.h:46
provides names for some numeric types and methods for finding their properties.
Definition NumericType.h:55
Parent class for all leaves in a RegisteredObject hierarchy that do parsing of parameter files.
Definition RegisteredParsingObject.h:78
a class containing an enumeration type that can be used by functions to signal successful operation o...
Definition Succeeded.h:44