Eclipse SUMO - Simulation of Urban MObility
Loading...
Searching...
No Matches
GNEContainer::containerPlanSegment Struct Reference
Collaboration diagram for GNEContainer::containerPlanSegment:
[legend]

Public Member Functions

 containerPlanSegment (GNEDemandElement *_containerPlan)
 parameter constructor

Data Fields

double arrivalPos
 arrival position
std::vector< GNEAdditional * > busStops
 busStops placed in this segment
const GNEDemandElementcontainerPlan
 container plan
GNEEdgeedge
 edge
std::vector< GNEDemandElement * > stops
 stops placed in this segment

Private Member Functions

 containerPlanSegment ()
 constructor

Detailed Description

Definition at line 307 of file GNEContainer.h.

Constructor & Destructor Documentation

◆ containerPlanSegment() [1/2]

GNEContainer::containerPlanSegment::containerPlanSegment ( GNEDemandElement * _containerPlan)

parameter constructor

Definition at line 680 of file GNEContainer.cpp.

References arrivalPos, containerPlan, edge, and GNEDemandElement::GNEDemandElement().

◆ containerPlanSegment() [2/2]

GNEContainer::containerPlanSegment::containerPlanSegment ( )
private

constructor

Definition at line 687 of file GNEContainer.cpp.

References arrivalPos, containerPlan, and edge.

Field Documentation

◆ arrivalPos

double GNEContainer::containerPlanSegment::arrivalPos

arrival position

Definition at line 324 of file GNEContainer.h.

Referenced by containerPlanSegment(), and containerPlanSegment().

◆ busStops

std::vector<GNEAdditional*> GNEContainer::containerPlanSegment::busStops

busStops placed in this segment

Definition at line 318 of file GNEContainer.h.

◆ containerPlan

const GNEDemandElement* GNEContainer::containerPlanSegment::containerPlan

container plan

Definition at line 312 of file GNEContainer.h.

Referenced by containerPlanSegment(), and containerPlanSegment().

◆ edge

GNEEdge* GNEContainer::containerPlanSegment::edge

edge

Definition at line 315 of file GNEContainer.h.

Referenced by containerPlanSegment(), and containerPlanSegment().

◆ stops

std::vector<GNEDemandElement*> GNEContainer::containerPlanSegment::stops

stops placed in this segment

Definition at line 321 of file GNEContainer.h.


The documentation for this struct was generated from the following files: