8 #ifndef IIMAGECONVOLVERTEMPLATE_HH
9 #define IIMAGECONVOLVERTEMPLATE_HH 1
This header file is mainly used to declare some macro definitions and all includes needed from the st...
int BuildConvolutionKernel()
A private function used to build the convolution kernel specific to the child convolver.
#define CLASS_IMAGE_CONVOLVER(NAME, CLASS)
~iImageConvolverTemplate()
The destructor of iImageConvolverTemplate.
int ReadOptionsList(const string &a_listOptions)
A function used to read options from a list of options.
int ReadConfigurationFile(const string &a_fileOptions)
A function used to read options from a configuration file.
Declaration of class oImageSpace.
int CheckSpecificParameters()
A private function used to check the parameters settings specific to the child module.
#define FUNCTION_IMAGE_CONVOLVER(CLASS)
This file is used for all kind of different functions designed for options parsing and ASCII file rea...
This class is a template of an image convolver module to serve as an example.
Declaration of class vImageConvolver.
void ShowHelp()
A function used to show help about the child module.
iImageConvolverTemplate()
The constructor of iImageConvolverTemplate.
Declaration of class sAddonManager.
This abstract class is the generic image convolver class used by the oImageConvolverManager.