36 #ifndef VANLEEUWEN2009WNTSWATCELLCYCLEMODELHYPOTHESISTWO_HPP_
37 #define VANLEEUWEN2009WNTSWATCELLCYCLEMODELHYPOTHESISTWO_HPP_
39 #include "AbstractVanLeeuwen2009WntSwatCellCycleModel.hpp"
49 friend class boost::serialization::access;
57 template<
class Archive>
58 void serialize(Archive & archive,
const unsigned int version)
60 archive & boost::serialization::base_object<AbstractVanLeeuwen2009WntSwatCellCycleModel>(*this);
78 void InitialiseOdeSystem(
double wntConcentration, boost::shared_ptr<AbstractCellMutationState> pMutationState);
98 #include "CellCycleModelOdeSolverExportWrapper.hpp"
void InitialiseOdeSystem(double wntConcentration, boost::shared_ptr< AbstractCellMutationState > pMutationState)
void serialize(Archive &archive, const unsigned int version)
AbstractCellCycleModel * CreateCellCycleModel()
VanLeeuwen2009WntSwatCellCycleModelHypothesisTwo(boost::shared_ptr< AbstractCellCycleModelOdeSolver > pOdeSolver=boost::shared_ptr< AbstractCellCycleModelOdeSolver >())
virtual void OutputCellCycleModelParameters(out_stream &rParamsFile)
#define CHASTE_CLASS_EXPORT(T)