36 #ifndef GOLDBETER1991SRNMODEL_HPP_
37 #define GOLDBETER1991SRNMODEL_HPP_
40 #include <boost/serialization/base_object.hpp>
42 #include "Goldbeter1991OdeSystem.hpp"
43 #include "AbstractOdeSrnModel.hpp"
63 template<
class Archive>
64 void serialize(Archive & archive,
const unsigned int version)
66 archive & boost::serialization::base_object<AbstractOdeSrnModel>(*this);
91 Goldbeter1991SrnModel(boost::shared_ptr<AbstractCellCycleModelOdeSolver> pOdeSolver = boost::shared_ptr<AbstractCellCycleModelOdeSolver>());
141 #include "CellCycleModelOdeSolverExportWrapper.hpp"
void OutputSrnModelParameters(out_stream &rParamsFile)
Goldbeter1991SrnModel(const Goldbeter1991SrnModel &rModel)
void serialize(Archive &archive, const unsigned int version)
void SimulateToCurrentTime()
AbstractSrnModel * CreateSrnModel()
friend class boost::serialization::access
#define CHASTE_CLASS_EXPORT(T)
gcov doesn't like this file...