covid-sim
Loading...
Searching...
No Matches
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.

Member Data Documentation

◆ cum_trans

float * Cell::cum_trans

Definition at line 297 of file Model.h.

◆ cumTC

int Cell::cumTC

Definition at line 294 of file Model.h.

◆ CurInterv

short int Cell::CurInterv[MAX_INTERVENTION_TYPES]

Definition at line 298 of file Model.h.

◆ D

int Cell::D

Definition at line 294 of file Model.h.

◆ I

int Cell::I

Definition at line 294 of file Model.h.

◆ infected

int * Cell::infected

Definition at line 295 of file Model.h.

◆ InvCDF

int* Cell::InvCDF

Definition at line 296 of file Model.h.

◆ L

int Cell::L

Definition at line 294 of file Model.h.

◆ latent

int * Cell::latent

Definition at line 295 of file Model.h.

◆ max_trans

float * Cell::max_trans

Definition at line 297 of file Model.h.

◆ members

int* Cell::members

Definition at line 295 of file Model.h.

◆ n

int Cell::n

Definition at line 294 of file Model.h.

◆ R

int Cell::R

Definition at line 294 of file Model.h.

◆ S

int Cell::S

Definition at line 294 of file Model.h.

◆ S0

int Cell::S0

Definition at line 294 of file Model.h.

◆ susceptible

int * Cell::susceptible

Definition at line 295 of file Model.h.

◆ tot_prob

float Cell::tot_prob

Definition at line 297 of file Model.h.

◆ tot_treat

int Cell::tot_treat

Definition at line 294 of file Model.h.

◆ tot_vacc

int Cell::tot_vacc

Definition at line 294 of file Model.h.


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