![]() |
CASToR
1.1
Tomographic Reconstruction (PET/SPECT)
|
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 383 of file vScanner.hh.
| #define FUNCTION_SCANNER | ( | CLASS | ) | static vScanner *make_scanner() { return new CLASS(); }; |
Definition at line 379 of file vScanner.hh.
1.8.6