42 std::vector<std::vector<unsigned int>>& ref_ages)
override;
Creates a Reader that retrieves the different Household profiles from a given CSV file...
std::unique_ptr< std::istream > m_input_stream
Input stream connected to input data file.
HouseholdCSVReader(std::unique_ptr< std::istream > inputStream)
Construct the HouseholdCSVReader with an istream containing the CSV data.
Namespace for the geographic and demograhic classes.
Retrieves the reference Household profiles from file.
void SetReferenceHouseholds(unsigned int &ref_person_count, std::vector< std::vector< unsigned int >> &ref_ages) override
Add the locations to the GeoGrid.
Namespace for the simulator and related classes.