|
tumopp: Tumor growth simulator in C++
|
| Ctumopp::Benchmark | Utility class for benchmarking |
| Ctumopp::Cell | Cancer cell |
| Ctumopp::CellParams | Parameters for Cell class |
| Ctumopp::Coord | Base class of coordinate system |
| Ctumopp::Hexagonal | Derived class of Coord |
| Ctumopp::Moore | Derived class of Coord |
| Ctumopp::Neumann | Derived class of Coord |
| Ctumopp::Tissue::equal_ptr_cell | Equal function object for shared_pointer<Cell> |
| Ctumopp::EventRates | Parameters for the probability distributions of waiting times |
| Ctumopp::Tissue::hash_ptr_cell | Hashing function object for shared_pointer<Cell> |
| Cstd::logic_error | |
| Ctumopp::exit_success | |
| Ctumopp::Simulation | Represents single run |
| Ctumopp::Tissue | Population of Cell |