covid-sim
Public Attributes | List of all members
Cell Struct Reference

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]
 

Detailed Description

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).

Definition at line 292 of file Model.h.


The documentation for this struct was generated from the following file: