![]() |
Eclipse SUMO - Simulation of Urban MObility
|
Public Member Functions | |
| containerPlanSegment (GNEDemandElement *_containerPlan) | |
| parameter constructor | |
Data Fields | |
| double | arrivalPos |
| arrival position | |
| std::vector< GNEAdditional * > | busStops |
| busStops placed in this segment | |
| const GNEDemandElement * | containerPlan |
| container plan | |
| GNEEdge * | edge |
| edge | |
| std::vector< GNEDemandElement * > | stops |
| stops placed in this segment | |
Private Member Functions | |
| containerPlanSegment () | |
| constructor | |
Definition at line 307 of file GNEContainer.h.
| GNEContainer::containerPlanSegment::containerPlanSegment | ( | GNEDemandElement * | _containerPlan | ) |
parameter constructor
Definition at line 680 of file GNEContainer.cpp.
|
private |
constructor
Definition at line 687 of file GNEContainer.cpp.
| double GNEContainer::containerPlanSegment::arrivalPos |
arrival position
Definition at line 324 of file GNEContainer.h.
| std::vector<GNEAdditional*> GNEContainer::containerPlanSegment::busStops |
busStops placed in this segment
Definition at line 318 of file GNEContainer.h.
| const GNEDemandElement* GNEContainer::containerPlanSegment::containerPlan |
container plan
Definition at line 312 of file GNEContainer.h.
| GNEEdge* GNEContainer::containerPlanSegment::edge |
edge
Definition at line 315 of file GNEContainer.h.
| std::vector<GNEDemandElement*> GNEContainer::containerPlanSegment::stops |
stops placed in this segment
Definition at line 321 of file GNEContainer.h.