36 #ifndef SIMPLEOXYGENBASEDCELLCYCLEMODEL_HPP_
37 #define SIMPLEOXYGENBASEDCELLCYCLEMODEL_HPP_
39 #include "AbstractSimpleCellCycleModel.hpp"
55 friend class boost::serialization::access;
61 template<
class Archive>
62 void serialize(Archive & archive,
const unsigned int version)
64 archive & boost::serialization::base_object<AbstractSimpleCellCycleModel>(*this);
double GetCurrentHypoxiaOnsetTime()
double mQuiescentConcentration
void SetCurrentHypoxiaOnsetTime(double currentHypoxiaOnsetTime)
double mHypoxicConcentration
double mCriticalHypoxicDuration
double GetCriticalHypoxicDuration()
void serialize(Archive &archive, const unsigned int version)
double mCurrentHypoxiaOnsetTime
void SetQuiescentConcentration(double quiescentConcentration)
void SetCriticalHypoxicDuration(double criticalHypoxicDuration)
double GetCurrentHypoxicDuration()
double GetQuiescentConcentration()
virtual void OutputCellCycleModelParameters(out_stream &rParamsFile)
#define CHASTE_CLASS_EXPORT(T)
double mCurrentHypoxicDuration
void SetHypoxicConcentration(double hypoxicConcentration)
void UpdateCellCyclePhase()
AbstractCellCycleModel * CreateCellCycleModel()
void UpdateHypoxicDuration()
double GetHypoxicConcentration()
SimpleOxygenBasedCellCycleModel()