15 #define insertMemberTI(name, attribute, type) type_person_TI.insertMember(H5std_string(name), HOFFSET(PersonTIDataType, attribute), type) 19 insertMemberTI(
"household_id", m_household_id, PredType::NATIVE_UINT);
22 insertMemberTI(
"prim_comm_id", m_prim_comm_id, PredType::NATIVE_UINT);
23 insertMemberTI(
"sec_comm_id", m_sec_comm_id, PredType::NATIVE_UINT);
24 insertMemberTI(
"start_infectiousness", m_start_infectiousness, PredType::NATIVE_UINT);
25 insertMemberTI(
"time_infectiousness", m_time_infectiousness, PredType::NATIVE_UINT);
26 insertMemberTI(
"start_symptomatic", m_start_symptomatic, PredType::NATIVE_UINT);
27 insertMemberTI(
"time_symptomatic", m_time_symptomatic, PredType::NATIVE_UINT);
30 return type_person_TI;
unsigned int m_prim_comm_id
Time Dependent Person DataType.
unsigned int m_time_symptomatic
unsigned int m_household_id
unsigned int m_time_infectiousness
unsigned int m_sec_comm_id
unsigned int m_start_infectiousness
static CompType getCompType()
unsigned int m_start_symptomatic
#define insertMemberTI(name, attribute, type)