#include <VanLeeuwen2009WntSwatCellCycleModelHypothesisOne.hpp>
Inherits AbstractVanLeeuwen2009WntSwatCellCycleModel.

Public Member Functions | |
| VanLeeuwen2009WntSwatCellCycleModelHypothesisOne () | |
| void | InitialiseOdeSystem (double wntConcentration, boost::shared_ptr< AbstractCellMutationState > pMutationState) |
| AbstractCellCycleModel * | CreateCellCycleModel () |
Private Member Functions | |
| template<class Archive > | |
| void | serialize (Archive &archive, const unsigned int version) |
Friends | |
| class | boost::serialization::access |
Concrete Van Leeuwen 2009 cell cycle model, using hypothesis one (see paper).
Definition at line 37 of file VanLeeuwen2009WntSwatCellCycleModelHypothesisOne.hpp.
| VanLeeuwen2009WntSwatCellCycleModelHypothesisOne::VanLeeuwen2009WntSwatCellCycleModelHypothesisOne | ( | ) |
Default constructor calls base class
Definition at line 31 of file VanLeeuwen2009WntSwatCellCycleModelHypothesisOne.cpp.
Referenced by CreateCellCycleModel().
| AbstractCellCycleModel * VanLeeuwen2009WntSwatCellCycleModelHypothesisOne::CreateCellCycleModel | ( | ) | [virtual] |
Overridden builder method to create new copies of this cell cycle model.
Implements AbstractCellCycleModel.
Definition at line 41 of file VanLeeuwen2009WntSwatCellCycleModelHypothesisOne.cpp.
References VanLeeuwen2009WntSwatCellCycleModelHypothesisOne().
| void VanLeeuwen2009WntSwatCellCycleModelHypothesisOne::InitialiseOdeSystem | ( | double | wntConcentration, | |
| boost::shared_ptr< AbstractCellMutationState > | pMutationState | |||
| ) | [virtual] |
Overloaded method which allocates the ODE system using HYPOTHESIS ONE.
| wntConcentration | Wnt concentration | |
| pMutationState | Mutation state |
Implements AbstractVanLeeuwen2009WntSwatCellCycleModel.
Definition at line 36 of file VanLeeuwen2009WntSwatCellCycleModelHypothesisOne.cpp.
References AbstractOdeBasedCellCycleModel::mpOdeSystem.
| void VanLeeuwen2009WntSwatCellCycleModelHypothesisOne::serialize | ( | Archive & | archive, | |
| const unsigned int | version | |||
| ) | [inline, private] |
Archive the cell cycle model, never used directly - boost uses this.
| archive | the archive | |
| version | the current version of this class |
Reimplemented from AbstractWntOdeBasedCellCycleModel.
Definition at line 43 of file VanLeeuwen2009WntSwatCellCycleModelHypothesisOne.hpp.
friend class boost::serialization::access [friend] |
Needed for serialization.
Reimplemented from AbstractVanLeeuwen2009WntSwatCellCycleModel.
Definition at line 41 of file VanLeeuwen2009WntSwatCellCycleModelHypothesisOne.hpp.
1.6.2