![]() |
CASToR
1.1
Tomographic Reconstruction (PET/SPECT)
|
Declaration of class vProjector. More...
#include "gVariables.hh"#include "vEvent.hh"#include "oProjectionLine.hh"#include "vScanner.hh"#include "oImageDimensionsAndQuantification.hh"Go to the source code of this file.
Classes | |
| class | vProjector |
| This class is designed to generically described any on-the-fly projector. More... | |
Macros | |
| #define | USE_TOFBIN 1 |
| #define | USE_TOFPOS 2 |
| #define | USE_NOTOF 3 |
| #define | FUNCTION_PROJECTOR(CLASS) static vProjector *make_projector() { return new CLASS(); }; |
| #define | CLASS_PROJECTOR(NAME, CLASS) |
Declaration of class vProjector.
Definition in file vProjector.hh.
| #define CLASS_PROJECTOR | ( | NAME, | |
| CLASS | |||
| ) |
Definition at line 335 of file vProjector.hh.
| #define FUNCTION_PROJECTOR | ( | CLASS | ) | static vProjector *make_projector() { return new CLASS(); }; |
Definition at line 331 of file vProjector.hh.
1.8.6