Eclipse SUMO - Simulation of Urban MObility
GNEContainer::containerPlanSegment Struct Reference
Collaboration diagram for GNEContainer::containerPlanSegment:
[legend]

Public Member Functions

 containerPlanSegment (GNEDemandElement *_containerPlan)
 parameter constructor More...
 

Data Fields

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

Private Member Functions

 containerPlanSegment ()
 constructor More...
 

Detailed Description

Definition at line 292 of file GNEContainer.h.

Constructor & Destructor Documentation

◆ containerPlanSegment() [1/2]

GNEContainer::containerPlanSegment::containerPlanSegment ( GNEDemandElement _containerPlan)

parameter constructor

Definition at line 716 of file GNEContainer.cpp.

◆ containerPlanSegment() [2/2]

GNEContainer::containerPlanSegment::containerPlanSegment ( )
private

constructor

Definition at line 723 of file GNEContainer.cpp.

Field Documentation

◆ arrivalPos

double GNEContainer::containerPlanSegment::arrivalPos

arrival position

Definition at line 309 of file GNEContainer.h.

◆ busStops

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

busStops placed in this segment

Definition at line 303 of file GNEContainer.h.

◆ containerPlan

const GNEDemandElement* GNEContainer::containerPlanSegment::containerPlan

container plan

Definition at line 297 of file GNEContainer.h.

◆ edge

GNEEdge* GNEContainer::containerPlanSegment::edge

edge

Definition at line 300 of file GNEContainer.h.

◆ stops

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

stops placed in this segment

Definition at line 306 of file GNEContainer.h.


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