18 #ifndef __stir_spatial_transformation_GatedSpatialTransformation_H__ 19 #define __stir_spatial_transformation_GatedSpatialTransformation_H__ 39 static const char*
const registered_name;
47 void read_from_files(
const std::string input_string);
48 void write_to_files(
const std::string output_string);
68 void set_defaults()
override;
73 void initialise_keymap()
override;
74 bool post_processing()
override;
75 std::string _transformation_filename_prefix;
79 std::string _spline_level_number;
80 bool _spatial_transformations_are_stored;
82 std::string _time_gate_definition_filename;
Declaration of class stir::Succeeded.
BSplineType
enum providing constants to define the type of B-Spline used for interpolation
Definition: BSplines.h:37
Implementation of the n-dimensional B-Splines Interpolation.
defines the stir::DiscretisedDensity class
Parent class for all leaves in a RegisteredObject hierarchy that do parsing of parameter files...
Definition: RegisteredParsingObject.h:77
Class used for storing time gate durations.
Definition: TimeGateDefinitions.h:42
Class of multiple image gates.
Definition: GatedDiscretisedDensity.h:34
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.
Implementation of class stir::GatedDiscretisedDensity.