|
Health-GPS 3.0.0.0
Global Health Policy Simulation model (Health-GPS)
|
PIF data item for a specific age, gender, and time. More...
#include <pif_data.h>
Public Member Functions | |
| PIFDataItem () | |
| Default constructor. | |
| PIFDataItem (int age, core::Gender gender, int year_post_intervention, double pif_value) | |
| Constructor with parameters. | |
Public Attributes | |
| int | age |
| core::Gender | gender |
| int | year_post_intervention |
| double | pif_value |
PIF data item for a specific age, gender, and time.
|
inline |
Default constructor.
|
inline |
Constructor with parameters.
| int hgps::input::PIFDataItem::age |
| core::Gender hgps::input::PIFDataItem::gender |
| double hgps::input::PIFDataItem::pif_value |
| int hgps::input::PIFDataItem::year_post_intervention |