![]() |
Eclipse SUMO - Simulation of Urban MObility
|
#include <NIImporter_OpenDrive.h>
Public Member Functions | |
| bool | operator() (const std::pair< double, LaneAttributeChange > &ps) |
| the comparing function | |
| same_position_finder (double pos) | |
| constructor | |
Private Attributes | |
| double | myPosition |
| The position to search for. | |
Definition at line 570 of file NIImporter_OpenDrive.h.
|
inlineexplicit |
constructor
Definition at line 573 of file NIImporter_OpenDrive.h.
|
inline |
the comparing function
Definition at line 576 of file NIImporter_OpenDrive.h.
References myPosition.
|
private |
The position to search for.
Definition at line 582 of file NIImporter_OpenDrive.h.
Referenced by operator()().