![]() |
Eclipse SUMO - Simulation of Urban MObility
|
struct used for represent segments that must be updated More...
#include <GNEGeometry.h>
Public Member Functions | |
SegmentToUpdate (const int _index, const GNELane *_lane, const GNELane *_nextLane) | |
constructor More... | |
Data Fields | |
const int | index |
segment index More... | |
const GNELane * | lane |
const GNELane * | nextLane |
lane segment (used for updating lane2lane segments) More... | |
Private Member Functions | |
SegmentToUpdate & | operator= (const SegmentToUpdate &other)=delete |
Invalidated assignment operator. More... | |
struct used for represent segments that must be updated
Definition at line 178 of file GNEGeometry.h.
GNEGeometry::SegmentGeometry::SegmentToUpdate::SegmentToUpdate | ( | const int | _index, |
const GNELane * | _lane, | ||
const GNELane * | _nextLane | ||
) |
constructor
Definition at line 236 of file GNEGeometry.cpp.
|
privatedelete |
Invalidated assignment operator.
const int GNEGeometry::SegmentGeometry::SegmentToUpdate::index |
segment index
Definition at line 184 of file GNEGeometry.h.
const GNELane* GNEGeometry::SegmentGeometry::SegmentToUpdate::lane |
Definition at line 187 of file GNEGeometry.h.
const GNELane* GNEGeometry::SegmentGeometry::SegmentToUpdate::nextLane |
lane segment (used for updating lane2lane segments)
Definition at line 190 of file GNEGeometry.h.