Chaste Release::3.1
|
#include <SimpleOxygenBasedCellCycleModel.hpp>
Public Member Functions | |
SimpleOxygenBasedCellCycleModel () | |
void | UpdateCellCyclePhase () |
void | UpdateHypoxicDuration () |
double | GetCurrentHypoxicDuration () |
double | GetCurrentHypoxiaOnsetTime () |
AbstractCellCycleModel * | CreateCellCycleModel () |
double | GetHypoxicConcentration () |
void | SetHypoxicConcentration (double hypoxicConcentration) |
double | GetQuiescentConcentration () |
void | SetQuiescentConcentration (double quiescentConcentration) |
double | GetCriticalHypoxicDuration () |
void | SetCriticalHypoxicDuration (double criticalHypoxicDuration) |
void | SetCurrentHypoxiaOnsetTime (double currentHypoxiaOnsetTime) |
virtual void | OutputCellCycleModelParameters (out_stream &rParamsFile) |
Protected Attributes | |
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 |
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 51 of file SimpleOxygenBasedCellCycleModel.hpp.
SimpleOxygenBasedCellCycleModel::SimpleOxygenBasedCellCycleModel | ( | ) |
Constructor.
Definition at line 42 of file SimpleOxygenBasedCellCycleModel.cpp.
References SimulationTime::GetTime(), SimulationTime::Instance(), and mCurrentHypoxiaOnsetTime.
Referenced by CreateCellCycleModel().
AbstractCellCycleModel * SimpleOxygenBasedCellCycleModel::CreateCellCycleModel | ( | ) | [virtual] |
Overridden builder method to create new copies of this cell-cycle model.
Implements AbstractCellCycleModel.
Reimplemented in StochasticOxygenBasedCellCycleModel.
Definition at line 89 of file SimpleOxygenBasedCellCycleModel.cpp.
References AbstractCellCycleModel::mBirthTime, mCriticalHypoxicDuration, mCurrentHypoxiaOnsetTime, AbstractCellCycleModel::mDimension, AbstractCellCycleModel::mG2Duration, mHypoxicConcentration, AbstractCellCycleModel::mMDuration, AbstractCellCycleModel::mMinimumGapDuration, mQuiescentConcentration, AbstractCellCycleModel::mSDuration, AbstractCellCycleModel::mStemCellG1Duration, AbstractCellCycleModel::mTransitCellG1Duration, AbstractCellCycleModel::SetBirthTime(), SetCriticalHypoxicDuration(), SetCurrentHypoxiaOnsetTime(), AbstractCellCycleModel::SetDimension(), AbstractCellCycleModel::SetG2Duration(), SetHypoxicConcentration(), AbstractCellCycleModel::SetMDuration(), AbstractCellCycleModel::SetMinimumGapDuration(), SetQuiescentConcentration(), AbstractCellCycleModel::SetSDuration(), AbstractCellCycleModel::SetStemCellG1Duration(), AbstractCellCycleModel::SetTransitCellG1Duration(), and SimpleOxygenBasedCellCycleModel().
double SimpleOxygenBasedCellCycleModel::GetCriticalHypoxicDuration | ( | ) |
Definition at line 175 of file SimpleOxygenBasedCellCycleModel.cpp.
References mCriticalHypoxicDuration.
double SimpleOxygenBasedCellCycleModel::GetCurrentHypoxiaOnsetTime | ( | ) |
Definition at line 56 of file SimpleOxygenBasedCellCycleModel.cpp.
References mCurrentHypoxiaOnsetTime.
double SimpleOxygenBasedCellCycleModel::GetCurrentHypoxicDuration | ( | ) |
Definition at line 51 of file SimpleOxygenBasedCellCycleModel.cpp.
References mCurrentHypoxicDuration.
double SimpleOxygenBasedCellCycleModel::GetHypoxicConcentration | ( | ) |
Definition at line 151 of file SimpleOxygenBasedCellCycleModel.cpp.
References mHypoxicConcentration.
double SimpleOxygenBasedCellCycleModel::GetQuiescentConcentration | ( | ) |
Definition at line 163 of file SimpleOxygenBasedCellCycleModel.cpp.
References mQuiescentConcentration.
void SimpleOxygenBasedCellCycleModel::OutputCellCycleModelParameters | ( | out_stream & | rParamsFile | ) | [virtual] |
Outputs cell cycle model parameters to file.
rParamsFile | the file stream to which the parameters are output |
Reimplemented from AbstractSimpleCellCycleModel.
Reimplemented in StochasticOxygenBasedCellCycleModel.
Definition at line 192 of file SimpleOxygenBasedCellCycleModel.cpp.
References mCriticalHypoxicDuration, mHypoxicConcentration, and mQuiescentConcentration.
void SimpleOxygenBasedCellCycleModel::serialize | ( | Archive & | archive, |
const unsigned int | version | ||
) | [inline, private] |
Archive the cell-cycle model.
archive | the archive |
version | the current version of this class |
Reimplemented from AbstractSimpleCellCycleModel.
Reimplemented in StochasticOxygenBasedCellCycleModel.
Definition at line 57 of file SimpleOxygenBasedCellCycleModel.hpp.
References mCriticalHypoxicDuration, mCurrentHypoxiaOnsetTime, mCurrentHypoxicDuration, mHypoxicConcentration, and mQuiescentConcentration.
void SimpleOxygenBasedCellCycleModel::SetCriticalHypoxicDuration | ( | double | criticalHypoxicDuration | ) |
Set method for mCriticalHypoxicDuration.
criticalHypoxicDuration | the new value of mCriticalHypoxicDuration |
Definition at line 180 of file SimpleOxygenBasedCellCycleModel.cpp.
References mCriticalHypoxicDuration.
Referenced by StochasticOxygenBasedCellCycleModel::CreateCellCycleModel(), and CreateCellCycleModel().
void SimpleOxygenBasedCellCycleModel::SetCurrentHypoxiaOnsetTime | ( | double | currentHypoxiaOnsetTime | ) |
Set method for mCurrentHypoxiaOnsetTime.
currentHypoxiaOnsetTime | the new value of mCurrentHypoxiaOnsetTime |
Definition at line 186 of file SimpleOxygenBasedCellCycleModel.cpp.
References mCurrentHypoxiaOnsetTime.
Referenced by StochasticOxygenBasedCellCycleModel::CreateCellCycleModel(), and CreateCellCycleModel().
void SimpleOxygenBasedCellCycleModel::SetHypoxicConcentration | ( | double | hypoxicConcentration | ) |
Set method for mHypoxicConcentration.
hypoxicConcentration | the new value of mHypoxicConcentration |
Definition at line 156 of file SimpleOxygenBasedCellCycleModel.cpp.
References mHypoxicConcentration.
Referenced by StochasticOxygenBasedCellCycleModel::CreateCellCycleModel(), and CreateCellCycleModel().
void SimpleOxygenBasedCellCycleModel::SetQuiescentConcentration | ( | double | quiescentConcentration | ) |
Set method for mQuiescentConcentration.
quiescentConcentration | the new value of mQuiescentConcentration |
Definition at line 168 of file SimpleOxygenBasedCellCycleModel.cpp.
References mQuiescentConcentration.
Referenced by StochasticOxygenBasedCellCycleModel::CreateCellCycleModel(), and CreateCellCycleModel().
void SimpleOxygenBasedCellCycleModel::UpdateCellCyclePhase | ( | ) | [virtual] |
Overridden UpdateCellCyclePhase() method.
Reimplemented from AbstractSimpleCellCycleModel.
Definition at line 61 of file SimpleOxygenBasedCellCycleModel.cpp.
References SimulationTime::GetTimeStep(), SimulationTime::Instance(), AbstractCellCycleModel::mCurrentCellCyclePhase, AbstractCellCycleModel::mG1Duration, AbstractCellCycleModel::mpCell, mQuiescentConcentration, and UpdateHypoxicDuration().
void SimpleOxygenBasedCellCycleModel::UpdateHypoxicDuration | ( | ) |
Method for updating mCurrentHypoxicDuration, called at the start of ReadyToDivide().
Definition at line 123 of file SimpleOxygenBasedCellCycleModel.cpp.
References SimulationTime::GetTime(), CellPropertyRegistry::Instance(), RandomNumberGenerator::Instance(), SimulationTime::Instance(), mCriticalHypoxicDuration, mCurrentHypoxiaOnsetTime, mCurrentHypoxicDuration, mHypoxicConcentration, AbstractCellCycleModel::mpCell, and RandomNumberGenerator::ranf().
Referenced by UpdateCellCyclePhase().
friend class boost::serialization::access [friend] |
Needed for serialization.
Reimplemented from AbstractSimpleCellCycleModel.
Reimplemented in StochasticOxygenBasedCellCycleModel.
Definition at line 55 of file SimpleOxygenBasedCellCycleModel.hpp.
Non-dimensionalized critical hypoxic duration. Has units of hours.
Definition at line 98 of file SimpleOxygenBasedCellCycleModel.hpp.
Referenced by StochasticOxygenBasedCellCycleModel::CreateCellCycleModel(), CreateCellCycleModel(), GetCriticalHypoxicDuration(), OutputCellCycleModelParameters(), serialize(), SetCriticalHypoxicDuration(), and UpdateHypoxicDuration().
The time when the current period of hypoxia began.
Definition at line 78 of file SimpleOxygenBasedCellCycleModel.hpp.
Referenced by StochasticOxygenBasedCellCycleModel::CreateCellCycleModel(), CreateCellCycleModel(), GetCurrentHypoxiaOnsetTime(), serialize(), SetCurrentHypoxiaOnsetTime(), SimpleOxygenBasedCellCycleModel(), and UpdateHypoxicDuration().
How long the current period of hypoxia has lasted. Has units of hours.
Definition at line 73 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 85 of file SimpleOxygenBasedCellCycleModel.hpp.
Referenced by StochasticOxygenBasedCellCycleModel::CreateCellCycleModel(), CreateCellCycleModel(), GetHypoxicConcentration(), OutputCellCycleModelParameters(), 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 92 of file SimpleOxygenBasedCellCycleModel.hpp.
Referenced by StochasticOxygenBasedCellCycleModel::CreateCellCycleModel(), CreateCellCycleModel(), GetQuiescentConcentration(), OutputCellCycleModelParameters(), serialize(), SetQuiescentConcentration(), and UpdateCellCyclePhase().