Health-GPS 3.0.0.0
Global Health Policy Simulation model (Health-GPS)
Loading...
Searching...
No Matches
hgps::input::PIFDataItem Struct Reference

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
 

Detailed Description

PIF data item for a specific age, gender, and time.

Constructor & Destructor Documentation

◆ PIFDataItem() [1/2]

hgps::input::PIFDataItem::PIFDataItem ( )
inline

Default constructor.

◆ PIFDataItem() [2/2]

hgps::input::PIFDataItem::PIFDataItem ( int  age,
core::Gender  gender,
int  year_post_intervention,
double  pif_value 
)
inline

Constructor with parameters.

Member Data Documentation

◆ age

int hgps::input::PIFDataItem::age

◆ gender

core::Gender hgps::input::PIFDataItem::gender

◆ pif_value

double hgps::input::PIFDataItem::pif_value

◆ year_post_intervention

int hgps::input::PIFDataItem::year_post_intervention

The documentation for this struct was generated from the following file: