CASToR
2.0
Tomographic Reconstruction (PET/SPECT/CT)
|
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 659 of file vOptimizer.hh.
#define FUNCTION_OPTIMIZER | ( | CLASS | ) | static vOptimizer *make_optimizer() { return new CLASS(); }; |
Definition at line 655 of file vOptimizer.hh.