CASToR
2.0
Tomographic Reconstruction (PET/SPECT/CT)
|
Declaration of class vPenalty. More...
Go to the source code of this file.
Classes | |
class | vPenalty |
This class is designed to generically described any penalty applied to MAP algorithms. More... | |
Macros | |
#define | FUNCTION_PENALTY(CLASS) static vPenalty *make_penalty() { return new CLASS(); }; |
#define | CLASS_PENALTY(NAME, CLASS) |
Declaration of class vPenalty.
Definition in file vPenalty.hh.
#define CLASS_PENALTY | ( | NAME, | |
CLASS | |||
) |
Definition at line 123 of file vPenalty.hh.
#define FUNCTION_PENALTY | ( | CLASS | ) | static vPenalty *make_penalty() { return new CLASS(); }; |
Definition at line 119 of file vPenalty.hh.