infection_state.h Source File
|
CPP API
|
ide_secir/infection_state.h
Go to the documentation of this file.
70 static const std::array<std::pair<InfectionState, InfectionState>, InfectionTransitionsCount> InfectionTransitionsMap =
InfectionState
The InfectionState enum describes the possible categories for the infectious state of persons.
Definition: ide_secir/infection_state.h:36
@ InfectedSevere
@ Susceptible
@ InfectedCritical
@ Recovered
@ Exposed
@ InfectedSymptoms
@ InfectedNoSymptoms
InfectionTransition
The InfectionTransition enum describes the possible transitions of the infectious state of persons.
Definition: ide_secir/infection_state.h:53
@ InfectedSevereToInfectedCritical
@ InfectedCriticalToRecovered
@ InfectedSymptomsToInfectedSevere
@ InfectedNoSymptomsToRecovered
@ InfectedNoSymptomsToInfectedSymptoms
@ InfectedSevereToRecovered
@ SusceptibleToExposed
@ InfectedCriticalToDead
@ InfectedSymptomsToRecovered
@ ExposedToInfectedNoSymptoms
static const std::array< std::pair< InfectionState, InfectionState >, InfectionTransitionsCount > InfectionTransitionsMap
Definition: ide_secir/infection_state.h:70
static constexpr size_t InfectionTransitionsCount
Definition: ide_secir/infection_state.h:68
A collection of classes to simplify handling of matrix shapes in meta programming.
Definition: models/abm/analyze_result.h:30
Generated by