oseair Namespace Reference
|
CPP API
|
mio::oseair Namespace Reference
Classes | |
| struct | DeathRate |
| Death Rate. More... | |
| class | Model |
| class | Parameters |
| Parameters of an SEAIR model. More... | |
| struct | Quarantined |
| Quarantining. More... | |
| struct | RecoveryRate |
| Recovery rate. More... | |
| struct | RecoveryRateFromAsymptomatic |
| Infectious period for unconfirmed infected people. More... | |
| struct | SocialDistancing |
| Social distancing. More... | |
| struct | TestingRate |
| Rate of testing. More... | |
| struct | TimeExposed |
| Inverse of the latent period of the virus. More... | |
| struct | TimeRecoveredInv |
| Rate recovered people become susceptible again. More... | |
Typedefs | |
| template<typename FP > | |
| using | ParametersBase = ParameterSet< SocialDistancing< FP >, Quarantined< FP >, TestingRate< FP >, RecoveryRate< FP >, DeathRate< FP >, TimeExposed< FP >, RecoveryRateFromAsymptomatic< FP >, TimeRecoveredInv< FP > > |
Enumerations | |
| enum class | InfectionState { Susceptible , Exposed , Asymptomatic , Infected , Recovered , Dead , Count } |
| The InfectionState enum describes the possible categories for the infectious state of persons. More... | |
Typedef Documentation
◆ ParametersBase
template<typename FP >
| using mio::oseair::ParametersBase = typedef ParameterSet<SocialDistancing<FP>, Quarantined<FP>, TestingRate<FP>, RecoveryRate<FP>, DeathRate<FP>, TimeExposed<FP>, RecoveryRateFromAsymptomatic<FP>, TimeRecoveredInv<FP> > |
Enumeration Type Documentation
◆ InfectionState
|
strong |
Generated by