31 #ifndef IPROJECTORDISTANCEDRIVEN_HH
32 #define IPROJECTORDISTANCEDRIVEN_HH 1
This header file is mainly used to declare some macro definitions and all includes needed from the st...
iProjectorDistanceDriven()
The constructor of iProjectorDistanceDriven.
INTNB EstimateMaxNumberOfVoxelsPerLine()
This function is used to compute and provide an estimate of the maximum number of voxels that could c...
This class is designed to generically described any on-the-fly projector.
int ReadOptionsList(const string &a_optionsList)
A function used to read options from a list of options.
int ProjectWithoutTOF(int a_direction, oProjectionLine *ap_ProjectionLine)
A function to project without TOF.
int CheckSpecificParameters()
A private function used to check the parameters settings specific to the child projector.
Declaration of class vProjector.
~iProjectorDistanceDriven()
The destructor of iProjectorDistanceDriven.
int ReadConfigurationFile(const string &a_configurationFile)
A function used to read options from a configuration file.
int InitializeSpecific()
This function is used to initialize specific stuff to the child projector.
#define FUNCTION_PROJECTOR(CLASS)
This class is a child of the vProjector class implementing the distance driven ray tracer...
int ProjectWithTOFPos(int a_direction, oProjectionLine *ap_ProjectionLine)
A function to project with TOF continuous information.
This class is designed to manage and store system matrix elements associated to a vEvent...
int ProjectWithTOFBin(int a_direction, oProjectionLine *ap_ProjectionLine)
A function to project with TOF binned information.
#define CLASS_PROJECTOR(NAME, CLASS)
void ShowHelpSpecific()
A function used to show help about the child projector.
Declaration of class sAddonManager.