36#ifndef GAMMAG1CELLCYCLEMODEL_HPP_
37#define GAMMAG1CELLCYCLEMODEL_HPP_
39#include "AbstractSimplePhaseBasedCellCycleModel.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<AbstractSimplePhaseBasedCellCycleModel>(*
this);
gcov doesn't like this file...
#define CHASTE_CLASS_EXPORT(T)
virtual void OutputCellCycleModelParameters(out_stream &rParamsFile)
AbstractCellCycleModel * CreateCellCycleModel()
void SetShape(double shape)
void SetScale(double scale)
friend class boost::serialization::access
void serialize(Archive &archive, const unsigned int version)
static RandomNumberGenerator * Instance()
SerializableSingleton< SINGLETON_CLASS > * GetSerializationWrapper() const