Health-GPS 3.0.0.0
Global Health Policy Simulation model (Health-GPS)
Loading...
Searching...
No Matches
weight_category.h
Go to the documentation of this file.
1#pragma once
2#include <cstdint>
3
4namespace hgps {
5
7enum class WeightCategory : uint8_t {
9 normal,
10
13
15 obese
16};
17} // namespace hgps
Top-level namespace for Health-GPS Console host application.
Definition command_options.cpp: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.