69 Cerr(
"***** vImageProcessingModule::CheckParameters() -> oImageDimensionsAndQuantification is null !" << endl);
75 Cerr(
"***** vImageProcessingModule::CheckParameters() -> Verbose level is negative !" << endl);
81 Cerr(
"***** vImageProcessingModule::CheckParameters() -> A problem occured while checking parameters specific to the image processing module !" << endl);
100 Cerr(
"***** vImageProcessingModule::Initialize() -> A problem occured while initializing stuff specific to the image processing module !" << endl);
bool m_affectTimeDimensionFlag
bool m_affectRespDimensionFlag
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.
oImageDimensionsAndQuantification * mp_ImageDimensionsAndQuantification
vImageProcessingModule()
The constructor of vImageProcessingModule.
int CheckParameters()
A public function used to check the parameters settings.
Declaration of class vImageProcessingModule.