SUMO - Simulation of Urban MObility
|
#include <NBEdge.h>
Public Member Functions | |
connections_relative_edgelane_sorter (NBEdge *e, NBNode *n) | |
constructor More... | |
int | operator() (const Connection &c1, const Connection &c2) const |
comparing operation More... | |
Private Attributes | |
NBEdge * | myEdge |
the edge to compute the relative angle of More... | |
NBNode * | myNode |
the node to use More... | |
connections_relative_edgelane_sorter Class to sort edges by their angle
|
inline |
comparing operation
Definition at line 1360 of file NBEdge.h.
References NBEdge::getAngle(), myEdge, NBHelpers::normRelAngle(), SUMOReal, NBEdge::Connection::toEdge, and NBEdge::Connection::toLane.
|
private |
the edge to compute the relative angle of
Definition at line 1373 of file NBEdge.h.
Referenced by operator()().
|
private |