|
Health-GPS 3.0.0.0
Global Health Policy Simulation model (Health-GPS)
|
#include "disease.h"#include "disease_registry.h"#include "lms_model.h"#include "weight_model.h"#include <oneapi/tbb/parallel_for_each.h>Namespaces | |
| namespace | hgps |
| Top-level namespace for Health-GPS Console host application. | |
Functions | |
| std::unique_ptr< DiseaseModule > | hgps::build_disease_module (Repository &repository, const ModelInput &config) |
| Builds a new instance of the DiseaseModule using the given data infrastructure. | |