std::vector< AGStreet * > streets
std::vector< AGStreet * > passengerStreets
std::list< AGHousehold > households
std::vector< AGPosition > cityGates
std::list< AGSchool > schools
void generateWorkPositions()
void generateOutgoingWP()
AGDataAndStatistics & statData
std::vector< AGWorkPosition > workPositions
std::list< AGBusLine > busLines
AGCity & operator=(const AGCity &)
invalidated assignment operator
void generateIncomingPopulation()
const AGStreet & getStreet(const std::string &edge)
const AGStreet & getRandomStreet()
AGSchool closestSchoolTo(AGPosition pos)
void generatePopulation()
std::list< AGAdult > peopleIncoming
A location in the 2D plane freely positioned on a street.
A model of the street in the city.
The router's network representation.