![]() |
Eclipse SUMO - Simulation of Urban MObility
|
Public Member Functions | |
| personPlanSegment (GNEDemandElement *_personPlan) | |
| parameter constructor | |
Data Fields | |
| double | arrivalPos |
| arrival position | |
| std::vector< GNEAdditional * > | busStops |
| busStops placed in this segment | |
| GNEEdge * | edge |
| edge | |
| const GNEDemandElement * | personPlan |
| person plan | |
| std::vector< GNEDemandElement * > | stops |
| stops placed in this segment | |
Private Member Functions | |
| personPlanSegment () | |
| constructor | |
Definition at line 300 of file GNEPerson.h.
| GNEPerson::personPlanSegment::personPlanSegment | ( | GNEDemandElement * | _personPlan | ) |
parameter constructor
Definition at line 607 of file GNEPerson.cpp.
|
private |
constructor
Definition at line 614 of file GNEPerson.cpp.
| double GNEPerson::personPlanSegment::arrivalPos |
arrival position
Definition at line 317 of file GNEPerson.h.
| std::vector<GNEAdditional*> GNEPerson::personPlanSegment::busStops |
busStops placed in this segment
Definition at line 311 of file GNEPerson.h.
| GNEEdge* GNEPerson::personPlanSegment::edge |
edge
Definition at line 308 of file GNEPerson.h.
| const GNEDemandElement* GNEPerson::personPlanSegment::personPlan |
person plan
Definition at line 305 of file GNEPerson.h.
| std::vector<GNEDemandElement*> GNEPerson::personPlanSegment::stops |
stops placed in this segment
Definition at line 314 of file GNEPerson.h.