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