Stride Reference Manual
- generated for commit 9643b11
|
Retrieves the reference Household profiles from file. More...
#include <HouseholdReader.h>
Public Member Functions | |
HouseholdReader ()=default | |
Construct the HouseholdReader. More... | |
virtual | ~HouseholdReader ()=default |
Default destructor. More... | |
virtual void | SetReferenceHouseholds (unsigned int &ref_person_count, std::vector< std::vector< unsigned int >> &ref_ages)=0 |
Add the info on reference households to the GeoGridConfig. More... | |
Retrieves the reference Household profiles from file.
This can be implemented using different input file types. Currently CSV is implemented.
Definition at line 34 of file HouseholdReader.h.
|
default |
Construct the HouseholdReader.
|
virtualdefault |
Default destructor.
|
pure virtual |
Add the info on reference households to the GeoGridConfig.
Implemented in geopop::HouseholdCSVReader.