SUMO - Simulation of Urban MObility
NBEdge::connections_relative_edgelane_sorter Class Reference

#include <NBEdge.h>

Public Member Functions

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

Private Attributes

NBEdgemyEdge
 the edge to compute the relative angle of
NBNodemyNode
 the node to use

Detailed Description

connections_relative_edgelane_sorter Class to sort edges by their angle

Definition at line 1318 of file NBEdge.h.


Constructor & Destructor Documentation

constructor

Definition at line 1321 of file NBEdge.h.


Member Function Documentation

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

Field Documentation

the edge to compute the relative angle of

Definition at line 1339 of file NBEdge.h.

Referenced by operator()().

the node to use

Definition at line 1342 of file NBEdge.h.


The documentation for this class was generated from the following file:
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Friends Defines