36#ifndef DELTANOTCHINTERIORSRNMODEL_HPP_
37#define DELTANOTCHINTERIORSRNMODEL_HPP_
40#include <boost/serialization/base_object.hpp>
42#include "DeltaNotchInteriorOdeSystem.hpp"
43#include "AbstractOdeSrnModel.hpp"
65 template<
class Archive>
66 void serialize(Archive & archive,
const unsigned int version)
68 archive & boost::serialization::base_object<AbstractOdeSrnModel>(*
this);
98 DeltaNotchInteriorSrnModel(boost::shared_ptr<AbstractCellCycleModelOdeSolver> pOdeSolver = boost::shared_ptr<AbstractCellCycleModelOdeSolver>());
181#include "CellCycleModelOdeSolverExportWrapper.hpp"
gcov doesn't like this file...
#define CHASTE_CLASS_EXPORT(T)
double GetTotalEdgeDelta()
virtual void ResetForDivision()
virtual void SimulateToCurrentTime()
virtual AbstractSrnModel * CreateSrnModel()
virtual void Initialise()
virtual void AddShrunkEdgeToInterior(AbstractSrnModel *pShrunkEdgeSrn)
void serialize(Archive &archive, const unsigned int version)
void SetNotch(double value)
friend class boost::serialization::access
double GetTotalEdgeNotch()
void SetDelta(double value)
virtual void OutputSrnModelParameters(out_stream &rParamsFile)