Eclipse SUMO - Simulation of Urban MObility
Loading...
Searching...
No Matches
PCPolyContainer::LanePos Struct Reference

LanePos. More...

Public Member Functions

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

Data Fields

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

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.

References friendlyPos, pos, and posLat.

◆ 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.

References friendlyPos, laneID, pos, and posLat.

Field Documentation

◆ friendlyPos

bool PCPolyContainer::LanePos::friendlyPos

friendly position

Definition at line 136 of file PCPolyContainer.h.

Referenced by LanePos(), and LanePos().

◆ laneID

std::string PCPolyContainer::LanePos::laneID

laneID

Definition at line 130 of file PCPolyContainer.h.

Referenced by LanePos().

◆ pos

double PCPolyContainer::LanePos::pos

pos over lane

Definition at line 133 of file PCPolyContainer.h.

Referenced by LanePos(), and LanePos().

◆ posLat

double PCPolyContainer::LanePos::posLat

pos lateral over lane

Definition at line 139 of file PCPolyContainer.h.

Referenced by LanePos(), and LanePos().


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