Chaste Release::3.1
StochasticDurationCellCycleModel Class Reference

#include <StochasticDurationCellCycleModel.hpp>

Inheritance diagram for StochasticDurationCellCycleModel:
Collaboration diagram for StochasticDurationCellCycleModel:

List of all members.

Public Member Functions

 StochasticDurationCellCycleModel ()
void SetG1Duration ()
AbstractCellCycleModelCreateCellCycleModel ()
virtual void OutputCellCycleModelParameters (out_stream &rParamsFile)

Private Member Functions

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

Friends

class TestSimpleCellCycleModels
class boost::serialization::access

Detailed Description

A stochastic cell-cycle model where Cells keep dividing with a stochastic cell cycle duration drawn from a uniform distribution.

Definition at line 45 of file StochasticDurationCellCycleModel.hpp.


Constructor & Destructor Documentation

StochasticDurationCellCycleModel::StochasticDurationCellCycleModel ( )

Constructor - just a default, mBirthTime is now set in the AbstractCellCycleModel class. mG1Duration is set very high, it is set for the individual cells when InitialiseDaughterCell is called

Definition at line 39 of file StochasticDurationCellCycleModel.cpp.

Referenced by CreateCellCycleModel().


Member Function Documentation

void StochasticDurationCellCycleModel::OutputCellCycleModelParameters ( out_stream &  rParamsFile) [virtual]

Outputs cell cycle model parameters to file.

Parameters:
rParamsFilethe file stream to which the parameters are output

Reimplemented from AbstractSimpleCellCycleModel.

Definition at line 97 of file StochasticDurationCellCycleModel.cpp.

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

Archive the cell-cycle model and random number generator, never used directly - boost uses this.

Parameters:
archivethe archive
versionthe current version of this class

Reimplemented from AbstractSimpleCellCycleModel.

Definition at line 60 of file StochasticDurationCellCycleModel.hpp.

References SerializableSingleton< SINGLETON_CLASS >::GetSerializationWrapper(), and RandomNumberGenerator::Instance().

void StochasticDurationCellCycleModel::SetG1Duration ( ) [virtual]

Friends And Related Function Documentation

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

Needed for serialization.

Reimplemented from AbstractSimpleCellCycleModel.

Definition at line 52 of file StochasticDurationCellCycleModel.hpp.


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