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