CASToR
2.0
Tomographic Reconstruction (PET/SPECT/CT)
|
Declaration of class vImageProcessingModule. More...
Go to the source code of this file.
Classes | |
class | vImageProcessingModule |
This abstract class is the generic image processing module class used by the oImageProcessingManager. More... | |
Macros | |
#define | FUNCTION_IMAGE_PROCESSING_MODULE(CLASS) static vImageProcessingModule *make_image_processing_module() { return new CLASS(); }; |
#define | CLASS_IMAGE_PROCESSING_MODULE(NAME, CLASS) |
Declaration of class vImageProcessingModule.
Definition in file vImageProcessingModule.hh.
#define CLASS_IMAGE_PROCESSING_MODULE | ( | NAME, | |
CLASS | |||
) |
Definition at line 233 of file vImageProcessingModule.hh.
#define FUNCTION_IMAGE_PROCESSING_MODULE | ( | CLASS | ) | static vImageProcessingModule *make_image_processing_module() { return new CLASS(); }; |
Definition at line 229 of file vImageProcessingModule.hh.