36 #ifndef SIMPLEOXYGENBASEDCELLCYCLEMODEL_HPP_
37 #define SIMPLEOXYGENBASEDCELLCYCLEMODEL_HPP_
39 #include "AbstractSimplePhaseBasedCellCycleModel.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<AbstractSimplePhaseBasedCellCycleModel>(*this);
double GetQuiescentConcentration() const
double mQuiescentConcentration
void SetCurrentHypoxiaOnsetTime(double currentHypoxiaOnsetTime)
double mHypoxicConcentration
double GetCurrentHypoxiaOnsetTime() const
double mCriticalHypoxicDuration
void serialize(Archive &archive, const unsigned int version)
double mCurrentHypoxiaOnsetTime
void SetQuiescentConcentration(double quiescentConcentration)
void SetCriticalHypoxicDuration(double criticalHypoxicDuration)
double GetCriticalHypoxicDuration() const
virtual void OutputCellCycleModelParameters(out_stream &rParamsFile)
#define CHASTE_CLASS_EXPORT(T)
double GetHypoxicConcentration() const
double GetCurrentHypoxicDuration() const
double mCurrentHypoxicDuration
void SetHypoxicConcentration(double hypoxicConcentration)
void UpdateCellCyclePhase()
AbstractCellCycleModel * CreateCellCycleModel()
void UpdateHypoxicDuration()
gcov doesn't like this file...
SimpleOxygenBasedCellCycleModel()