|
CASToR
2.0
Tomographic Reconstruction (PET/SPECT/CT)
|
Declaration of class vImageConvolver. More...
Go to the source code of this file.
Classes | |
| class | vImageConvolver |
| This abstract class is the generic image convolver class used by the oImageConvolverManager. More... | |
Macros | |
| #define | FUNCTION_IMAGE_CONVOLVER(CLASS) static vImageConvolver *make_image_convolver() { return new CLASS(); }; |
| #define | CLASS_IMAGE_CONVOLVER(NAME, CLASS) |
Declaration of class vImageConvolver.
Definition in file vImageConvolver.hh.
| #define CLASS_IMAGE_CONVOLVER | ( | NAME, | |
| CLASS | |||
| ) |
Definition at line 282 of file vImageConvolver.hh.
| #define FUNCTION_IMAGE_CONVOLVER | ( | CLASS | ) | static vImageConvolver *make_image_convolver() { return new CLASS(); }; |
Definition at line 278 of file vImageConvolver.hh.
1.8.6