36 #ifndef DELTANOTCHSRNMODEL_HPP_
37 #define DELTANOTCHSRNMODEL_HPP_
40 #include <boost/serialization/base_object.hpp>
42 #include "DeltaNotchOdeSystem.hpp"
43 #include "AbstractOdeSrnModel.hpp"
62 template<
class Archive>
63 void serialize(Archive & archive,
const unsigned int version)
65 archive & boost::serialization::base_object<AbstractOdeSrnModel>(*this);
75 DeltaNotchSrnModel(boost::shared_ptr<AbstractCellCycleModelOdeSolver> pOdeSolver = boost::shared_ptr<AbstractCellCycleModelOdeSolver>());
130 #include "CellCycleModelOdeSolverExportWrapper.hpp"
double GetMeanNeighbouringDelta()
friend class boost::serialization::access
AbstractSrnModel * CreateSrnModel()
DeltaNotchSrnModel(boost::shared_ptr< AbstractCellCycleModelOdeSolver > pOdeSolver=boost::shared_ptr< AbstractCellCycleModelOdeSolver >())
#define CHASTE_CLASS_EXPORT(T)
void serialize(Archive &archive, const unsigned int version)
void OutputSrnModelParameters(out_stream &rParamsFile)
void SimulateToCurrentTime()