Health-GPS
1.2.2.0
Global Health Policy Simulation model (Health-GPS)
|
#include <map>
#include <numeric>
#include "HealthGPS.Core/array2d.h"
#include "HealthGPS.Core/forward_type.h"
#include "HealthGPS.Core/interval.h"
#include "monotonic_vector.h"
Go to the source code of this file.
Classes | |
class | hgps::GenderTable< ROW, TYPE > |
Defines the gender column lookup table data type. More... | |
class | hgps::AgeGenderTable< TYPE > |
Defines the age and gender lookup table data type. More... | |
Namespaces | |
hgps | |
Top-level namespace for Health-GPS C++ API. | |
Typedefs | |
using | hgps::IntegerAgeGenderTable = AgeGenderTable< int > |
Age and Gender lookup table for integer values. More... | |
using | hgps::FloatAgeGenderTable = AgeGenderTable< float > |
Age and Gender lookup table for single precision floating-point values. More... | |
using | hgps::DoubleAgeGenderTable = AgeGenderTable< double > |
Age and Gender lookup table for double precision floating-point values. More... | |
Functions | |
template<core::Numerical TYPE> | |
GenderTable< int, TYPE > | hgps::create_integer_gender_table (const core::IntegerInterval &rows_range) |
Creates an instance of the gender lookup table for integer rows breakpoints value. More... | |
template<core::Numerical TYPE> | |
AgeGenderTable< TYPE > | hgps::create_age_gender_table (const core::IntegerInterval &age_range) |
Creates an instance of the age and gender lookup table. More... | |