CASToR  3.2
Tomographic Reconstruction (PET/SPECT/CT)
Functions
code/castor-proj.cc File Reference

This is the main program of the analytic projection tool for CASToR It reads/parses/checks the command-line options provided by the user, initialize each manager classes with the correct set of options, and launch the projection algorithm (managed by oAnalyticProjection). More...

#include "gVariables.hh"
#include "gOptions.hh"
#include "oAnalyticProjection.hh"
#include "oImageConvolverManager.hh"
#include "oImageDimensionsAndQuantification.hh"
#include "iDataFilePET.hh"
#include "iDataFileSPECT.hh"
#include "sOutputManager.hh"
#include "sScannerManager.hh"
#include "sRandomNumberGenerator.hh"
#include "iScannerPET.hh"

Go to the source code of this file.

Functions

void ShowHelp (int a_returnCode, int a_mpiRank)
 
void ShowHelpInput ()
 
void ShowHelpOutput ()
 
void ShowHelpProj ()
 
void ShowHelpComputation ()
 
void ShowHelpDynamic ()
 
void ShowHelpSPECT ()
 
void ShowHelpPET ()
 
void ShowHelpMiscellaneous ()
 
int main (int argc, char **argv)
 

Detailed Description

This is the main program of the analytic projection tool for CASToR It reads/parses/checks the command-line options provided by the user, initialize each manager classes with the correct set of options, and launch the projection algorithm (managed by oAnalyticProjection).

Definition in file code/castor-proj.cc.

Function Documentation

◆ main()

int main ( int  argc,
char **  argv 
)

Definition at line 405 of file code/castor-proj.cc.

◆ ShowHelp()

void ShowHelp ( int  a_returnCode,
int  a_mpiRank 
)

Definition at line 30 of file code/castor-proj.cc.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ ShowHelpComputation()

void ShowHelpComputation ( )

Definition at line 214 of file code/castor-proj.cc.

Here is the caller graph for this function:

◆ ShowHelpDynamic()

void ShowHelpDynamic ( )

Definition at line 273 of file code/castor-proj.cc.

Here is the caller graph for this function:

◆ ShowHelpInput()

void ShowHelpInput ( )

Definition at line 101 of file code/castor-proj.cc.

Here is the caller graph for this function:

◆ ShowHelpMiscellaneous()

void ShowHelpMiscellaneous ( )

Definition at line 369 of file code/castor-proj.cc.

Here is the caller graph for this function:

◆ ShowHelpOutput()

void ShowHelpOutput ( )

Definition at line 131 of file code/castor-proj.cc.

Here is the caller graph for this function:

◆ ShowHelpPET()

void ShowHelpPET ( )

Definition at line 344 of file code/castor-proj.cc.

Here is the caller graph for this function:

◆ ShowHelpProj()

void ShowHelpProj ( )

Definition at line 169 of file code/castor-proj.cc.

Here is the caller graph for this function:

◆ ShowHelpSPECT()

void ShowHelpSPECT ( )

Definition at line 306 of file code/castor-proj.cc.

Here is the caller graph for this function: