|
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 263 of file NIXMLEdgesHandler.h.
|
inlineexplicit |
Constructor.
Definition at line 266 of file NIXMLEdgesHandler.h.
|
inline |
Comparing operator.
Definition at line 270 of file NIXMLEdgesHandler.h.
References myPosition, and NIXMLEdgesHandler::Split::pos.
|
private |
The position to search for.
Definition at line 276 of file NIXMLEdgesHandler.h.
Referenced by operator()().