8 #ifndef IITERATIVEALGORITHM_HH 9 #define IITERATIVEALGORITHM_HH 1 11 #include "gVariables.hh" 12 #include "oImageDimensionsAndQuantification.hh" 13 #include "oProjectorManager.hh" 14 #include "oImageConvolverManager.hh" 15 #include "oImageProcessingManager.hh" 16 #include "oOptimizerManager.hh" 17 #include "oDeformationManager.hh" 18 #include "oDynamicModelManager.hh" 19 #include "oImageSpace.hh" 20 #include "vDataFile.hh" 21 #include "sChronoManager.hh" Declaration of class vAlgorithm.
int InitSpecificOptions(string a_specificOptions)
int StepInnerLoopInsideSubsetLoop(int a_iteration, int a_subset, int a_bed)
int StepAfterIterationLoop()
This function is called at the end of the RunCPU function.
int StepPostProcessInsideSubsetLoop(int a_iteration, int a_subset)
int StepBeforeSubsetLoop(int a_iteration)
int StepPreProcessInsideSubsetLoop(int a_iteration, int a_subset)
int StepBeforeIterationLoop()
This function is called at the beginning of the RunCPU function.
int StepImageOutput(int a_iteration, int a_subset=-1)
This is the base class for reconstructions, containing a framework with iteration and data subset loo...
int StepAfterSubsetLoop(int a_iteration)
int PreOrPostIterationIndependentStep()
Perform an additional loop over data as well as the pre and post steps inside subset loop but without...