|
Health-GPS 3.0.0.0
Global Health Policy Simulation model (Health-GPS)
|
#include "HealthGPS.Core/exception.h"#include "interfaces.h"#include "map2d.h"#include "mapping.h"#include "risk_factor_adjustable_model.h"#include <optional>#include <string_view>#include <vector>Go to the source code of this file.
Classes | |
| struct | hgps::HeightModelParams |
| class | hgps::KevinHallModel |
| Implements the energy balance model type. More... | |
| class | hgps::KevinHallModelDefinition |
| Defines the energy balance model data type. More... | |
Namespaces | |
| namespace | hgps |
| Top-level namespace for Health-GPS Console host application. | |
Typedefs | |
| using | hgps::KevinHallAdjustmentTable = UnorderedMap2d< core::Gender, int, double > |
| Defines a table type for Kevin Hall adjustments by sex and age. | |