Health-GPS
1.2.2.0
Global Health Policy Simulation model (Health-GPS)
weight_category.h
Go to the documentation of this file.
1
#pragma once
2
#include <cstdint>
3
4
namespace
hgps
{
5
7
enum class
WeightCategory
: uint8_t {
9
normal
,
10
12
overweight
,
13
15
obese
16
};
17
}
// namespace hgps
hgps
Top-level namespace for Health-GPS C++ API.
Definition:
analysis_definition.h:8
hgps::WeightCategory
WeightCategory
Enumerates the Person weight categories.
Definition:
weight_category.h:7
hgps::WeightCategory::obese
@ obese
A person who has excess body fat.
hgps::WeightCategory::overweight
@ overweight
Above a weight considered normal or desirable.
hgps::WeightCategory::normal
@ normal
Normal body fat weight.
HealthGPS
weight_category.h
Generated by
1.9.1