covid-sim
|
The basic unit of the simulation and is associated to a geographical location. More...
#include <Model.h>
Public Attributes | |
int | n |
int | adunit |
int * | members |
unsigned short int | country |
int * | places [NUM_PLACE_TYPES] |
unsigned short int | np [NUM_PLACE_TYPES] |
unsigned short int | moverest |
unsigned short int | placeclose |
unsigned short int | socdist |
unsigned short int | keyworkerproph |
unsigned short int | move_trig |
unsigned short int | place_trig |
unsigned short int | socdist_trig |
unsigned short int | keyworkerproph_trig |
unsigned short int | move_start_time |
unsigned short int | move_end_time |
unsigned short int | place_end_time |
unsigned short int | socdist_end_time |
unsigned short int | keyworkerproph_end_time |
unsigned short int | treat |
unsigned short int | vacc |
unsigned short int | treat_trig |
unsigned short int | vacc_trig |
unsigned short int | treat_start_time |
unsigned short int | treat_end_time |
unsigned short int | vacc_start_time |
IndexList * | AirportList |
The basic unit of the simulation and is associated to a geographical location.
Interventions (e.g., school closures) are tracked at this level. It contains a list of its members (people), places (schools, universities, workplaces etc.), road networks, links to airports etc.