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
Top-level namespace for Health-GPS C++ API.
Definition: analysis_definition.h:8
WeightCategory
Enumerates the Person weight categories.
Definition: weight_category.h:7
@ obese
A person who has excess body fat.
@ overweight
Above a weight considered normal or desirable.
@ normal
Normal body fat weight.