36 #ifndef GAMMADISTRIBUTEDSTOCHASTICDURATIONCELLCYCLEMODEL_HPP_
37 #define GAMMADISTRIBUTEDSTOCHASTICDURATIONCELLCYCLEMODEL_HPP_
39 #include "AbstractSimpleCellCycleModel.hpp"
40 #include "RandomNumberGenerator.hpp"
48 friend class TestSimpleCellCycleModels;
66 template<
class Archive>
67 void serialize(Archive & archive,
const unsigned int version)
69 archive & boost::serialization::base_object<AbstractSimpleCellCycleModel>(*this);
virtual void OutputCellCycleModelParameters(out_stream &rParamsFile)
friend class boost::serialization::access
static RandomNumberGenerator * Instance()
void SetShape(double shape)
void SetScale(double scale)
void serialize(Archive &archive, const unsigned int version)
#define CHASTE_CLASS_EXPORT(T)
SerializableSingleton< SINGLETON_CLASS > * GetSerializationWrapper() const
AbstractCellCycleModel * CreateCellCycleModel()
GammaDistributedStochasticDurationCellCycleModel()