![]() |
Eclipse SUMO - Simulation of Urban MObility
|
Class to sort edges by their angle. More...
#include <NBEdge.h>
Public Member Functions | |
| connections_relative_edgelane_sorter (NBEdge *e) | |
| constructor | |
| int | operator() (const Connection &c1, const Connection &c2) const |
| comparing operation | |
Private Attributes | |
| NBEdge * | myEdge |
| the edge to compute the relative angle of | |
|
inlineexplicit |
| int NBEdge::connections_relative_edgelane_sorter::operator() | ( | const Connection & | c1, |
| const Connection & | c2 ) const |
comparing operation
Definition at line 245 of file NBEdge.cpp.
References myEdge, NBEdge::Connection::toEdge, and NBEdge::Connection::toLane.
|
private |
the edge to compute the relative angle of
Definition at line 2018 of file NBEdge.h.
Referenced by connections_relative_edgelane_sorter(), and operator()().