36#ifndef SIMPLEWNTCELLCYCLEMODEL_HPP_
37#define SIMPLEWNTCELLCYCLEMODEL_HPP_
39#include "AbstractSimplePhaseBasedCellCycleModel.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<AbstractSimplePhaseBasedCellCycleModel>(*
this);
gcov doesn't like this file...
#define CHASTE_CLASS_EXPORT(T)
static RandomNumberGenerator * Instance()
void SetWntStemThreshold(double wntStemThreshold)
virtual void OutputCellCycleModelParameters(out_stream &rParamsFile)
double GetWntTransitThreshold() const
void SetWntTransitThreshold(double wntTransitThreshold)
virtual AbstractCellCycleModel * CreateCellCycleModel()
SimpleWntCellCycleModel()
void SetWntLabelledThreshold(double wntLabelledThreshold)
bool mUseCellProliferativeTypeDependentG1Duration
double GetWntLevel() const
virtual bool CanCellTerminallyDifferentiate()
void SetUseCellProliferativeTypeDependentG1Duration(bool useCellProliferativeTypeDependentG1Duration=true)
double mWntTransitThreshold
virtual void UpdateCellCyclePhase()
double mWntLabelledThreshold
WntConcentrationType GetWntType()
bool GetUseCellProliferativeTypeDependentG1Duration() const
void serialize(Archive &archive, const unsigned int version)
friend class boost::serialization::access
double GetWntLabelledThreshold() const
double GetWntStemThreshold() const
virtual void InitialiseDaughterCell()