SUMO - Simulation of Urban MObility
|
#include <NBContHelper.h>
Public Member Functions | |
std::pair< SUMOReal, SUMOReal > | getMinMaxRelAngles (NBEdge *e) const |
int | operator() (NBEdge *e1, NBEdge *e2) const |
comparing operation More... | |
same_connection_edge_sorter () | |
constructor More... | |
same_connection_edge_sorter This class is used to sort edges which connect the same nodes. The edges are sorted in dependence to edges connecting them. The rightmost will be the first in the list; the leftmost the last one.
Definition at line 300 of file NBContHelper.h.
|
inlineexplicit |
constructor
Definition at line 303 of file NBContHelper.h.
|
inline |
Definition at line 324 of file NBContHelper.h.
References NBEdge::getAngle(), NBEdge::getConnectedEdges(), max, min, NBHelpers::normRelAngle(), and SUMOReal.
Referenced by operator()().
comparing operation
Definition at line 306 of file NBContHelper.h.
References Named::getID(), and getMinMaxRelAngles().