SUMO - Simulation of Urban MObility
NBNodesEdgesSorter::edge_by_junction_angle_sorter Class Reference

Sorts incoming and outgoing edges clockwise around the given node. More...

Collaboration diagram for NBNodesEdgesSorter::edge_by_junction_angle_sorter:
Collaboration graph

Public Member Functions

 edge_by_junction_angle_sorter (NBNode *n)
 
int operator() (NBEdge *e1, NBEdge *e2) const
 

Protected Member Functions

SUMOReal getConvAngle (NBEdge *e) const
 Converts the angle of the edge if it is an incoming edge. More...
 

Private Attributes

NBNodemyNode
 The node to compute the relative angle of. More...
 

Detailed Description

Sorts incoming and outgoing edges clockwise around the given node.

Definition at line 161 of file NBAlgorithms.h.

Constructor & Destructor Documentation

NBNodesEdgesSorter::edge_by_junction_angle_sorter::edge_by_junction_angle_sorter ( NBNode n)
inlineexplicit

Definition at line 163 of file NBAlgorithms.h.

Member Function Documentation

SUMOReal NBNodesEdgesSorter::edge_by_junction_angle_sorter::getConvAngle ( NBEdge e) const
inlineprotected

Converts the angle of the edge if it is an incoming edge.

Definition at line 170 of file NBAlgorithms.h.

References NBTurningDirectionsComputer::Combination::angle, NBEdge::getAngleAtNode(), NBEdge::getFromNode(), and SUMOReal.

int NBNodesEdgesSorter::edge_by_junction_angle_sorter::operator() ( NBEdge e1,
NBEdge e2 
) const
inline

Definition at line 164 of file NBAlgorithms.h.

Field Documentation

NBNode* NBNodesEdgesSorter::edge_by_junction_angle_sorter::myNode
private

The node to compute the relative angle of.

Definition at line 191 of file NBAlgorithms.h.


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