osir Namespace Reference

CPP API: mio::osir Namespace Reference
mio::osir Namespace Reference

Classes

struct  ContactPatterns
 the contact patterns within the society are modelled using a ContactMatrix More...
 
class  Model
 
class  Parameters
 Parameters of SIR model. More...
 
struct  TimeInfected
 the infectious time in day unit More...
 
struct  TransmissionProbabilityOnContact
 probability of getting infected from a contact More...
 

Typedefs

template<typename FP >
using ParametersBase = ParameterSet< TransmissionProbabilityOnContact< FP >, TimeInfected< FP >, ContactPatterns< FP > >
 

Enumerations

enum class  InfectionState { Susceptible , Infected , Recovered , Count }
 The InfectionState enum describes the possible categories for the infectious state of persons. More...
 

Typedef Documentation

◆ ParametersBase

Enumeration Type Documentation

◆ InfectionState

The InfectionState enum describes the possible categories for the infectious state of persons.

Enumerator
Susceptible 
Infected 
Recovered 
Count