Eclipse SUMO - Simulation of Urban MObility
PCPolyContainer::LanePos Struct Reference

LanePos. More...

Public Member Functions

 LanePos ()
 default constructor More...
 
 LanePos (const std::string &laneID, double pos, bool friendlyPos, double posLat)
 parameter constructor More...
 

Data Fields

bool friendlyPos
 friendly position More...
 
std::string laneID
 laneID More...
 
double pos
 pos over lane More...
 
double posLat
 pos lateral over lane More...
 

Detailed Description

LanePos.

Definition at line 122 of file PCPolyContainer.h.

Constructor & Destructor Documentation

◆ LanePos() [1/2]

PCPolyContainer::LanePos::LanePos ( )

default constructor

Definition at line 205 of file PCPolyContainer.cpp.

◆ LanePos() [2/2]

PCPolyContainer::LanePos::LanePos ( const std::string &  laneID,
double  pos,
bool  friendlyPos,
double  posLat 
)

parameter constructor

Definition at line 212 of file PCPolyContainer.cpp.

Field Documentation

◆ friendlyPos

bool PCPolyContainer::LanePos::friendlyPos

friendly position

Definition at line 136 of file PCPolyContainer.h.

◆ laneID

std::string PCPolyContainer::LanePos::laneID

laneID

Definition at line 130 of file PCPolyContainer.h.

◆ pos

double PCPolyContainer::LanePos::pos

pos over lane

Definition at line 133 of file PCPolyContainer.h.

◆ posLat

double PCPolyContainer::LanePos::posLat

pos lateral over lane

Definition at line 139 of file PCPolyContainer.h.


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