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 285 of file GNEPerson.h.
GNEPerson::personPlanSegment::personPlanSegment | ( | GNEDemandElement * | _personPlan | ) |
parameter constructor
Definition at line 646 of file GNEPerson.cpp.
|
private |
constructor
Definition at line 653 of file GNEPerson.cpp.
double GNEPerson::personPlanSegment::arrivalPos |
arrival position
Definition at line 302 of file GNEPerson.h.
std::vector<GNEAdditional*> GNEPerson::personPlanSegment::busStops |
busStops placed in this segment
Definition at line 296 of file GNEPerson.h.
GNEEdge* GNEPerson::personPlanSegment::edge |
edge
Definition at line 293 of file GNEPerson.h.
const GNEDemandElement* GNEPerson::personPlanSegment::personPlan |
person plan
Definition at line 290 of file GNEPerson.h.
std::vector<GNEDemandElement*> GNEPerson::personPlanSegment::stops |
stops placed in this segment
Definition at line 299 of file GNEPerson.h.