![]() |
CASToR
1.1
Tomographic Reconstruction (PET/SPECT)
|
Declaration of class vOptimizer. More...
#include "gVariables.hh"#include "oImageDimensionsAndQuantification.hh"#include "oImageSpace.hh"#include "vDataFile.hh"#include "oProjectionLine.hh"Go to the source code of this file.
Classes | |
| class | vOptimizer |
| This class is designed to generically described any iterative optimizer. More... | |
Macros | |
| #define | FUNCTION_OPTIMIZER(CLASS) static vOptimizer *make_optimizer() { return new CLASS(); }; |
| #define | CLASS_OPTIMIZER(NAME, CLASS) |
Declaration of class vOptimizer.
Definition in file vOptimizer.hh.
| #define CLASS_OPTIMIZER | ( | NAME, | |
| CLASS | |||
| ) |
Definition at line 623 of file vOptimizer.hh.
| #define FUNCTION_OPTIMIZER | ( | CLASS | ) | static vOptimizer *make_optimizer() { return new CLASS(); }; |
Definition at line 619 of file vOptimizer.hh.
1.8.6