36 #include "RandomCellKiller.hpp" 38 template<
unsigned DIM>
41 mProbabilityOfDeathInAnHour(probabilityOfDeathInAnHour)
45 EXCEPTION(
"Probability of death must be between zero and one");
49 template<
unsigned DIM>
55 template<
unsigned DIM>
73 if (!pCell->HasApoptosisBegun() &&
76 pCell->StartApoptosis();
80 template<
unsigned DIM>
91 template<
unsigned DIM>
double mProbabilityOfDeathInAnHour
#define EXCEPTION(message)
double GetDeathProbabilityInAnHour() const
static SimulationTime * Instance()
void OutputCellKillerParameters(out_stream &rParamsFile)
AbstractCellPopulation< SPACE_DIM > * mpCellPopulation
RandomCellKiller(AbstractCellPopulation< DIM > *pCellPopulation, double probabilityOfDeathInAnHour)
void CheckAndLabelSingleCellForApoptosis(CellPtr pCell)
#define EXPORT_TEMPLATE_CLASS_SAME_DIMS(CLASS)
static RandomNumberGenerator * Instance()
virtual void OutputCellKillerParameters(out_stream &rParamsFile)=0
void CheckAndLabelCellsForApoptosisOrDeath()