36 #ifndef STOCHASTICOXYGENBASEDCELLCYCLEMODEL_HPP_ 37 #define STOCHASTICOXYGENBASEDCELLCYCLEMODEL_HPP_ 39 #include "SimpleOxygenBasedCellCycleModel.hpp" 40 #include "RandomNumberGenerator.hpp" 51 friend class TestSimpleCellCycleModels;
55 friend class boost::serialization::access;
62 template<
class Archive>
63 void serialize(Archive & archive,
const unsigned int version)
65 archive & boost::serialization::base_object<SimpleOxygenBasedCellCycleModel>(*this);
virtual void OutputCellCycleModelParameters(out_stream &rParamsFile)
StochasticOxygenBasedCellCycleModel()
AbstractCellCycleModel * CreateCellCycleModel()
double GetG2Duration() const
double mStochasticG2Duration
static RandomNumberGenerator * Instance()
void GenerateStochasticG2Duration()
void InitialiseDaughterCell()
#define CHASTE_CLASS_EXPORT(T)
SerializableSingleton< SINGLETON_CLASS > * GetSerializationWrapper() const
gcov doesn't like this file...
void serialize(Archive &archive, const unsigned int version)