SimpleOxygenBasedCellCycleModel Class Reference

#include <SimpleOxygenBasedCellCycleModel.hpp>

Inheritance diagram for SimpleOxygenBasedCellCycleModel:

Inheritance graph
[legend]
Collaboration diagram for SimpleOxygenBasedCellCycleModel:

Collaboration graph
[legend]

List of all members.

Public Member Functions

 SimpleOxygenBasedCellCycleModel ()
void UpdateCellCyclePhase ()
void UpdateHypoxicDuration ()
double GetCurrentHypoxicDuration ()
double GetCurrentHypoxiaOnsetTime ()
AbstractCellCycleModelCreateCellCycleModel ()
double GetHypoxicConcentration ()
void SetHypoxicConcentration (double hypoxicConcentration)
double GetQuiescentConcentration ()
void SetQuiescentConcentration (double quiescentConcentration)
double GetCriticalHypoxicDuration ()
void SetCriticalHypoxicDuration (double criticalHypoxicDuration)
void SetCurrentHypoxiaOnsetTime (double currentHypoxiaOnsetTime)

Protected Attributes

double mTimeSpentInG1Phase
double mCurrentHypoxicDuration
double mCurrentHypoxiaOnsetTime
double mHypoxicConcentration
double mQuiescentConcentration
double mCriticalHypoxicDuration

Private Member Functions

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

Friends

class boost::serialization::access


Detailed Description

Simple oxygen-based cell cycle model.

A simple oxygen-dependent cell cycle model that inherits from AbstractSimpleCellCycleModel. The duration of G1 phase depends on the local oxygen concentration. A prolonged period of acute hypoxia leads to the cell being labelled as apoptotic. This model allows for quiescence imposed by transient periods of hypoxia, followed by reoxygenation.

Definition at line 45 of file SimpleOxygenBasedCellCycleModel.hpp.


Constructor & Destructor Documentation

SimpleOxygenBasedCellCycleModel::SimpleOxygenBasedCellCycleModel (  ) 


Member Function Documentation

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

Archive the cell cycle model.

Parameters:
archive the archive
version the current version of this class

Reimplemented from AbstractSimpleCellCycleModel.

Reimplemented in StochasticOxygenBasedCellCycleModel.

Definition at line 51 of file SimpleOxygenBasedCellCycleModel.hpp.

References mCriticalHypoxicDuration, mCurrentHypoxiaOnsetTime, mCurrentHypoxicDuration, mHypoxicConcentration, mQuiescentConcentration, and mTimeSpentInG1Phase.

void SimpleOxygenBasedCellCycleModel::UpdateCellCyclePhase (  )  [virtual]

void SimpleOxygenBasedCellCycleModel::UpdateHypoxicDuration (  ) 

double SimpleOxygenBasedCellCycleModel::GetCurrentHypoxicDuration (  ) 

Returns:
mCurrentHypoxicDuration

Definition at line 45 of file SimpleOxygenBasedCellCycleModel.cpp.

References mCurrentHypoxicDuration.

double SimpleOxygenBasedCellCycleModel::GetCurrentHypoxiaOnsetTime (  ) 

Returns:
mCurrentHypoxiaOnsetTime

Definition at line 51 of file SimpleOxygenBasedCellCycleModel.cpp.

References mCurrentHypoxiaOnsetTime.

AbstractCellCycleModel * SimpleOxygenBasedCellCycleModel::CreateCellCycleModel (  )  [virtual]

double SimpleOxygenBasedCellCycleModel::GetHypoxicConcentration (  ) 

Returns:
mHypoxicConcentration

Definition at line 180 of file SimpleOxygenBasedCellCycleModel.cpp.

References mHypoxicConcentration.

void SimpleOxygenBasedCellCycleModel::SetHypoxicConcentration ( double  hypoxicConcentration  ) 

Set method for mHypoxicConcentration.

Parameters:
hypoxicConcentration the new value of mHypoxicConcentration

