36 #ifndef VANLEEUWEN2009WNTSWATCELLCYCLEMODELHYPOTHESISONE_HPP_
37 #define VANLEEUWEN2009WNTSWATCELLCYCLEMODELHYPOTHESISONE_HPP_
39 #include "AbstractVanLeeuwen2009WntSwatCellCycleModel.hpp"
48 friend class boost::serialization::access;
56 template<
class Archive>
57 void serialize(Archive & archive,
const unsigned int version)
59 archive & boost::serialization::base_object<AbstractVanLeeuwen2009WntSwatCellCycleModel>(*this);
77 void InitialiseOdeSystem(
double wntConcentration, boost::shared_ptr<AbstractCellMutationState> pMutationState);
97 #include "CellCycleModelOdeSolverExportWrapper.hpp"
VanLeeuwen2009WntSwatCellCycleModelHypothesisOne(boost::shared_ptr< AbstractCellCycleModelOdeSolver > pOdeSolver=boost::shared_ptr< AbstractCellCycleModelOdeSolver >())
AbstractCellCycleModel * CreateCellCycleModel()
virtual void OutputCellCycleModelParameters(out_stream &rParamsFile)
void serialize(Archive &archive, const unsigned int version)
#define CHASTE_CLASS_EXPORT(T)
void InitialiseOdeSystem(double wntConcentration, boost::shared_ptr< AbstractCellMutationState > pMutationState)