infection_state.h File Reference

CPP API: infection_state.h File Reference
ode_secir/infection_state.h File Reference
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

 mio
 A collection of classes to simplify handling of matrix shapes in meta programming.
 
 mio::osecir
 

Enumerations

enum class  mio::osecir::InfectionState {
  mio::osecir::Susceptible = 0 , mio::osecir::Exposed , mio::osecir::InfectedNoSymptoms , mio::osecir::InfectedNoSymptomsConfirmed ,
  mio::osecir::InfectedSymptoms , mio::osecir::InfectedSymptomsConfirmed , mio::osecir::InfectedSevere , mio::osecir::InfectedCritical ,
  mio::osecir::Recovered , mio::osecir::Dead , mio::osecir::Count
}
 The InfectionState enum describes the possible categories for the infectious state of persons. More...