8 #ifndef IDYNAMICMODELTEMPLATE_HH 9 #define IDYNAMICMODELTEMPLATE_HH 1 14 #include "sAddonManager.hh" iLinearModelTemplate()
Constructor of iLinearModelTemplate. Simply set all data members to default values.
This class implements a general linear dynamic model applied between the images of a dynamic acquisit...
~iLinearModelTemplate()
Destructor of iLinearModelTemplate.
int CheckSpecificParameters()
This function is used to check whether all member variables have been correctly initialized or not...
int InitializeSpecific()
This function is used to initialize the model parametric images and basis functions.
#define FUNCTION_DYNAMICMODEL(CLASS)
void ShowHelpModelSpecific()
This function is used to print out specific help about the dynamic model and its options. It is pure virtual so must be implemented by children.
#define CLASS_DYNAMICMODEL(NAME, CLASS)
Declaration of class vDynamicModel.
This class is a child of the vDynamicModel class implementing a template squeleton.
int ReadAndCheckConfigurationFileSpecific()
This function is used to read options from a configuration file, specific to this model...
Declaration of class iLinearModel.
int ReadAndCheckOptionsList(string a_listOptions)