SUMO - Simulation of Urban MObility
NBOwnTLDef::edge_by_incoming_priority_sorter Class Reference

Sorts edges by their priority within the node they end at. More...

#include <NBOwnTLDef.h>

Public Member Functions

int operator() (const NBEdge *const e1, const NBEdge *const e2) const
 comparing operator More...
 

Detailed Description

Sorts edges by their priority within the node they end at.

Definition at line 228 of file NBOwnTLDef.h.

Member Function Documentation

int NBOwnTLDef::edge_by_incoming_priority_sorter::operator() ( const NBEdge *const  e1,
const NBEdge *const  e2 
) const
inline

comparing operator

Parameters
[in]e1an edge
[in]e2an edge

Definition at line 234 of file NBOwnTLDef.h.

References Named::getID(), NBEdge::getJunctionPriority(), and NBEdge::getToNode().


The documentation for this class was generated from the following file: