1 #ifndef __stir_recon_buildblock_General_Reconstruction_H__ 2 #define __stir_recon_buildblock_General_Reconstruction_H__ 23 class General_Reconstruction :
public ParsingObject
29 General_Reconstruction();
31 virtual Succeeded process_data();
35 void initialise_keymap();
36 bool post_processing();
39 shared_ptr<Reconstruction<DiscretisedDensity<3, float>>> reconstruction_method_sptr;
declares the stir::Reconstruction class
Declaration of class stir::ParsingObject.
Import of std::shared_ptr, std::dynamic_pointer_cast and std::static_pointer_cast (or corresponding b...
defines the stir::DiscretisedDensity class
Declaration of class stir::ProjData.
defines the stir::CartesianCoordinate3D<coordT> class