20#ifndef __stir_recon_buildblock_ProjectorByBinPairUsingProjMatrixByBin_h_
21#define __stir_recon_buildblock_ProjectorByBinPairUsingProjMatrixByBin_h_
35 :
public RegisteredParsingObject<ProjectorByBinPairUsingProjMatrixByBin, ProjectorByBinPair, ProjectorByBinPair>
52 Succeeded set_up(
const shared_ptr<const ProjDataInfo>& proj_data_info_sptr,
58 shared_ptr<ProjMatrixByBin> get_proj_matrix_sptr()
const;
60 void set_proj_matrix_sptr(
const shared_ptr<ProjMatrixByBin>& sptr);
63 shared_ptr<ProjMatrixByBin> proj_matrix_sptr;
64 void set_defaults()
override;
65 void initialise_keymap()
override;
66 bool post_processing()
override;
declaration of stir::ProjMatrixByBin and its helpers classes
Declares class stir::ProjectorByBinPair.
Declaration of class stir::RegisteredParsingObject.
This abstract class is the basis for all image representations.
Definition DiscretisedDensity.h:99
This is the (abstract) base class for all projection matrices which are organised by 'bin'.
Definition ProjMatrixByBin.h:79
static const char *const registered_name
Name which will be used when parsing a ProjectorByBinPair object.
Definition ProjectorByBinPairUsingProjMatrixByBin.h:42
Succeeded set_up(const shared_ptr< const ProjDataInfo > &proj_data_info_sptr, const shared_ptr< const DiscretisedDensity< 3, float > > &density_info_sptr) override
Stores all necessary geometric info.
Definition ProjectorByBinPairUsingProjMatrixByBin.cxx:76
ProjectorByBinPairUsingProjMatrixByBin()
Default constructor.
Definition ProjectorByBinPairUsingProjMatrixByBin.cxx:64
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