Definition at line 186 of file SimpleOxygenBasedCellCycleModel.cpp.

References mHypoxicConcentration.

Referenced by StochasticOxygenBasedCellCycleModel::CreateCellCycleModel(), and CreateCellCycleModel().

double SimpleOxygenBasedCellCycleModel::GetQuiescentConcentration (  ) 

Returns:
mQuiescentConcentration

Definition at line 194 of file SimpleOxygenBasedCellCycleModel.cpp.

References mQuiescentConcentration.

void SimpleOxygenBasedCellCycleModel::SetQuiescentConcentration ( double  quiescentConcentration  ) 

Set method for mQuiescentConcentration.

Parameters:
quiescentConcentration the new value of mQuiescentConcentration

Definition at line 200 of file SimpleOxygenBasedCellCycleModel.cpp.

References mQuiescentConcentration.

Referenced by StochasticOxygenBasedCellCycleModel::CreateCellCycleModel(), and CreateCellCycleModel().

double SimpleOxygenBasedCellCycleModel::GetCriticalHypoxicDuration (  ) 

Returns:
mCriticalHypoxicDuration

Definition at line 208 of file SimpleOxygenBasedCellCycleModel.cpp.

References mCriticalHypoxicDuration.

void SimpleOxygenBasedCellCycleModel::SetCriticalHypoxicDuration ( double  criticalHypoxicDuration  ) 

Set method for mCriticalHypoxicDuration.

Parameters:
criticalHypoxicDuration the new value of mCriticalHypoxicDuration

Definition at line 214 of file SimpleOxygenBasedCellCycleModel.cpp.

References mCriticalHypoxicDuration.

Referenced by StochasticOxygenBasedCellCycleModel::CreateCellCycleModel(), and CreateCellCycleModel().

void SimpleOxygenBasedCellCycleModel::SetCurrentHypoxiaOnsetTime ( double  currentHypoxiaOnsetTime  ) 

Set method for mCurrentHypoxiaOnsetTime.

Parameters:
currentHypoxiaOnsetTime the new value of mCurrentHypoxiaOnsetTime

Definition at line 220 of file SimpleOxygenBasedCellCycleModel.cpp.

References mCurrentHypoxiaOnsetTime.

Referenced by StochasticOxygenBasedCellCycleModel::CreateCellCycleModel(), and CreateCellCycleModel().


Friends And Related Function Documentation

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

Needed for serialization.

Reimplemented from AbstractSimpleCellCycleModel.

Reimplemented in StochasticOxygenBasedCellCycleModel.

Definition at line 49 of file SimpleOxygenBasedCellCycleModel.hpp.


Member Data Documentation

The time spent in G1 phase so far. Has units of hours.

Definition at line 68 of file SimpleOxygenBasedCellCycleModel.hpp.

Referenced by serialize(), and UpdateCellCyclePhase().

How long the current period of hypoxia has lasted. Has units of hours.

Definition at line 74 of file SimpleOxygenBasedCellCycleModel.hpp.

Referenced by GetCurrentHypoxicDuration(), serialize(), and UpdateHypoxicDuration().

Non-dimensionalized oxygen concentration below which cells are considered to be hypoxic. A prolonged period of hypoxia causes the cell to become apoptotic.

Definition at line 86 of file SimpleOxygenBasedCellCycleModel.hpp.

Referenced by StochasticOxygenBasedCellCycleModel::CreateCellCycleModel(), CreateCellCycleModel(), GetHypoxicConcentration(), serialize(), SetHypoxicConcentration(), and UpdateHypoxicDuration().

Non-dimensionalized oxygen concentration below which cells are considered to be quiescent and slow their progress through the G1 phase of the cell cycle.

Definition at line 93 of file SimpleOxygenBasedCellCycleModel.hpp.

Referenced by StochasticOxygenBasedCellCycleModel::CreateCellCycleModel(), CreateCellCycleModel(), GetQuiescentConcentration(), serialize(), SetQuiescentConcentration(), and UpdateCellCyclePhase().


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

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