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

Sorts crossings by minimum clockwise clockwise edge angle. Use the ordering found in myAllEdges of the given node. More...

#include <NBAlgorithms.h>

Collaboration diagram for NBNodesEdgesSorter::crossing_by_junction_angle_sorter:
Collaboration graph

Public Member Functions

 crossing_by_junction_angle_sorter (const NBNode *node, const EdgeVector &ordering)
 
int operator() (const NBNode::Crossing &c1, const NBNode::Crossing &c2) const
 

Private Member Functions

int getMinRank (const EdgeVector &e) const
 retrieves the minimum index in myAllEdges More...
 
crossing_by_junction_angle_sorteroperator= (const crossing_by_junction_angle_sorter &s)
 invalidated assignment operator More...
 

Private Attributes

EdgeVector myOrdering
 

Detailed Description

Sorts crossings by minimum clockwise clockwise edge angle. Use the ordering found in myAllEdges of the given node.

Definition at line 120 of file NBAlgorithms.h.

Constructor & Destructor Documentation

§ crossing_by_junction_angle_sorter()

NBNodesEdgesSorter::crossing_by_junction_angle_sorter::crossing_by_junction_angle_sorter ( const NBNode node,
const EdgeVector ordering 
)
explicit

Definition at line 451 of file NBAlgorithms.cpp.

Member Function Documentation

§ getMinRank()

int NBNodesEdgesSorter::crossing_by_junction_angle_sorter::getMinRank ( const EdgeVector e) const
inlineprivate

retrieves the minimum index in myAllEdges

Definition at line 130 of file NBAlgorithms.h.

References MIN2().

§ operator()()

int NBNodesEdgesSorter::crossing_by_junction_angle_sorter::operator() ( const NBNode::Crossing c1,
const NBNode::Crossing c2 
) const
inline

Definition at line 124 of file NBAlgorithms.h.

References NBNode::Crossing::edges.

§ operator=()

crossing_by_junction_angle_sorter& NBNodesEdgesSorter::crossing_by_junction_angle_sorter::operator= ( const crossing_by_junction_angle_sorter s)
private

invalidated assignment operator

Field Documentation

§ myOrdering

EdgeVector NBNodesEdgesSorter::crossing_by_junction_angle_sorter::myOrdering
private

Definition at line 140 of file NBAlgorithms.h.


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