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 292 of file GNEContainer.h.
GNEContainer::containerPlanSegment::containerPlanSegment | ( | GNEDemandElement * | _containerPlan | ) |
parameter constructor
Definition at line 716 of file GNEContainer.cpp.
|
private |
constructor
Definition at line 723 of file GNEContainer.cpp.
double GNEContainer::containerPlanSegment::arrivalPos |
arrival position
Definition at line 309 of file GNEContainer.h.
std::vector<GNEAdditional*> GNEContainer::containerPlanSegment::busStops |
busStops placed in this segment
Definition at line 303 of file GNEContainer.h.
const GNEDemandElement* GNEContainer::containerPlanSegment::containerPlan |
container plan
Definition at line 297 of file GNEContainer.h.
GNEEdge* GNEContainer::containerPlanSegment::edge |
edge
Definition at line 300 of file GNEContainer.h.
std::vector<GNEDemandElement*> GNEContainer::containerPlanSegment::stops |
stops placed in this segment
Definition at line 306 of file GNEContainer.h.