![]() |
Eclipse SUMO - Simulation of Urban MObility
|
Public Member Functions | |
personPlanSegment (GNEDemandElement *_personPlan) | |
parameter constructor More... | |
Data Fields | |
double | arrivalPos |
arrival position More... | |
std::vector< GNEAdditional * > | busStops |
busStops placed in this segment More... | |
GNEEdge * | edge |
edge More... | |
const GNEDemandElement * | personPlan |
person plan More... | |
std::vector< GNEDemandElement * > | stops |
stops placed in this segment More... | |
Private Member Functions | |
personPlanSegment () | |
constructor More... | |
Definition at line 286 of file GNEPerson.h.
GNEPerson::personPlanSegment::personPlanSegment | ( | GNEDemandElement * | _personPlan | ) |
parameter constructor
Definition at line 820 of file GNEPerson.cpp.
|
private |
constructor
Definition at line 827 of file GNEPerson.cpp.
double GNEPerson::personPlanSegment::arrivalPos |
arrival position
Definition at line 303 of file GNEPerson.h.
std::vector<GNEAdditional*> GNEPerson::personPlanSegment::busStops |
busStops placed in this segment
Definition at line 297 of file GNEPerson.h.
GNEEdge* GNEPerson::personPlanSegment::edge |
edge
Definition at line 294 of file GNEPerson.h.
const GNEDemandElement* GNEPerson::personPlanSegment::personPlan |
person plan
Definition at line 291 of file GNEPerson.h.
std::vector<GNEDemandElement*> GNEPerson::personPlanSegment::stops |
stops placed in this segment
Definition at line 300 of file GNEPerson.h.