30 #ifndef ILINEARSPECTRALMODEL_HH 31 #define ILINEARSPECTRALMODEL_HH 1 int ReadAndCheckOptionsList(string a_listOptions)
This function is used to read parameters from a string.
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.
Declaration of class iLinearModel.
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...
#define FUNCTION_DYNAMICMODEL(CLASS)
~iLinearSpectralModel()
Destructor of iLinearSpectralModel.
#define CLASS_DYNAMICMODEL(NAME, CLASS)
HPFLTNB * mp_spectral_bank
int CheckSpecificParameters()
This function is used to check whether all member variables have been correctly initialized or not...
bool m_blood_fraction_fasis_flag
Declaration of class vDynamicModel.
int ReadAndCheckConfigurationFileSpecific()
This function is used to read options from a configuration file, specific to this model...
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.
Declaration of class sAddonManager.