1#ifndef __stir_recon_buildblock_General_Reconstruction_H__
2#define __stir_recon_buildblock_General_Reconstruction_H__
29 General_Reconstruction();
35 void initialise_keymap();
36 bool post_processing();
39 shared_ptr<Reconstruction<DiscretisedDensity<3, float>>> reconstruction_method_sptr;
defines the stir::CartesianCoordinate3D<coordT> class
defines the stir::DiscretisedDensity class
Declaration of class stir::ParsingObject.
Declaration of class stir::ProjData.
declares the stir::Reconstruction class
A base class for objects that want to be able to parse parameter files.
Definition ParsingObject.h:45
a class containing an enumeration type that can be used by functions to signal successful operation o...
Definition Succeeded.h:44
Import of std::shared_ptr, std::dynamic_pointer_cast and std::static_pointer_cast into the stir names...