|
covid-sim
|
Holds microcells. More...
#include <Model.h>
Public Attributes | |
| int | n |
| int | S |
| int | L |
| int | I |
| int | R |
| int | D |
| int | cumTC |
| int | S0 |
| int | tot_treat |
| int | tot_vacc |
| int * | members |
| int * | susceptible |
| int * | latent |
| int * | infected |
| int * | InvCDF |
| float | tot_prob |
| float * | cum_trans |
| float * | max_trans |
| short int | CurInterv [MAX_INTERVENTION_TYPES] |
Holds microcells.
Keeps track of susceptible, latent and infected people (in addition to details like who is vaccinated, treated etc.) Also contains data for the spatial gravity model for social interactions (probability distributions).