Health-GPS
1.2.2.0
Global Health Policy Simulation model (Health-GPS)
|
Burden of diseases (BoD) analysis module definition data type. More...
#include <analysis_definition.h>
Public Member Functions | |
AnalysisDefinition (GenderTable< int, float > &&life_expectancy, DoubleAgeGenderTable &&observed_YLD, std::map< core::Identifier, float > &&disability_weights) | |
Initialises a new instance of the AnalysisDefinition class. More... | |
const GenderTable< int, float > & | life_expectancy () const noexcept |
Gets the population life expectancy table. More... | |
const DoubleAgeGenderTable & | observed_YLD () const noexcept |
Gets the observed years lived with disability (YLD) table. More... | |
const std::map< core::Identifier, float > & | disability_weights () const noexcept |
Gets the diseases disability weights. More... | |
Burden of diseases (BoD) analysis module definition data type.
|
inline |
Initialises a new instance of the AnalysisDefinition class.
life_expectancy | Population life expectancy table |
observed_YLD | Observed years lived with disability (YLD) table |
disability_weights | Diseases disability weights |
|
inlinenoexcept |
Gets the diseases disability weights.
|
inlinenoexcept |
Gets the population life expectancy table.
|
inlinenoexcept |
Gets the observed years lived with disability (YLD) table.