SUMO - Simulation of Urban MObility
|
Finds a split at the given position. More...
Public Member Functions | |
bool | operator() (const Split &e) |
Comparing operator. | |
split_by_pos_finder (SUMOReal pos) | |
Constructor. |
Private Attributes | |
SUMOReal | myPosition |
The position to search for. |
Finds a split at the given position.
Definition at line 258 of file NIXMLEdgesHandler.h.
|
inlineexplicit |
Constructor.
Definition at line 261 of file NIXMLEdgesHandler.h.
Comparing operator.
Definition at line 265 of file NIXMLEdgesHandler.h.
References myPosition, and NIXMLEdgesHandler::Split::pos.
|
private |
The position to search for.
Definition at line 271 of file NIXMLEdgesHandler.h.
Referenced by operator()().