CASToR  3.2
Tomographic Reconstruction (PET/SPECT/CT)
Class List
Here are the classes, structs, unions and interfaces with brief descriptions:
 C_WDIR
 C_wdirent
 CDIR
 Cdirent
 Ci1TCModelThis class implements a 1 compartiment model, to model kinetics of radiotracers such as radiowater
 CiDataFileCTInherit from vDataFile. Class that manages the reading of a CT input file (header + data)
 CiDataFilePETInherit from vDataFile. Class that manages the reading of a PET input file (header + data)
 CiDataFileSPECTInherit from vDataFile. Class that manages the reading of a SPECT input file (header + data)
 CiDeformationRigidThis class performs rigid transformation based on a trilinear interpolation It requires ASCII parameter files containing x,y,z transformation vectors
 CiDeformationTemplateThis class is a child of the vDeformation class implementing a template squeleton
 CiDynamicModelTemplateThis class is a child of the vDynamicModel class implementing a template squeleton
 CiEventCTInherit from vEvent. Main CT class for the Event objects
 CiEventHistoCTInherit from iEventCT. Class for CT histogram mode events
 CiEventHistoPETInherit from iEventPET. Class for PET histogram mode events
 CiEventHistoSPECTInherit from iEventSPECT. Class for SPECT histogram mode events
 CiEventListCTInherit from iEventCT. Class for CT list-mode events
 CiEventListPETInherit from iEventPET. Class for PET list-mode events
 CiEventListSPECTInherit from iEventSPECT. Class for SPECT list-mode events
 CiEventNormInherit from vEvent. Used for normalization events for sensitivity computation
 CiEventPETInherit from vEvent. Main PET class for the Event objects
 CiEventSPECTInherit from vEvent. Main SPECT class for the Event objects
 CiImageConvolverStationaryGaussianThis class is an image convolver module implementing stationary gaussian filtering
 CiImageConvolverStationaryIsotropicGaussianThis class is an image convolver module implementing stationary and isotropic gaussian filtering
 CiImageConvolverTemplateThis class is a template of an image convolver module to serve as an example
 CiImageProcessingTemplateThis class is a template of an image processing module to serve as an example
 CiIterativeAlgorithm
 CiLinearModelThis class implements a general linear dynamic model applied between the images of a dynamic acquisition
The model is applied on a voxel-by-voxel basis between the images of the frames and/or respiratory/cardiac gates
 CiLinearModelTemplateThis class is a child of the vDynamicModel class implementing a template squeleton
 CiLinearPatlakModelThis class implements the Patlak model, to model kinetics of irreversible radiotracers
 CiLinearSpectralModelThis class is a child of the iLinearModel class implementing the Nested Spectral reconsutction
 CIntf_fieldsInterfile fields.
This structure contains all the Interfile keys currently managed by CASToR
Declared in oInterfileIO.hh
 CIntf_keyInterfile key elements.
