Health-GPS
1.2.2.0
Global Health Policy Simulation model (Health-GPS)
|
#include "analysis_module.h"
#include "HealthGPS.Core/thread_util.h"
#include "converter.h"
#include "lms_model.h"
#include "weight_model.h"
#include <cmath>
#include <functional>
#include <future>
Namespaces | |
hgps | |
Top-level namespace for Health-GPS C++ API. | |
Functions | |
std::unique_ptr< AnalysisModule > | hgps::build_analysis_module (Repository &repository, const ModelInput &config) |
Builds a new instance of the AnalysisModule using the given data infrastructure. More... | |
Variables | |
constexpr double | hgps::DALY_UNITS = 100'000.0 |
DALYs result unit conversion constant. More... | |