21#ifndef __stir_recon_buildblock_PresmoothingForwardProjectorByBin__H__
22#define __stir_recon_buildblock_PresmoothingForwardProjectorByBin__H__
30template <
typename elemT>
32template <
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;
94 void actual_forward_project(
Bin&,
98 void set_defaults()
override;
99 void initialise_keymap()
override;
100 bool post_processing()
override;
Base class for forward projectors which work on 'large' collections of bins: given the whole image,...
Declaration of class stir::RegisteredParsingObject.
A class for storing coordinates and value of a single projection bin.
Definition Bin.h:49
Base class that defines an interface for classes that do data processing.
Definition DataProcessor.h:47
A class for encoding/finding symmetries. Works only on ViewSegmentNumbers (instead of Bin).
Definition DataSymmetriesForViewSegmentNumbers.h:50
This abstract class is the basis for all image representations.
Definition DiscretisedDensity.h:99
Abstract base class for all forward projectors.
Definition ForwardProjectorByBin.h:54
static const char *const registered_name
Name which will be used when parsing a PresmoothingForwardProjectorByBin object.
Definition PresmoothingForwardProjectorByBin.h:53
void set_up(const shared_ptr< const ProjDataInfo > &proj_data_info_ptr, const shared_ptr< const DiscretisedDensity< 3, float > > &density_info_ptr) override
Stores all necessary geometric info.
Definition PresmoothingForwardProjectorByBin.cxx:75
const DataSymmetriesForViewSegmentNumbers * get_symmetries_used() const override
Informs on which symmetries the projector handles.
Definition PresmoothingForwardProjectorByBin.cxx:83
PresmoothingForwardProjectorByBin()
Default constructor (calls set_defaults())
Definition PresmoothingForwardProjectorByBin.cxx:58
Parent class for all leaves in a RegisteredObject hierarchy that do parsing of parameter files.
Definition RegisteredParsingObject.h:78
Import of std::shared_ptr, std::dynamic_pointer_cast and std::static_pointer_cast into the stir names...