This structure is used to recover and process the elements of an Interfile key ( key := value #anycomment)
Declared in oInterfileIO.hh
 CiOptimizerADMMLimThis class implements the ADMM with non-negativity on projection space
 CiOptimizerAPPGMLThis class implements the A-Preconditioned Gradient MAP algorithm
 CiOptimizerBSREMThis class implements the Block Sequential Regularized Expectation Maximization (BSREM) algorithm
 CiOptimizerLandweberThis class implements the Landweber algorithm
 CiOptimizerMLEMThis class implements the Maximum Likelihood Expectation Maximization algorithm
 CiOptimizerMLMuMapThis class implements an adaptation of MLEM to reconstruct an attenuation image from ACF in a PET histogram datafile
 CiOptimizerMLTRThis class implements a version of the Maximum Likelihood Transmission algorithm
 CiOptimizerModifiedEMForMRFPenalizedMLThis class implements the One Step Late algorithm
 CiOptimizerNEGMLThis class implements the NEGML algorithm
 CiOptimizerOneStepLateThis class implements the One Step Late algorithm
 CiOptimizerOriginalAMLThis class implements the original AML algorithm (AB-EMML with B to infinity)
 CiOptimizerPenalizedPreconditionedGradientMLThis class implements the Preconditioned Gradient MAP algorithm
 CiOptimizerSensThis class implements the Maximum Likelihood Expectation Maximization algorithm
 CiOptimizerTemplateThis class is a child of the vOptimizer class implementing a template squeleton
 CiPenaltyMarkovRandomFieldThis class implements the general Markov Random Field kind of penalties
 CiPenaltyMedianRootPriorThis class implements the "median root prior"
 CiPenaltyQuadraticThis class is a Quadratic for penalties
 CiPenaltyTemplateThis class is a template for penalties
 CiProjectorClassicSiddonThis class is a child of the vProjector class implementing the classic Siddon ray tracer
 CiProjectorDistanceDrivenThis class is a child of the vProjector class implementing the distance driven ray tracer
 CiProjectorIncrementalSiddonThis class is a child of the vProjector class implementing the incremental Siddon ray tracer
 CiProjectorIncrementalSiddonMultiThis class is a child of the vProjector class implementing the multi incremental Siddon ray tracer
 CiProjectorJosephThis class is a child of the vProjector class implementing the Joseph ray tracer
 CiProjectorTemplateThis class is a child of the vProjector class implementing a template squeleton
 CiRCPGSAlgorithmRCP-GS : Random Clustering Prior - Gibbs Sampler
 CiScannerCTThis class is used to represent any CT camera with either a CBCT ascii description or a LUT file for any style of detector
 CiScannerPETThis class is used to represent any cylindrical PET scanner
 CiScannerSPECTConvThis class is used to represent any SPECT camera with parallel/convergent collimator
 CoAnalyticProjectionThis class manages the analytic projection of an image and the computation of the associated datafile.
 CoArterialInputCurveThis class is designed to manage the Arterial Input Curve provided by the user
 CoComputeProjectionClass that manages the data update step of analytic projection
 CoDeformationManagerThis class is designed to manage the image-based deformation part of the reconstruction
 CoDynamicDataManagerThis class gathers the information about the dynamic splitting of the data
 CoDynamicModelManagerThis class is designed to manage the use of dynamic model in the reconstruction
 CoImageConvolverManagerThis class is designed to manage the different image convolvers and to apply them
 CoImageDimensionsAndQuantificationThis class is designed to manage all dimensions and quantification related stuff
 CoImageProcessingManagerThis class is designed to manage the different image processing modules and to apply them
 CoImageSpaceThis class holds all the matrices in the image domain that can be used in the algorithm: image, forward-image, correction, additional image, sensitivity image
 CoIterativeAlgorithmThis is the main class for iterative optimization reconstruction algorithms.
 CoMatrixStructure designed for basic matrices operations
 CoMemoryMappedPortable read-only memory mapping (Windows and Linux)
 CoOptimizerManagerThis class is designed to manage the optimization part of an iterative reconstruction
 CoProjectionLineThis class is designed to manage and store system matrix elements associated to a vEvent
 CoProjectorManagerThis class is designed to manage the projection part of the reconstruction
 CoSensitivityGeneratorThis class is designed to manage the computation of the sensitivity image
 CoSystemMatrixThis class is designed to manage pre-computed system matrices
 CsAddonManagerThis class is designed to manage the automatic declaration of 'addon' classes
 CsChronoManagerThis class is designed to manage some profiling of the code
 CsOutputManagerSingleton class that manages output writing on disk (images, sinograms, etc).
It also manages logging and printing on screen
 CsRandomNumberGeneratorSingleton class that generate a thread-safe random generator number for openMP
As singleton, it can be called from any class requiring RNGs
 CsScannerManagerSingleton class that Instantiate and initialize the scanner object
 CTroot_petThis structure contains variables corresponding to a ROOT tree for CylindricalPET and ECAT system. Declared in castor-GATERootToCastor.cc
 CTroot_spectThis structure contains variables corresponding to a ROOT tree for SPECTHead system. Declared in castor-GATERootToCastor.cc
 CvAlgorithmThis is the base class for reconstructions, containing a framework with iteration and data subset loops.
It contains all the managers and the images
 CvDataFileThis class is designed to be a mother virtual class for DataFile
 CvDeformationThis is the mother class of image-based transformation class
 CvDynamicModelThis is the mother class of dynamic model classes
 CvEventMother class for the Event objects
 CvImageConvolverThis abstract class is the generic image convolver class used by the oImageConvolverManager
 CvImageProcessingModuleThis abstract class is the generic image processing module class used by the oImageProcessingManager
 CvOptimizerThis class is designed to generically described any iterative optimizer
 CvPenaltyThis class is designed to generically described any penalty applied to MAP algorithms
 CvProjectorThis class is designed to generically described any on-the-fly projector
 CvScannerGeneric class for scanner objects