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

#include <NBContHelper.h>

Public Member Functions

std::pair< SUMOReal, SUMORealgetMinMaxRelAngles (NBEdge *e) const
int operator() (NBEdge *e1, NBEdge *e2) const
 comparing operation
 same_connection_edge_sorter ()
 constructor

Detailed Description

same_connection_edge_sorter This class is used to sort edges which connect the same nodes. The edges are sorted in dependence to edges connecting them. The rightmost will be the first in the list; the leftmost the last one.

Definition at line 296 of file NBContHelper.h.


Constructor & Destructor Documentation

NBContHelper::same_connection_edge_sorter::same_connection_edge_sorter ( )
inlineexplicit

constructor

Definition at line 299 of file NBContHelper.h.


Member Function Documentation

std::pair<SUMOReal, SUMOReal> NBContHelper::same_connection_edge_sorter::getMinMaxRelAngles ( NBEdge e) const
inline
int NBContHelper::same_connection_edge_sorter::operator() ( NBEdge e1,
NBEdge e2 
) const
inline

comparing operation

Definition at line 302 of file NBContHelper.h.

References Named::getID(), and getMinMaxRelAngles().


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