SUMO - Simulation of Urban MObility
|
Sorts outgoing before incoming edges. More...
#include <NBNode.h>
Public Member Functions | |
edge_by_direction_sorter (NBNode *n) | |
int | operator() (NBEdge *e1, NBEdge *e2) const |
Private Attributes | |
NBNode * | myNode |
The node to compute the relative angle of. More... | |
|
inlineexplicit |
Definition at line 706 of file NBNode.h.
References NBEdge::getFromNode(), myNode, and UNUSED_PARAMETER.
|
private |
The node to compute the relative angle of.
Definition at line 713 of file NBNode.h.
Referenced by operator()().