|
SUMO - Simulation of Urban MObility
|
#include <NIImporter_OpenDrive.h>

Public Member Functions | |
| bool | operator() (const std::pair< SUMOReal, SUMOReal > &ps) |
| the comparing function More... | |
| same_position_finder (SUMOReal pos) | |
| constructor More... | |
Private Member Functions | |
| same_position_finder & | operator= (const same_position_finder &) |
Private Attributes | |
| SUMOReal | myPosition |
| The position to search for. More... | |
Definition at line 408 of file NIImporter_OpenDrive.h.
|
inlineexplicit |
constructor
Definition at line 411 of file NIImporter_OpenDrive.h.
|
inline |
the comparing function
Definition at line 414 of file NIImporter_OpenDrive.h.
References myPosition.
|
private |
|
private |
The position to search for.
Definition at line 422 of file NIImporter_OpenDrive.h.
Referenced by operator()().