CASToR
2.0
Tomographic Reconstruction (PET/SPECT/CT)
|
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 378 of file vProjector.hh.
#define FUNCTION_PROJECTOR | ( | CLASS | ) | static vProjector *make_projector() { return new CLASS(); }; |
Definition at line 374 of file vProjector.hh.