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