![]() |
CASToR
3.2
Tomographic Reconstruction (PET/SPECT/CT)
|
Declaration of class vPenalty. 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 | 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 include/optimizer/vPenalty.hh.
#define CLASS_PENALTY | ( | NAME, | |
CLASS | |||
) |
Definition at line 287 of file include/optimizer/vPenalty.hh.
#define FUNCTION_PENALTY | ( | CLASS | ) | static vPenalty *make_penalty() { return new CLASS(); }; |
Definition at line 283 of file include/optimizer/vPenalty.hh.