8 #ifndef ILINEARSPECTRALMODEL_HH 9 #define ILINEARSPECTRALMODEL_HH 1 14 #include "sAddonManager.hh" int ReadAndCheckOptionsList(string a_listOptions)
This class is a child of the iLinearModel class implementing the Nested Spectral reconsutction.
iLinearSpectralModel()
Constructor of iLinearSpectralModel. Simply set all data members to default values.
int InitializeSpecific()
This function is used to initialize the model parametric images and basis functions.
bool m_full_trapping_basis_flag
This class implements a general linear dynamic model applied between the images of a dynamic acquisit...
~iLinearSpectralModel()
Destructor of iLinearSpectralModel.
#define FUNCTION_DYNAMICMODEL(CLASS)
HPFLTNB * mp_spectral_bank
#define CLASS_DYNAMICMODEL(NAME, CLASS)
Declaration of class vDynamicModel.
int CheckSpecificParameters()
This function is used to check whether all member variables have been correctly initialized or not...
bool m_blood_fraction_fasis_flag
int ReadAndCheckConfigurationFileSpecific()
This function is used to read options from a configuration file, specific to this model...
Declaration of class iLinearModel.
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.