36 #ifndef SIMPLEWNTCELLCYCLEMODEL_HPP_
37 #define SIMPLEWNTCELLCYCLEMODEL_HPP_
39 #include "AbstractSimpleCellCycleModel.hpp"
40 #include "RandomNumberGenerator.hpp"
41 #include "WntConcentration.hpp"
58 template<
class Archive>
59 void serialize(Archive & archive,
const unsigned int version)
61 archive & boost::serialization::base_object<AbstractSimpleCellCycleModel>(*this);
friend class boost::serialization::access
double mWntLabelledThreshold
virtual void OutputCellCycleModelParameters(out_stream &rParamsFile)
WntConcentrationType GetWntType()
double GetWntLabelledThreshold()
virtual AbstractCellCycleModel * CreateCellCycleModel()
void serialize(Archive &archive, const unsigned int version)
double mWntTransitThreshold
void SetUseCellProliferativeTypeDependentG1Duration(bool useCellProliferativeTypeDependentG1Duration=true)
virtual bool CanCellTerminallyDifferentiate()
void SetWntTransitThreshold(double wntTransitThreshold)
static RandomNumberGenerator * Instance()
SimpleWntCellCycleModel()
void SetWntLabelledThreshold(double wntLabelledThreshold)
bool mUseCellProliferativeTypeDependentG1Duration
double GetWntStemThreshold()
virtual void InitialiseDaughterCell()
#define CHASTE_CLASS_EXPORT(T)
void SetWntStemThreshold(double wntStemThreshold)
virtual void UpdateCellCyclePhase()
double GetWntTransitThreshold()