tumopp: Tumor growth simulator in C++
|
This is the complete list of members for tumopp::Cell, including all inherited members.
add_coord(const coord_t &direction) noexcept | tumopp::Cell | inline |
ancestor_ | tumopp::Cell | private |
birth_rate() const noexcept | tumopp::Cell | inline |
Cell()=default | tumopp::Cell | |
Cell(const coord_t &v, unsigned i, std::shared_ptr< EventRates > er=std::make_shared< EventRates >()) noexcept | tumopp::Cell | inline |
Cell(const Cell &other) noexcept | tumopp::Cell | inline |
Cell(Cell &&other)=default | tumopp::Cell | |
coord() const noexcept | tumopp::Cell | inline |
coord_ | tumopp::Cell | private |
death_prob() const noexcept | tumopp::Cell | inline |
death_rate() const noexcept | tumopp::Cell | inline |
delta_time(urbg_t &, double now, double positional_value, bool surrounded=false) | tumopp::Cell | |
differentiate(urbg_t &) | tumopp::Cell | |
event_rates_ | tumopp::Cell | private |
force_mutate(urbg_t &) | tumopp::Cell | |
header() | tumopp::Cell | static |
id_ | tumopp::Cell | private |
increase_death_rate() noexcept | tumopp::Cell | inline |
is_differentiated() const noexcept | tumopp::Cell | inline |
migration_rate() const noexcept | tumopp::Cell | inline |
mutate(urbg_t &) | tumopp::Cell | |
next_event() const noexcept | tumopp::Cell | inline |
next_event_ | tumopp::Cell | private |
operator<<(std::ostream &ost, const Cell &x) | tumopp::Cell | friend |
operator=(const Cell &)=delete | tumopp::Cell | |
operator=(Cell &&)=default | tumopp::Cell | |
param(const param_type &p) | tumopp::Cell | static |
param() | tumopp::Cell | inlinestatic |
PARAM_ | tumopp::Cell | inlineprivatestatic |
param_type typedef | tumopp::Cell | |
proliferation_capacity_ | tumopp::Cell | private |
set_coord(const coord_t &v) noexcept | tumopp::Cell | inline |
set_coord(coord_t &&v) noexcept | tumopp::Cell | inline |
set_cycle_dependent_death(urbg_t &, double death_prob) | tumopp::Cell | |
set_time_of_birth(double t, unsigned i, const std::shared_ptr< Cell > &ancestor) noexcept | tumopp::Cell | inline |
set_time_of_death(double t) noexcept | tumopp::Cell | inline |
time_of_birth_ | tumopp::Cell | private |
time_of_death_ | tumopp::Cell | private |
traceback(std::ostream &ost, std::unordered_set< unsigned > *done) const | tumopp::Cell | |
write(std::ostream &ost) const | tumopp::Cell | |
~Cell() noexcept=default | tumopp::Cell |