CASToR
1.1
Tomographic Reconstruction (PET/SPECT)
|
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 261 of file vImageConvolver.hh.
#define FUNCTION_IMAGE_CONVOLVER | ( | CLASS | ) | static vImageConvolver *make_image_convolver() { return new CLASS(); }; |
Definition at line 257 of file vImageConvolver.hh.