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

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...
 
GNEEdgeedge
 edge More...
 
const GNEDemandElementpersonPlan
 person plan More...
 
std::vector< GNEDemandElement * > stops
 stops placed in this segment More...
 

Private Member Functions

 personPlanSegment ()
 constructor More...
 

Detailed Description

Definition at line 285 of file GNEPerson.h.

Constructor & Destructor Documentation

◆ personPlanSegment() [1/2]

GNEPerson::personPlanSegment::personPlanSegment ( GNEDemandElement _personPlan)

parameter constructor

Definition at line 646 of file GNEPerson.cpp.

◆ personPlanSegment() [2/2]

GNEPerson::personPlanSegment::personPlanSegment ( )
private

constructor

Definition at line 653 of file GNEPerson.cpp.

Field Documentation

◆ arrivalPos

double GNEPerson::personPlanSegment::arrivalPos

arrival position

Definition at line 302 of file GNEPerson.h.

◆ busStops

std::vector<GNEAdditional*> GNEPerson::personPlanSegment::busStops

busStops placed in this segment

Definition at line 296 of file GNEPerson.h.

◆ edge

GNEEdge* GNEPerson::personPlanSegment::edge

edge

Definition at line 293 of file GNEPerson.h.

◆ personPlan

const GNEDemandElement* GNEPerson::personPlanSegment::personPlan

person plan

Definition at line 290 of file GNEPerson.h.

◆ stops

std::vector<GNEDemandElement*> GNEPerson::personPlanSegment::stops

stops placed in this segment

Definition at line 299 of file GNEPerson.h.


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