![]() |
Eclipse SUMO - Simulation of Urban MObility
|
Finds a split at the given position. More...
Public Member Functions | |
bool | operator() (const NBEdgeCont::Split &e) |
Comparing operator. More... | |
split_by_pos_finder (double pos) | |
Constructor. More... | |
Private Attributes | |
double | myPosition |
The position to search for. More... | |
Finds a split at the given position.
Definition at line 229 of file NIXMLEdgesHandler.h.
|
inlineexplicit |
Constructor.
Definition at line 232 of file NIXMLEdgesHandler.h.
|
inline |
Comparing operator.
Definition at line 236 of file NIXMLEdgesHandler.h.
References myPosition, and NBEdgeCont::Split::pos.
|
private |
The position to search for.
Definition at line 242 of file NIXMLEdgesHandler.h.
Referenced by operator()().