00001 #ifndef INDII_FMRI_HEMODYNAMIC_LOGNEURALBALLOONMODELDEFAULTS_HPP
00002 #define INDII_FMRI_HEMODYNAMIC_LOGNEURALBALLOONMODELDEFAULTS_HPP
00003
00004 #include "indii/ml/ode/FunctionStatic.hpp"
00005
00006 namespace indii {
00007 namespace fmri {
00008 namespace hemodynamic {
00009
00010
00011
00012
00013
00014
00015
00016
00017
00018
00019
00020
00021 class LogNeuralBalloonModelDefaults {
00022 public:
00023
00024
00025
00026 static indii::ml::ode::f_t F_IN;
00027
00028
00029
00030
00031
00032
00033 static indii::ml::ode::f_t DLNFDT;
00034
00035
00036
00037
00038
00039 static indii::ml::ode::f_t DSDT;
00040
00041 };
00042
00043 }
00044 }
00045 }
00046
00047 #endif