WntCellCycleModel Class Reference

#include <WntCellCycleModel.hpp>

Inheritance diagram for WntCellCycleModel:

Inheritance graph
[legend]
Collaboration diagram for WntCellCycleModel:

Collaboration graph
[legend]

List of all members.

Public Member Functions

 WntCellCycleModel (boost::shared_ptr< AbstractCellCycleModelOdeSolver > pOdeSolver=boost::shared_ptr< AbstractCellCycleModelOdeSolver >())
AbstractCellCycleModelCreateCellCycleModel ()
void Initialise ()

Private Member Functions

template<class Archive>
void serialize (Archive &archive, const unsigned int version)
void ChangeCellProliferativeTypeDueToCurrentBetaCateninLevel ()
void AdjustOdeParameters (double currentTime)

Friends

class boost::serialization::access


Detailed Description

Wnt-dependent cell cycle model. Needs to operate with a WntConcentration singleton object.

This model has a constant length M phase, runs ODEs to decide when to finish G1 phase then adds time for S and G2 phases. The CellProliferativeType is updated dependent on the concentration of beta-catenin (given by one of the ODEs).

Note that this class uses C++'s default copying semantics, and so doesn't implement a copy constructor or operator=.

Definition at line 52 of file WntCellCycleModel.hpp.


Constructor & Destructor Documentation

WntCellCycleModel::WntCellCycleModel ( boost::shared_ptr< AbstractCellCycleModelOdeSolver pOdeSolver = boost::shared_ptr<AbstractCellCycleModelOdeSolver>()  ) 

Default constructor.

Parameters:
pOdeSolver An optional pointer to a cell cycle model ODE solver object (allows the use of different ODE solvers)

Definition at line 30 of file WntCellCycleModel.cpp.

References CellCycleModelOdeSolver< CELL_CYCLE_MODEL, ODE_SOLVER >::Instance(), and CellCycleModelOdeHandler::mpOdeSolver.

Referenced by CreateCellCycleModel().


Member Function Documentation

template<class Archive>
void WntCellCycleModel::serialize ( Archive &  archive,
const unsigned int  version 
) [inline, private]

Archive the cell cycle model and ODE system.

Parameters:
archive the archive
version the archive version

Reimplemented from AbstractWntOdeBasedCellCycleModel.

Reimplemented in StochasticWntCellCycleModel.

Definition at line 64 of file WntCellCycleModel.hpp.

void WntCellCycleModel::ChangeCellProliferativeTypeDueToCurrentBetaCateninLevel (  )  [private, virtual]

Update the cell type according to the current beta catenin level as given by the WntCellCycleOdeSystem.

This method carries out the work for UpdateCellProliferativeType(), but does not check the current time, so can also be called by Initialise().

Implements AbstractWntOdeBasedCellCycleModel.

Definition at line 73 of file WntCellCycleModel.cpp.

References AbstractCellCycleModel::mCellProliferativeType, AbstractCellCycleModel::mpCell, CellCycleModelOdeHandler::mpOdeSystem, and AbstractParameterisedSystem< VECTOR >::rGetStateVariables().

Referenced by Initialise().

void WntCellCycleModel::AdjustOdeParameters ( double  currentTime  )  [private, virtual]

Adjust any ODE parameters needed before solving until currentTime.

Parameters:
currentTime the time up to which the system will be solved.

Reimplemented from CellCycleModelOdeHandler.

Definition at line 102 of file WntCellCycleModel.cpp.

References AbstractWntOdeBasedCellCycleModel::GetWntLevel(), AbstractCellCycleModel::mpCell, CellCycleModelOdeHandler::mpOdeSystem, and AbstractParameterisedSystem< VECTOR >::rGetStateVariables().

AbstractCellCycleModel * WntCellCycleModel::CreateCellCycleModel (  )  [virtual]

void WntCellCycleModel::Initialise ( void   )  [virtual]

Initialise the cell cycle model at the start of a simulation.

This overridden method sets up a new WntCellCycleOdeSystem and sets the cell type according to the current beta catenin level.

Reimplemented from AbstractCellCycleModel.

Reimplemented in StochasticWntCellCycleModel.

Definition at line 90 of file WntCellCycleModel.cpp.

References ChangeCellProliferativeTypeDueToCurrentBetaCateninLevel(), AbstractOdeSystem::GetInitialConditions(), AbstractWntOdeBasedCellCycleModel::GetWntLevel(), AbstractCellCycleModel::mpCell, CellCycleModelOdeHandler::mpOdeSystem, and AbstractOdeSystem::SetStateVariables().

Referenced by StochasticWntCellCycleModel::Initialise().


Friends And Related Function Documentation

friend class boost::serialization::access [friend]

Needed for serialization.

Reimplemented from AbstractWntOdeBasedCellCycleModel.

Reimplemented in StochasticWntCellCycleModel.

Definition at line 56 of file WntCellCycleModel.hpp.


The documentation for this class was generated from the following files:

Generated on Mon Nov 1 12:37:36 2010 for Chaste by  doxygen 1.5.5