21 #ifndef __stir_recon_buildblock_PresmoothingForwardProjectorByBin__H__ 22 #define __stir_recon_buildblock_PresmoothingForwardProjectorByBin__H__ 30 template <
typename elemT>
32 template <
typename DataT>
63 void set_up(
const shared_ptr<const ProjDataInfo>& proj_data_info_ptr,
77 shared_ptr<ForwardProjectorByBin> original_forward_projector_ptr;
79 #ifdef STIR_PROJECTORS_AS_V3 82 const int min_axial_pos_num,
83 const int max_axial_pos_num,
84 const int min_tangential_pos_num,
85 const int max_tangential_pos_num);
88 const int min_axial_pos_num,
89 const int max_axial_pos_num,
90 const int min_tangential_pos_num,
91 const int max_tangential_pos_num)
override;
93 #if 0 // disabled as currently not used. needs to be written in the new style anyway 94 void actual_forward_project(
Bin&,
98 void set_defaults()
override;
99 void initialise_keymap()
override;
100 bool post_processing()
override;
static const char *const registered_name
Name which will be used when parsing a PresmoothingForwardProjectorByBin object.
Definition: PresmoothingForwardProjectorByBin.h:53
Import of std::shared_ptr, std::dynamic_pointer_cast and std::static_pointer_cast (or corresponding b...
Base class that defines an interface for classes that do data processing.
Definition: DataProcessor.h:46
A class for encoding/finding symmetries. Works only on ViewSegmentNumbers (instead of Bin)...
Definition: DataSymmetriesForViewSegmentNumbers.h:49
Abstract base class for all forward projectors.
Definition: ForwardProjectorByBin.h:53
A class for storing coordinates and value of a single projection bin.
Definition: Bin.h:48
Parent class for all leaves in a RegisteredObject hierarchy that do parsing of parameter files...
Definition: RegisteredParsingObject.h:77
Base class for forward projectors which work on 'large' collections of bins: given the whole image...
Declaration of class stir::RegisteredParsingObject.
A very preliminary class that first smooths the image, then forward projects.
Definition: PresmoothingForwardProjectorByBin.h:40