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);
gcov doesn't like this file...
#define CHASTE_CLASS_EXPORT(T)
static RandomNumberGenerator * Instance()
SerializableSingleton< SINGLETON_CLASS > * GetSerializationWrapper() const
void InitialiseDaughterCell()
StochasticOxygenBasedCellCycleModel()
void GenerateStochasticG2Duration()
double GetG2Duration() const
double mStochasticG2Duration
void serialize(Archive &archive, const unsigned int version)
AbstractCellCycleModel * CreateCellCycleModel()
virtual void OutputCellCycleModelParameters(out_stream &rParamsFile)