|
Stride Reference Manual
1.0
|
#include <utils.h>

Public Member Functions | |
| SimplePerson (uint age=0, uint family_id=0) | |
Public Attributes | |
| uint | m_age = 0 |
| uint | m_household_id = 0 |
| uint | m_school_id = 0 |
| uint | m_work_id = 0 |
| uint | m_primary_community = 0 |
| uint | m_secondary_community = 0 |
| util::GeoCoordinate | m_coord |
Friends | |
| template<class U > | |
| class | PopulationGenerator |
| std::ostream & | operator<< (std::ostream &os, const SimplePerson &p) |
Definition at line 22 of file popgen/utils.h.
|
friend |
Definition at line 29 of file popgen/utils.h.
|
friend |
| uint stride::popgen::SimplePerson::m_age = 0 |
Definition at line 31 of file popgen/utils.h.
Referenced by stride::popgen::operator<<().
| uint stride::popgen::SimplePerson::m_household_id = 0 |
Definition at line 32 of file popgen/utils.h.
Referenced by stride::popgen::PopulationGenerator< U >::makeHouseholds(), and stride::popgen::operator<<().
| uint stride::popgen::SimplePerson::m_school_id = 0 |
Definition at line 33 of file popgen/utils.h.
Referenced by stride::popgen::PopulationGenerator< U >::assignCloseStudent(), stride::popgen::PopulationGenerator< U >::assignCommutingStudent(), and stride::popgen::operator<<().
| uint stride::popgen::SimplePerson::m_work_id = 0 |
Definition at line 34 of file popgen/utils.h.
Referenced by stride::popgen::PopulationGenerator< U >::assignCloseEmployee(), stride::popgen::PopulationGenerator< U >::assignCommutingEmployee(), and stride::popgen::operator<<().
| uint stride::popgen::SimplePerson::m_primary_community = 0 |
Definition at line 35 of file popgen/utils.h.
Referenced by stride::popgen::PopulationGenerator< U >::generate(), and stride::popgen::operator<<().
| uint stride::popgen::SimplePerson::m_secondary_community = 0 |
Definition at line 36 of file popgen/utils.h.
Referenced by stride::popgen::PopulationGenerator< U >::generate(), and stride::popgen::operator<<().
| util::GeoCoordinate stride::popgen::SimplePerson::m_coord |
Definition at line 37 of file popgen/utils.h.
Referenced by stride::popgen::PopulationGenerator< U >::assignCloseEmployee(), and stride::popgen::PopulationGenerator< U >::assignCloseStudent().