covid-sim
Loading...
Searching...
No Matches
Place Struct Reference

Represents an institution that people may belong to. More...

#include <Model.h>

Public Attributes

int n
int mcell
unsigned short int ng
unsigned short int treat
unsigned short int control_trig
unsigned short int country
unsigned short int close_start_time
unsigned short int close_end_time
unsigned short int treat_end_time
unsigned short int * AvailByAge
unsigned short int Absent [MAX_ABSENT_TIME]
unsigned short int AbsentLastUpdateTime
float loc_x
float loc_y
float ProbClose
int * group_start
int * group_size
int * members

Detailed Description

Represents an institution that people may belong to.

PLACE be an elementary school, high schools, universities, workplaces etc. Places belong to a microcell (and therefore have a spatial location). Places may have state (i.e., closed or open). Mechanisms exist for absenteeism tracking (but are not currently used). The members array lists all individuals who belong to a place. Places can have different groups (to model differential interaction strengths between groups in the same place).

Definition at line 311 of file Model.h.

Member Data Documentation

◆ Absent

unsigned short int Place::Absent[MAX_ABSENT_TIME]

Definition at line 317 of file Model.h.

◆ AbsentLastUpdateTime

unsigned short int Place::AbsentLastUpdateTime

Definition at line 317 of file Model.h.

◆ AvailByAge

unsigned short int* Place::AvailByAge

Definition at line 316 of file Model.h.

◆ close_end_time

unsigned short int Place::close_end_time

Definition at line 315 of file Model.h.

◆ close_start_time

unsigned short int Place::close_start_time

Definition at line 315 of file Model.h.

◆ control_trig

unsigned short int Place::control_trig

Definition at line 314 of file Model.h.

◆ country

unsigned short int Place::country

Definition at line 314 of file Model.h.

◆ group_size

int * Place::group_size

Definition at line 320 of file Model.h.

◆ group_start

int* Place::group_start

Definition at line 320 of file Model.h.

◆ loc_x

float Place::loc_x

Definition at line 318 of file Model.h.

◆ loc_y

float Place::loc_y

Definition at line 318 of file Model.h.

◆ mcell

int Place::mcell

Definition at line 313 of file Model.h.

◆ members

int * Place::members

Definition at line 320 of file Model.h.

◆ n

int Place::n

Definition at line 313 of file Model.h.

◆ ng

unsigned short int Place::ng

Definition at line 314 of file Model.h.

◆ ProbClose

float Place::ProbClose

Definition at line 319 of file Model.h.

◆ treat

unsigned short int Place::treat

Definition at line 314 of file Model.h.

◆ treat_end_time

unsigned short int Place::treat_end_time

Definition at line 315 of file Model.h.


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