8 #include "vImageProcessingModule.hh" 46 Cerr(
"***** vImageProcessingModule::CheckParameters() -> oImageDimensionsAndQuantification is null !" << endl);
52 Cerr(
"***** vImageProcessingModule::CheckParameters() -> Verbose level is negative !" << endl);
58 Cerr(
"***** vImageProcessingModule::CheckParameters() -> A problem occurred while checking parameters specific to the image processing module !" << endl);
77 Cerr(
"***** vImageProcessingModule::Initialize() -> A problem occurred while initializing stuff specific to the image processing module !" << endl);
bool m_affectTimeDimensionFlag
bool m_affectRespDimensionFlag
oImageDimensionsAndQuantification * mp_ImageDimensionsAndQuantification
virtual ~vImageProcessingModule()
The destructor of vImageProcessingModule.
virtual int InitializeSpecific()=0
A private function used to initialize everything specific to the child module.
bool m_affectCardDimensionFlag
int Initialize()
A public function used to initialize the module.
virtual int CheckSpecificParameters()=0
A private function used to check the parameters settings specific to the child module.
vImageProcessingModule()
The constructor of vImageProcessingModule.
int CheckParameters()
A public function used to check the parameters settings.