code/toolkits/castor-datafileConversionEx.cc | This program is an example code providing guidance regarding how to generate a PET CASToR datafile from any system datafile.
It does not perform any conversion by itself and must be adjusted to the conversion of any system dataset. It uses a GATE model of a General Electric PET system as example.
It implements the required calls to CASToR DataFile and Event objects and functions in order to write a dataset in the CASToR format, with or without optionnal correction factors (scatter, random, normalization coefficients, etc) |
toolkits/castor-datafileConversionEx.cc | This program is an example code providing guidance regarding how to generate a PET CASToR datafile from any system datafile.
It does not perform any conversion by itself and must be adjusted to the conversion of any system dataset. It uses a GATE model of a General Electric PET system as example.
It implements the required calls to CASToR DataFile and Event objects and functions in order to write a dataset in the CASToR format, with or without optionnal correction factors (scatter, random, normalization coefficients, etc) |
code/toolkits/castor-datafileExplorer.cc | This program can be used to explore a datafile, event by event |
toolkits/castor-datafileExplorer.cc | This program can be used to explore a datafile, event by event |
code/toolkits/castor-datafilePosteriorBootstrap.cc | This program is used to create a resampled histogram datafile for the posterior bootstrap reconstruction see "Reconstruction, analysis and interpretation of posterior probability distributions of PET images, using the posterior bootstrap" by Marina Filipovic et al., PMB 2021 |
toolkits/castor-datafilePosteriorBootstrap.cc | This program is used to create a resampled histogram datafile for the posterior bootstrap reconstruction see "Reconstruction, analysis and interpretation of posterior probability distributions of PET images, using the posterior bootstrap" by Marina Filipovic et al., PMB 2021 |
code/toolkits/castor-datafileShuffler.cc | This program is used to shuffle the events order of a histogram datafile |
toolkits/castor-datafileShuffler.cc | This program is used to shuffle the events order of a histogram datafile |
code/toolkits/castor-GATEMacToGeom.cc | This code allows the conversion of a GATE macro file defining a cylindricalPET or ecat geometry into a CASToR ASCII .geom file.
This script currently only supports 'cylindricalPET' and 'ecat' systems.
Two arguments are required :
|
toolkits/castor-GATEMacToGeom.cc | This code allows the conversion of a GATE macro file defining a cylindricalPET or ecat geometry into a CASToR ASCII .geom file.
This script currently only supports 'cylindricalPET' and 'ecat' systems.
Two arguments are required :
|
code/toolkits/castor-GATERootToCastor.cc | This program convert a GATE datafile in root format to a list-mode datafile in CASToR format |
toolkits/castor-GATERootToCastor.cc | This program convert a GATE datafile in root format to a list-mode datafile in CASToR format |
code/toolkits/castor-imageDynamicTools.cc | This program convert a GATE datafile in root format to a list-mode datafile in CASToR format |
toolkits/castor-imageDynamicTools.cc | This program convert a GATE datafile in root format to a list-mode datafile in CASToR format |
castor-includeNormIntoDatafilePET.cc | This program is used to merge datafiles |
code/toolkits/castor-makeReplicates.cc | This program is used to build replicates of less statistics than the provided input list-mode file |
toolkits/castor-makeReplicates.cc | This program is used to build replicates of less statistics than the provided input list-mode file |
code/toolkits/castor-mergeBedPositions.cc | This program is used to merge a group of images corresponding to multiple bed positions reconstructed separately |
toolkits/castor-mergeBedPositions.cc | This program is used to merge a group of images corresponding to multiple bed positions reconstructed separately |
castor-norm.cc | This program is used to compute normalization factors from a histogram datafile |
code/toolkits/castor-PetScannerLutEx.cc | This program generates a CASToR Look-Up-Table (LUT) containing geometry information related to each crystal of a PET system.
The LUT contains x,y,z cartesian position of the center of each crystals, as well as their transaxial angular orientations.
The LUT files is composed of two files :
(1) A binary file containing for each crystal: Cartesian positions (X,Y,Z) of the center of the crystals, and Vector orientation (X,Y,Z), corresponding to the angular orientation of each crystal (see documentation)
(2) A header file containing several informations about the system.
CASToR algorithms will keep a similar crystal indexation as the LUT was written, and load it in RAM
This script uses a GATE model of a General Electric PET system as example |
toolkits/castor-PetScannerLutEx.cc | This program generates a CASToR Look-Up-Table (LUT) containing geometry information related to each crystal of a PET system.
The LUT contains x,y,z cartesian position of the center of each crystals, as well as their transaxial angular orientations.
The LUT files is composed of two files :
(1) A binary file containing for each crystal: Cartesian positions (X,Y,Z) of the center of the crystals, and Vector orientation (X,Y,Z), corresponding to the angular orientation of each crystal (see documentation)
(2) A header file containing several informations about the system.
CASToR algorithms will keep a similar crystal indexation as the LUT was written, and load it in RAM
This script uses a GATE model of a General Electric PET system as example |
castor-proj.cc | 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) |
code/castor-proj.cc | 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) |
castor-recon.cc | CASToR: Customizable and Advanced Software for Tomographic Reconstruction
This is the main reconstruction program of the CASToR software. It reads/parses/checks the command-line options, initialize each manager classes with the correct set of options, and launch the reconstruction algorithm For list-mode datafiles, if a sensitivity image is not provided using "-sens", it is generated before reconstruction (managed by oSensitivityGenerator) |
code/castor-recon.cc | CASToR: Customizable and Advanced Software for Tomographic Reconstruction
This is the main reconstruction program of the CASToR software. It reads/parses/checks the command-line options, initialize each manager classes with the correct set of options, and launch the reconstruction algorithm For list-mode datafiles, if a sensitivity image is not provided using "-sens", it is generated before reconstruction (managed by oSensitivityGenerator) |
code/toolkits/castor-scannerLUTExplorer.cc | This program can be used to visualize a scanner Look-Up-Table (geometric position and orientation of the system crystals/pixels), element by element |
toolkits/castor-scannerLUTExplorer.cc | This program can be used to visualize a scanner Look-Up-Table (geometric position and orientation of the system crystals/pixels), element by element |
code/toolkits/castor-sumImages.cc | This program is used to merge a group of images corresponding to multiple bed positions reconstructed separately |
toolkits/castor-sumImages.cc | This program is used to merge a group of images corresponding to multiple bed positions reconstructed separately |
check_benchmark_ct_histogram.cc | |
check_benchmark_gate_pet.cc | |
check_benchmark_gate_spect.cc | |
check_benchmark_pet_dynamic.cc | |
check_benchmark_pet_dynamic_rig-mot.cc | |
check_benchmark_pet_histogram.cc | |
pipeline_gitlab_pet_listmode_reco/check_benchmark_pet_list-mode.cc | |
pipeline_gitlab_pet_listmode_sens/check_benchmark_pet_list-mode.cc | |
check_benchmark_pet_list-mode_var-tof_unix.cc | |
check_benchmark_spect_histogram.cc | |
CMakeCCompilerId.c | |
CMakeCXXCompilerId.cpp | |
code/include/management/doxygen_mainpage.hh | |
include/management/doxygen_mainpage.hh | |
feature_tests.c | |
feature_tests.cxx | |
code/src/management/gDataConversionUtilities.cc | Implementation of class gDataConversionUtilities functions |
src/management/gDataConversionUtilities.cc | Implementation of class gDataConversionUtilities functions |
code/include/management/gDataConversionUtilities.hh | This file gathers various function dedicated to data conversion in order to convert various type of GATE files (macro file, root datafile) to the CASToR file formats |
include/management/gDataConversionUtilities.hh | This file gathers various function dedicated to data conversion in order to convert various type of GATE files (macro file, root datafile) to the CASToR file formats |
code/src/management/gOptions.cc | Implementation of class gOptions functions |
src/management/gOptions.cc | Implementation of class gOptions functions |
code/include/management/gOptions.hh | This file is used for all kind of different functions designed for options parsing and ASCII file reading.
All functions included here are not class members |
include/management/gOptions.hh | This file is used for all kind of different functions designed for options parsing and ASCII file reading.
All functions included here are not class members |
code/include/management/gVariables.hh | This header file is mainly used to declare some macro definitions and all includes needed from the standard c library |
include/management/gVariables.hh | This header file is mainly used to declare some macro definitions and all includes needed from the standard c library |
code/src/dynamic/i1TCModel.cc | Implementation of class i1TCModel |
src/dynamic/i1TCModel.cc | Implementation of class i1TCModel |
code/include/dynamic/i1TCModel.hh | Declaration of class i1TCModel |
include/dynamic/i1TCModel.hh | Declaration of class i1TCModel |
code/src/datafile/iDataFileCT.cc | Implementation of class iDataFileCT |
src/datafile/iDataFileCT.cc | Implementation of class iDataFileCT |
code/include/datafile/iDataFileCT.hh | Declaration of class iDataFileCT |
include/datafile/iDataFileCT.hh | Declaration of class iDataFileCT |
code/src/datafile/iDataFilePET.cc | Implementation of class iDataFilePET |
src/datafile/iDataFilePET.cc | Implementation of class iDataFilePET |
code/include/datafile/iDataFilePET.hh | Declaration of class iDataFilePET |
include/datafile/iDataFilePET.hh | Declaration of class iDataFilePET |
code/src/datafile/iDataFileSPECT.cc | Implementation of class iDataFileSPECT |
src/datafile/iDataFileSPECT.cc | Implementation of class iDataFileSPECT |
code/include/datafile/iDataFileSPECT.hh | Declaration of class iDataFileSPECT |
include/datafile/iDataFileSPECT.hh | Declaration of class iDataFileSPECT |
code/src/image/iDeformationRigid.cc | Implementation of class iDeformationRigid |
src/image/iDeformationRigid.cc | Implementation of class iDeformationRigid |
code/include/image/iDeformationRigid.hh | Declaration of class iDeformationRigid |
include/image/iDeformationRigid.hh | Declaration of class iDeformationRigid |
code/src/image/iDeformationTemplate.cc | Implementation of class iDeformationTemplate |
src/image/iDeformationTemplate.cc | Implementation of class iDeformationTemplate |
code/include/image/iDeformationTemplate.hh | Declaration of class iDeformationTemplate |
include/image/iDeformationTemplate.hh | Declaration of class iDeformationTemplate |
code/src/dynamic/iDynamicModelTemplate.cc | Implementation of class iDynamicModelTemplate |
src/dynamic/iDynamicModelTemplate.cc | Implementation of class iDynamicModelTemplate |
code/include/dynamic/iDynamicModelTemplate.hh | Declaration of class iDynamicModelTemplate |
include/dynamic/iDynamicModelTemplate.hh | Declaration of class iDynamicModelTemplate |
code/src/datafile/iEventCT.cc | Implementation of class iEventCT |
src/datafile/iEventCT.cc | Implementation of class iEventCT |
code/include/datafile/iEventCT.hh | Declaration of class iEventCT |
include/datafile/iEventCT.hh | Declaration of class iEventCT |
code/src/datafile/iEventHistoCT.cc | Implementation of class iEventHistoCT |
src/datafile/iEventHistoCT.cc | Implementation of class iEventHistoCT |
code/include/datafile/iEventHistoCT.hh | Declaration of class iEventHistoCT |
include/datafile/iEventHistoCT.hh | Declaration of class iEventHistoCT |
code/src/datafile/iEventHistoPET.cc | Implementation of class iEventHistoPET |
src/datafile/iEventHistoPET.cc | Implementation of class iEventHistoPET |
code/include/datafile/iEventHistoPET.hh | Declaration of class iEventHistoPET |
include/datafile/iEventHistoPET.hh | Declaration of class iEventHistoPET |
code/src/datafile/iEventHistoSPECT.cc | Implementation of class iEventHistoSPECT |
src/datafile/iEventHistoSPECT.cc | Implementation of class iEventHistoSPECT |
code/include/datafile/iEventHistoSPECT.hh | Declaration of class iEventHistoSPECT |
include/datafile/iEventHistoSPECT.hh | Declaration of class iEventHistoSPECT |
code/src/datafile/iEventListCT.cc | Implementation of class iEventListCT |
src/datafile/iEventListCT.cc | Implementation of class iEventListCT |
code/include/datafile/iEventListCT.hh | Declaration of class iEventListCT |
include/datafile/iEventListCT.hh | Declaration of class iEventListCT |
code/src/datafile/iEventListPET.cc | Implementation of class iEventListPET |
src/datafile/iEventListPET.cc | Implementation of class iEventListPET |
code/include/datafile/iEventListPET.hh | Declaration of class iEventListPET |
include/datafile/iEventListPET.hh | Declaration of class iEventListPET |
code/src/datafile/iEventListSPECT.cc | Implementation of class iEventListSPECT |
src/datafile/iEventListSPECT.cc | Implementation of class iEventListSPECT |
code/include/datafile/iEventListSPECT.hh | Declaration of class iEventListSPECT |
include/datafile/iEventListSPECT.hh | Declaration of class iEventListSPECT |
code/src/datafile/iEventNorm.cc | Implementation of class iEventNorm |
src/datafile/iEventNorm.cc | Implementation of class iEventNorm |
code/include/datafile/iEventNorm.hh | Declaration of class iEventNorm |
include/datafile/iEventNorm.hh | Declaration of class iEventNorm |
code/src/datafile/iEventPET.cc | Implementation of class iEventPET |
src/datafile/iEventPET.cc | Implementation of class iEventPET |
code/include/datafile/iEventPET.hh | Declaration of class iEventPET |
include/datafile/iEventPET.hh | Declaration of class iEventPET |
code/src/datafile/iEventSPECT.cc | Implementation of class iEventSPECT |
src/datafile/iEventSPECT.cc | Implementation of class iEventSPECT |
code/include/datafile/iEventSPECT.hh | Declaration of class iEventSPECT |
include/datafile/iEventSPECT.hh | Declaration of class iEventSPECT |
code/src/image/iImageConvolverStationaryGaussian.cc | Implementation of class iImageConvolverStationaryGaussian |
src/image/iImageConvolverStationaryGaussian.cc | Implementation of class iImageConvolverStationaryGaussian |
code/include/image/iImageConvolverStationaryGaussian.hh | Declaration of class iImageConvolverStationaryGaussian |
include/image/iImageConvolverStationaryGaussian.hh | Declaration of class iImageConvolverStationaryGaussian |
code/src/image/iImageConvolverStationaryIsotropicGaussian.cc | Implementation of class iImageConvolverStationaryIsotropicGaussian |
src/image/iImageConvolverStationaryIsotropicGaussian.cc | Implementation of class iImageConvolverStationaryIsotropicGaussian |
code/include/image/iImageConvolverStationaryIsotropicGaussian.hh | Declaration of class iImageConvolverStationaryIsotropicGaussian |
include/image/iImageConvolverStationaryIsotropicGaussian.hh | Declaration of class iImageConvolverStationaryIsotropicGaussian |
code/src/image/iImageConvolverTemplate.cc | Implementation of class iImageConvolverTemplate |
src/image/iImageConvolverTemplate.cc | Implementation of class iImageConvolverTemplate |
code/include/image/iImageConvolverTemplate.hh | Declaration of class iImageConvolverTemplate |
include/image/iImageConvolverTemplate.hh | Declaration of class iImageConvolverTemplate |
code/src/image/iImageProcessingTemplate.cc | Implementation of class iImageProcessingTemplate |
src/image/iImageProcessingTemplate.cc | Implementation of class iImageProcessingTemplate |
code/include/image/iImageProcessingTemplate.hh | Declaration of class iImageProcessingTemplate |
include/image/iImageProcessingTemplate.hh | Declaration of class iImageProcessingTemplate |
code/src/algorithm/iIterativeAlgorithm.cc | Implementation of class iIterativeAlgorithm |
src/algorithm/iIterativeAlgorithm.cc | Implementation of class iIterativeAlgorithm |
code/include/algorithm/iIterativeAlgorithm.hh | Declaration of class oIterativeAlgorithm |
include/algorithm/iIterativeAlgorithm.hh | Declaration of class oIterativeAlgorithm |
code/src/dynamic/iLinearModel.cc | Implementation of class iLinearModel |
src/dynamic/iLinearModel.cc | Implementation of class iLinearModel |
code/include/dynamic/iLinearModel.hh | Declaration of class iLinearModel |
include/dynamic/iLinearModel.hh | Declaration of class iLinearModel |
code/src/dynamic/iLinearModelTemplate.cc | Implementation of class iLinearModelTemplate |
src/dynamic/iLinearModelTemplate.cc | Implementation of class iLinearModelTemplate |
code/include/dynamic/iLinearModelTemplate.hh | Declaration of class iDynamicModelTemplate |
include/dynamic/iLinearModelTemplate.hh | Declaration of class iDynamicModelTemplate |
code/src/dynamic/iLinearPatlakModel.cc | Implementation of class iLinearPatlakModel |
src/dynamic/iLinearPatlakModel.cc | Implementation of class iLinearPatlakModel |
code/include/dynamic/iLinearPatlakModel.hh | Declaration of class iLinearPatlakModel |
include/dynamic/iLinearPatlakModel.hh | Declaration of class iLinearPatlakModel |
code/src/dynamic/iLinearSpectralModel.cc | Implementation of class iDynamicModelTemplate |
src/dynamic/iLinearSpectralModel.cc | Implementation of class iDynamicModelTemplate |
code/include/dynamic/iLinearSpectralModel.hh | Declaration of class iLinearSpectralModel |
include/dynamic/iLinearSpectralModel.hh | Declaration of class iLinearSpectralModel |
iOptimizerADMMLim.cc | Implementation of class iOptimizerADMMLim |
iOptimizerADMMLim.hh | Declaration of class iOptimizerADMMLim |
iOptimizerAPPGML.cc | Implementation of class iOptimizerAPPGML |
iOptimizerAPPGML.hh | Declaration of class iOptimizerAPPGML |
code/src/optimizer/iOptimizerBSREM.cc | Implementation of class iOptimizerBSREM |
src/optimizer/iOptimizerBSREM.cc | Implementation of class iOptimizerBSREM |
code/include/optimizer/iOptimizerBSREM.hh | Declaration of class iOptimizerBSREM |
include/optimizer/iOptimizerBSREM.hh | Declaration of class iOptimizerBSREM |
code/src/optimizer/iOptimizerLandweber.cc | Implementation of class iOptimizerLandweber |
src/optimizer/iOptimizerLandweber.cc | Implementation of class iOptimizerLandweber |
code/include/optimizer/iOptimizerLandweber.hh | Declaration of class iOptimizerLandweber |
include/optimizer/iOptimizerLandweber.hh | Declaration of class iOptimizerLandweber |
code/src/optimizer/iOptimizerMLEM.cc | Implementation of class iOptimizerMLEM |
src/optimizer/iOptimizerMLEM.cc | Implementation of class iOptimizerMLEM |
code/include/optimizer/iOptimizerMLEM.hh | Declaration of class iOptimizerMLEM |
include/optimizer/iOptimizerMLEM.hh | Declaration of class iOptimizerMLEM |
iOptimizerMLMuMap.cc | Implementation of class iOptimizerMLMuMap |
iOptimizerMLMuMap.hh | Declaration of class iOptimizerMLMuMap |
code/src/optimizer/iOptimizerMLTR.cc | Implementation of class iOptimizerMLTR |
src/optimizer/iOptimizerMLTR.cc | Implementation of class iOptimizerMLTR |
code/include/optimizer/iOptimizerMLTR.hh | Declaration of class iOptimizerMLTR |
include/optimizer/iOptimizerMLTR.hh | Declaration of class iOptimizerMLTR |
code/src/optimizer/iOptimizerModifiedEMForMRFPenalizedML.cc | Implementation of class iOptimizerModifiedEMForMRFPenalizedML |
src/optimizer/iOptimizerModifiedEMForMRFPenalizedML.cc | Implementation of class iOptimizerModifiedEMForMRFPenalizedML |
code/include/optimizer/iOptimizerModifiedEMForMRFPenalizedML.hh | Declaration of class iOptimizerModifiedEMForMRFPenalizedML |
include/optimizer/iOptimizerModifiedEMForMRFPenalizedML.hh | Declaration of class iOptimizerModifiedEMForMRFPenalizedML |
code/src/optimizer/iOptimizerNEGML.cc | Implementation of class iOptimizerNEGML |
src/optimizer/iOptimizerNEGML.cc | Implementation of class iOptimizerNEGML |
code/include/optimizer/iOptimizerNEGML.hh | Declaration of class iOptimizerNEGML |
include/optimizer/iOptimizerNEGML.hh | Declaration of class iOptimizerNEGML |
code/src/optimizer/iOptimizerOneStepLate.cc | Implementation of class iOptimizerOneStepLate |
src/optimizer/iOptimizerOneStepLate.cc | Implementation of class iOptimizerOneStepLate |
code/include/optimizer/iOptimizerOneStepLate.hh | Declaration of class iOptimizerOneStepLate |
include/optimizer/iOptimizerOneStepLate.hh | Declaration of class iOptimizerOneStepLate |
code/src/optimizer/iOptimizerOriginalAML.cc | Implementation of class iOptimizerOriginalAML |
src/optimizer/iOptimizerOriginalAML.cc | Implementation of class iOptimizerOriginalAML |
code/include/optimizer/iOptimizerOriginalAML.hh | Declaration of class iOptimizerOriginalAML |
include/optimizer/iOptimizerOriginalAML.hh | Declaration of class iOptimizerOriginalAML |
code/src/optimizer/iOptimizerPenalizedPreconditionedGradientML.cc | Implementation of class iOptimizerPenalizedPreconditionedGradientML |
src/optimizer/iOptimizerPenalizedPreconditionedGradientML.cc | Implementation of class iOptimizerPenalizedPreconditionedGradientML |
code/include/optimizer/iOptimizerPenalizedPreconditionedGradientML.hh | Declaration of class iOptimizerPenalizedPreconditionedGradient |
include/optimizer/iOptimizerPenalizedPreconditionedGradientML.hh | Declaration of class iOptimizerPenalizedPreconditionedGradient |
iOptimizerSens.cc | Implementation of class iOptimizerSens |
iOptimizerSens.hh | Declaration of class iOptimizerSens |
code/src/optimizer/iOptimizerTemplate.cc | Implementation of class iOptimizerTemplate |
src/optimizer/iOptimizerTemplate.cc | Implementation of class iOptimizerTemplate |
code/include/optimizer/iOptimizerTemplate.hh | Declaration of class iOptimizerTemplate |
include/optimizer/iOptimizerTemplate.hh | Declaration of class iOptimizerTemplate |
code/src/optimizer/iPenaltyMarkovRandomField.cc | Implementation of class iPenaltyMarkovRandomField |
src/optimizer/iPenaltyMarkovRandomField.cc | Implementation of class iPenaltyMarkovRandomField |
code/include/optimizer/iPenaltyMarkovRandomField.hh | Declaration of class iPenaltyMarkovRandomField |
include/optimizer/iPenaltyMarkovRandomField.hh | Declaration of class iPenaltyMarkovRandomField |
code/src/optimizer/iPenaltyMedianRootPrior.cc | Implementation of class iPenaltyMedianRootPrior |
src/optimizer/iPenaltyMedianRootPrior.cc | Implementation of class iPenaltyMedianRootPrior |
code/include/optimizer/iPenaltyMedianRootPrior.hh | Declaration of class iPenaltyMedianRootPrior |
include/optimizer/iPenaltyMedianRootPrior.hh | Declaration of class iPenaltyMedianRootPrior |
iPenaltyQuadratic.cc | Implementation of class iPenaltyQuadratic |
iPenaltyQuadratic.hh | Declaration of class iPenaltyQuadratic |
code/src/optimizer/iPenaltyTemplate.cc | Implementation of class iPenaltyTemplate |
src/optimizer/iPenaltyTemplate.cc | Implementation of class iPenaltyTemplate |
code/include/optimizer/iPenaltyTemplate.hh | Declaration of class iPenaltyTemplate |
include/optimizer/iPenaltyTemplate.hh | Declaration of class iPenaltyTemplate |
code/src/projector/iProjectorClassicSiddon.cc | Implementation of class iProjectorClassicSiddon |
src/projector/iProjectorClassicSiddon.cc | Implementation of class iProjectorClassicSiddon |
code/include/projector/iProjectorClassicSiddon.hh | Declaration of class iProjectorClassicSiddon |
include/projector/iProjectorClassicSiddon.hh | Declaration of class iProjectorClassicSiddon |
code/src/projector/iProjectorDistanceDriven.cc | Implementation of class iProjectorDistanceDriven |
src/projector/iProjectorDistanceDriven.cc | Implementation of class iProjectorDistanceDriven |
code/include/projector/iProjectorDistanceDriven.hh | Declaration of class iProjectorDistanceDriven |
include/projector/iProjectorDistanceDriven.hh | Declaration of class iProjectorDistanceDriven |
code/src/projector/iProjectorIncrementalSiddon.cc | Implementation of class iProjectorIncrementalSiddon |
src/projector/iProjectorIncrementalSiddon.cc | Implementation of class iProjectorIncrementalSiddon |
code/include/projector/iProjectorIncrementalSiddon.hh | Declaration of class iProjectorIncrementalSiddon |
include/projector/iProjectorIncrementalSiddon.hh | Declaration of class iProjectorIncrementalSiddon |
code/src/projector/iProjectorIncrementalSiddonMulti.cc | Implementation of class iProjectorIncrementalSiddonMulti |
src/projector/iProjectorIncrementalSiddonMulti.cc | Implementation of class iProjectorIncrementalSiddonMulti |
code/include/projector/iProjectorIncrementalSiddonMulti.hh | Declaration of class iProjectorIncrementalSiddonMulti |
include/projector/iProjectorIncrementalSiddonMulti.hh | Declaration of class iProjectorIncrementalSiddonMulti |
code/src/projector/iProjectorJoseph.cc | Implementation of class iProjectorJoseph |
src/projector/iProjectorJoseph.cc | Implementation of class iProjectorJoseph |
code/include/projector/iProjectorJoseph.hh | Declaration of class iProjectorJoseph |
include/projector/iProjectorJoseph.hh | Declaration of class iProjectorJoseph |
code/src/projector/iProjectorTemplate.cc | Implementation of class iProjectorTemplate |
src/projector/iProjectorTemplate.cc | Implementation of class iProjectorTemplate |
code/include/projector/iProjectorTemplate.hh | Declaration of class iProjectorTemplate |
include/projector/iProjectorTemplate.hh | Declaration of class iProjectorTemplate |
code/src/algorithm/iRCPGSAlgorithm.cc | |
src/algorithm/iRCPGSAlgorithm.cc | |
code/include/algorithm/iRCPGSAlgorithm.hh | |
include/algorithm/iRCPGSAlgorithm.hh | |
code/src/scanner/iScannerCT.cc | Implementation of class iScannerCT |
src/scanner/iScannerCT.cc | Implementation of class iScannerCT |
code/include/scanner/iScannerCT.hh | Declaration of class iScannerCT |
include/scanner/iScannerCT.hh | Declaration of class iScannerCT |
code/src/scanner/iScannerPET.cc | Implementation of class iScannerPET |
src/scanner/iScannerPET.cc | Implementation of class iScannerPET |
code/include/scanner/iScannerPET.hh | Declaration of class iScannerPET |
include/scanner/iScannerPET.hh | Declaration of class iScannerPET |
code/src/scanner/iScannerSPECTConv.cc | Implementation of class iScannerSPECTConv |
src/scanner/iScannerSPECTConv.cc | Implementation of class iScannerSPECTConv |
code/include/scanner/iScannerSPECTConv.hh | Declaration of class iScannerSPECTConv |
include/scanner/iScannerSPECTConv.hh | Declaration of class iScannerSPECTConv |
code/src/analytic_simulator/oAnalyticProjection.cc | Implementation of class oAnalyticProjection |
src/analytic_simulator/oAnalyticProjection.cc | Implementation of class oAnalyticProjection |
code/include/analytic_simulator/oAnalyticProjection.hh | Declaration of class oAnalyticProjection |
include/analytic_simulator/oAnalyticProjection.hh | Declaration of class oAnalyticProjection |
code/src/dynamic/oArterialInputCurve.cc | Implementation of class oArterialInputCurve |
src/dynamic/oArterialInputCurve.cc | Implementation of class oArterialInputCurve |
code/include/dynamic/oArterialInputCurve.hh | Declaration of class oArterialInputCurve |
include/dynamic/oArterialInputCurve.hh | Declaration of class oArterialInputCurve |
oCASToRConfig.hh | |
code/src/analytic_simulator/oComputeProjection.cc | Implementation of class oComputeProjection |
src/analytic_simulator/oComputeProjection.cc | Implementation of class oComputeProjection |
code/include/analytic_simulator/oComputeProjection.hh | Declaration of class oComputeProjection |
include/analytic_simulator/oComputeProjection.hh | Declaration of class oComputeProjection |
code/src/image/oDeformationManager.cc | Implementation of class oDeformationManager |
src/image/oDeformationManager.cc | Implementation of class oDeformationManager |
code/include/image/oDeformationManager.hh | Declaration of class oDeformationManager |
include/image/oDeformationManager.hh | Declaration of class oDeformationManager |
code/include/management/oDirentWin32.hh | |
include/management/oDirentWin32.hh | |
code/src/datafile/oDynamicDataManager.cc | Implementation of class oDynamicDataManager |
src/datafile/oDynamicDataManager.cc | Implementation of class oDynamicDataManager |
code/include/datafile/oDynamicDataManager.hh | Declaration of class oDynamicDataManager |
include/datafile/oDynamicDataManager.hh | Declaration of class oDynamicDataManager |
code/src/dynamic/oDynamicModelManager.cc | Implementation of class oDynamicModelManager |
src/dynamic/oDynamicModelManager.cc | Implementation of class oDynamicModelManager |
code/include/dynamic/oDynamicModelManager.hh | Declaration of class oDynamicModelManager |
include/dynamic/oDynamicModelManager.hh | Declaration of class oDynamicModelManager |
code/src/image/oImageConvolverManager.cc | Implementation of class oImageConvolverManager |
src/image/oImageConvolverManager.cc | Implementation of class oImageConvolverManager |
code/include/image/oImageConvolverManager.hh | Declaration of class oImageConvolverManager |
include/image/oImageConvolverManager.hh | Declaration of class oImageConvolverManager |
code/src/image/oImageDimensionsAndQuantification.cc | Implementation of class oImageDimensionsAndQuantification |
src/image/oImageDimensionsAndQuantification.cc | Implementation of class oImageDimensionsAndQuantification |
code/include/image/oImageDimensionsAndQuantification.hh | Declaration of class oImageDimensionsAndQuantification |
include/image/oImageDimensionsAndQuantification.hh | Declaration of class oImageDimensionsAndQuantification |
code/src/image/oImageProcessingManager.cc | Implementation of class oImageProcessingManager |
src/image/oImageProcessingManager.cc | Implementation of class oImageProcessingManager |
code/include/image/oImageProcessingManager.hh | Declaration of class oImageProcessingManager |
include/image/oImageProcessingManager.hh | Declaration of class oImageProcessingManager |
code/src/image/oImageSpace.cc | Implementation of class oImageSpace |
src/image/oImageSpace.cc | Implementation of class oImageSpace |
code/include/image/oImageSpace.hh | Declaration of class oImageSpace |
include/image/oImageSpace.hh | Declaration of class oImageSpace |
code/src/image/oInterfileIO.cc | Implementation of class Interfile management functions |
src/image/oInterfileIO.cc | Implementation of class Interfile management functions |
code/include/image/oInterfileIO.hh | This group of functions manages Interfile image file format |
include/image/oInterfileIO.hh | This group of functions manages Interfile image file format |
code/src/scanner/oMatrix.cc | Implementation of class oMatrix |
src/scanner/oMatrix.cc | Implementation of class oMatrix |
code/include/scanner/oMatrix.hh | Declaration of class oMatrix |
include/scanner/oMatrix.hh | Declaration of class oMatrix |
code/src/datafile/oMemoryMapped.cc | Implementation of file to memory mapping |
src/datafile/oMemoryMapped.cc | Implementation of file to memory mapping |
code/include/datafile/oMemoryMapped.hh | Implementation of file to memory mapping |
include/datafile/oMemoryMapped.hh | Implementation of file to memory mapping |
code/src/optimizer/oOptimizerManager.cc | Implementation of class oOptimizerManager |
src/optimizer/oOptimizerManager.cc | Implementation of class oOptimizerManager |
code/include/optimizer/oOptimizerManager.hh | Declaration of class oOptimizerManager |
include/optimizer/oOptimizerManager.hh | Declaration of class oOptimizerManager |
OpenMPCheckVersion.c | |
OpenMPCheckVersion.cpp | |
OpenMPTryFlag.c | |
OpenMPTryFlag.cpp | |
code/src/projector/oProjectionLine.cc | Implementation of class oProjectionLine |
src/projector/oProjectionLine.cc | Implementation of class oProjectionLine |
code/include/projector/oProjectionLine.hh | Declaration of class oProjectionLine |
include/projector/oProjectionLine.hh | Declaration of class oProjectionLine |
code/src/projector/oProjectorManager.cc | Implementation of class oProjectorManager |
src/projector/oProjectorManager.cc | Implementation of class oProjectorManager |
code/include/projector/oProjectorManager.hh | Declaration of class oProjectorManager |
include/projector/oProjectorManager.hh | Declaration of class oProjectorManager |
code/src/algorithm/oSensitivityGenerator.cc | Implementation of class oSensitivityGenerator |
src/algorithm/oSensitivityGenerator.cc | Implementation of class oSensitivityGenerator |
code/include/algorithm/oSensitivityGenerator.hh | Declaration of class oSensitivityGenerator |
include/algorithm/oSensitivityGenerator.hh | Declaration of class oSensitivityGenerator |
code/src/projector/oSystemMatrix.cc | Implementation of class oSystemMatrix |
src/projector/oSystemMatrix.cc | Implementation of class oSystemMatrix |
code/include/projector/oSystemMatrix.hh | Declaration of class oSystemMatrix |
include/projector/oSystemMatrix.hh | Declaration of class oSystemMatrix |
code/src/management/sAddonManager.cc | Implementation of class sAddonManager |
src/management/sAddonManager.cc | Implementation of class sAddonManager |
code/include/management/sAddonManager.hh | Declaration of class sAddonManager |
include/management/sAddonManager.hh | Declaration of class sAddonManager |
code/src/management/sChronoManager.cc | Implementation of class sChronoManager |
src/management/sChronoManager.cc | Implementation of class sChronoManager |
code/include/management/sChronoManager.hh | Declaration of class sChronoManager |
include/management/sChronoManager.hh | Declaration of class sChronoManager |
code/src/management/sOutputManager.cc | Implementation of class sOutputManager |
src/management/sOutputManager.cc | Implementation of class sOutputManager |
code/include/management/sOutputManager.hh | Declaration of class sOutputManager |
include/management/sOutputManager.hh | Declaration of class sOutputManager |
code/src/management/sRandomNumberGenerator.cc | Implementation of class sRandomNumberGenerator |
src/management/sRandomNumberGenerator.cc | Implementation of class sRandomNumberGenerator |
code/include/management/sRandomNumberGenerator.hh | Declaration of class sRandomNumberGenerator |
include/management/sRandomNumberGenerator.hh | Declaration of class sRandomNumberGenerator |
code/src/scanner/sScannerManager.cc | Implementation of class sScannerManager |
src/scanner/sScannerManager.cc | Implementation of class sScannerManager |
code/include/scanner/sScannerManager.hh | Declaration of class sScannerManager |
include/scanner/sScannerManager.hh | Declaration of class sScannerManager |
code/src/algorithm/vAlgorithm.cc | Implementation of class vAlgorithm |
src/algorithm/vAlgorithm.cc | Implementation of class vAlgorithm |
code/include/algorithm/vAlgorithm.hh | Declaration of class vAlgorithm |
include/algorithm/vAlgorithm.hh | Declaration of class vAlgorithm |
code/src/datafile/vDataFile.cc | Implementation of class vDataFile |
src/datafile/vDataFile.cc | Implementation of class vDataFile |
code/include/datafile/vDataFile.hh | Declaration of class vDataFile |
include/datafile/vDataFile.hh | Declaration of class vDataFile |
code/src/image/vDeformation.cc | Implementation of class vDeformation |
src/image/vDeformation.cc | Implementation of class vDeformation |
code/include/image/vDeformation.hh | Declaration of class vDeformation |
include/image/vDeformation.hh | Declaration of class vDeformation |
code/src/dynamic/vDynamicModel.cc | Implementation of class vDynamicModel |
src/dynamic/vDynamicModel.cc | Implementation of class vDynamicModel |
code/include/dynamic/vDynamicModel.hh | Declaration of class vDynamicModel |
include/dynamic/vDynamicModel.hh | Declaration of class vDynamicModel |
code/src/datafile/vEvent.cc | Implementation of class vEvent |
src/datafile/vEvent.cc | Implementation of class vEvent |
code/include/datafile/vEvent.hh | Declaration of class vEvent |
include/datafile/vEvent.hh | Declaration of class vEvent |
code/src/image/vImageConvolver.cc | Implementation of class vImageConvolver |
src/image/vImageConvolver.cc | Implementation of class vImageConvolver |
code/include/image/vImageConvolver.hh | Declaration of class vImageConvolver |
include/image/vImageConvolver.hh | Declaration of class vImageConvolver |
code/src/image/vImageProcessingModule.cc | Implementation of class vImageProcessingModule |
src/image/vImageProcessingModule.cc | Implementation of class vImageProcessingModule |
code/include/image/vImageProcessingModule.hh | Declaration of class vImageProcessingModule |
include/image/vImageProcessingModule.hh | Declaration of class vImageProcessingModule |
code/src/optimizer/vOptimizer.cc | Implementation of class vOptimizer |
src/optimizer/vOptimizer.cc | Implementation of class vOptimizer |
code/include/optimizer/vOptimizer.hh | Declaration of class vOptimizer |
include/optimizer/vOptimizer.hh | Declaration of class vOptimizer |
code/src/optimizer/vPenalty.cc | Implementation of class vPenalty |
src/optimizer/vPenalty.cc | Implementation of class vPenalty |
code/include/optimizer/vPenalty.hh | Declaration of class vPenalty |
include/optimizer/vPenalty.hh | Declaration of class vPenalty |
code/src/projector/vProjector.cc | Implementation of class vProjector |
src/projector/vProjector.cc | Implementation of class vProjector |
code/include/projector/vProjector.hh | Declaration of class vProjector |
include/projector/vProjector.hh | Declaration of class vProjector |
code/src/scanner/vScanner.cc | Implementation of class vScanner |
src/scanner/vScanner.cc | Implementation of class vScanner |
code/include/scanner/vScanner.hh | Declaration of class vScanner |
include/scanner/vScanner.hh | Declaration of class vScanner |