#include <IngeWntSwatCellCycleModelCellsGenerator.hpp>
Public Member Functions | |
IngeWntSwatCellCycleModelCellsGenerator (unsigned hypothesis) | |
AbstractCellCycleModel * | CreateCellCycleModel () |
double | GetTypicalTransitCellCycleTime () |
double | GetTypicalStemCellCycleTime () |
Private Attributes | |
unsigned | mHypothesis |
Definition at line 39 of file IngeWntSwatCellCycleModelCellsGenerator.hpp.
IngeWntSwatCellCycleModelCellsGenerator< DIM >::IngeWntSwatCellCycleModelCellsGenerator | ( | unsigned | hypothesis | ) | [inline] |
Constructor.
hypothesis | Hypothesis number (1 or 2), concerning the nature of the interactions modelled by the cell cycle ODE system |
Definition at line 32 of file IngeWntSwatCellCycleModelCellsGenerator.cpp.
AbstractCellCycleModel * IngeWntSwatCellCycleModelCellsGenerator< DIM >::CreateCellCycleModel | ( | ) | [inline, virtual] |
Implements AbstractCellsGenerator< DIM >.
Definition at line 39 of file IngeWntSwatCellCycleModelCellsGenerator.cpp.
References IngeWntSwatCellCycleModelCellsGenerator< DIM >::mHypothesis.
double IngeWntSwatCellCycleModelCellsGenerator< DIM >::GetTypicalTransitCellCycleTime | ( | ) | [inline, virtual] |
Implements AbstractCellsGenerator< DIM >.
Definition at line 46 of file IngeWntSwatCellCycleModelCellsGenerator.cpp.
double IngeWntSwatCellCycleModelCellsGenerator< DIM >::GetTypicalStemCellCycleTime | ( | ) | [inline, virtual] |
Implements AbstractCellsGenerator< DIM >.
Definition at line 52 of file IngeWntSwatCellCycleModelCellsGenerator.cpp.
unsigned IngeWntSwatCellCycleModelCellsGenerator< DIM >::mHypothesis [private] |
Hypothesis number (1 or 2), concerning the nature of the interactions modelled by the cell cycle ODE system.
Definition at line 47 of file IngeWntSwatCellCycleModelCellsGenerator.hpp.
Referenced by IngeWntSwatCellCycleModelCellsGenerator< DIM >::CreateCellCycleModel().