![]() |
CASToR
1.1
Tomographic Reconstruction (PET/SPECT)
|
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 100 of file vPenalty.hh.
| #define FUNCTION_PENALTY | ( | CLASS | ) | static vPenalty *make_penalty() { return new CLASS(); }; |
Definition at line 96 of file vPenalty.hh.
1.8.6