SUMO - Simulation of Urban MObility
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
NBEdge::connections_relative_edgelane_sorter Class Reference

#include <NBEdge.h>

Public Member Functions

 connections_relative_edgelane_sorter (NBEdge *e)
 constructor More...
 
int operator() (const Connection &c1, const Connection &c2) const
 comparing operation More...
 

Private Attributes

NBEdgemyEdge
 the edge to compute the relative angle of More...
 

Detailed Description

connections_relative_edgelane_sorter Class to sort edges by their angle

Definition at line 1387 of file NBEdge.h.

Constructor & Destructor Documentation

NBEdge::connections_relative_edgelane_sorter::connections_relative_edgelane_sorter ( NBEdge e)
inlineexplicit

constructor

Definition at line 1390 of file NBEdge.h.

Member Function Documentation

int NBEdge::connections_relative_edgelane_sorter::operator() ( const Connection c1,
const Connection c2 
) const

comparing operation

Definition at line 163 of file NBEdge.cpp.

References NBEdge::Connection::toEdge, and NBEdge::Connection::toLane.

Field Documentation

NBEdge* NBEdge::connections_relative_edgelane_sorter::myEdge
private

the edge to compute the relative angle of

Definition at line 1398 of file NBEdge.h.


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