CASToR
2.0
Tomographic Reconstruction (PET/SPECT/CT)
|
Declaration of class vScanner. More...
#include "gVariables.hh"
#include "sOutputManager.hh"
#include "oMatrix.hh"
#include "sRandomNumberGenerator.hh"
Go to the source code of this file.
Classes | |
class | vScanner |
Generic class for scanner objects. More... | |
Macros | |
#define | GEO_ROT_CW 0 |
#define | GEO_ROT_CCW 1 |
#define | FUNCTION_SCANNER(CLASS) static vScanner *make_scanner() { return new CLASS(); }; |
#define | CLASS_SCANNER(NAME, CLASS) |
Declaration of class vScanner.
Definition in file vScanner.hh.
#define CLASS_SCANNER | ( | NAME, | |
CLASS | |||
) |
Definition at line 458 of file vScanner.hh.
#define FUNCTION_SCANNER | ( | CLASS | ) | static vScanner *make_scanner() { return new CLASS(); }; |
Definition at line 454 of file vScanner.hh.