Eclipse SUMO - Simulation of Urban MObility
NBEdge::connections_conflict_finder Class Reference

#include <NBEdge.h>

Collaboration diagram for NBEdge::connections_conflict_finder:
[legend]

Public Member Functions

 connections_conflict_finder (int fromLane, NBEdge *const edge2find, bool checkRight)
 constructor More...
 
bool operator() (const Connection &c) const
 operator () More...
 

Private Attributes

bool myCheckRight
 check if is right More...
 
NBEdge *const myEdge2Find
 edge to find More...
 
int myFromLane
 index of from lane More...
 

Detailed Description

Definition at line 1926 of file NBEdge.h.

Constructor & Destructor Documentation

◆ connections_conflict_finder()

NBEdge::connections_conflict_finder::connections_conflict_finder ( int  fromLane,
NBEdge *const  edge2find,
bool  checkRight 
)
inline

constructor

Definition at line 1929 of file NBEdge.h.

Member Function Documentation

◆ operator()()

bool NBEdge::connections_conflict_finder::operator() ( const Connection c) const
inline

operator ()

Definition at line 1933 of file NBEdge.h.

References NBEdge::Connection::fromLane, myCheckRight, myEdge2Find, myFromLane, and NBEdge::Connection::toEdge.

Field Documentation

◆ myCheckRight

bool NBEdge::connections_conflict_finder::myCheckRight
private

check if is right

Definition at line 1947 of file NBEdge.h.

Referenced by operator()().

◆ myEdge2Find

NBEdge* const NBEdge::connections_conflict_finder::myEdge2Find
private

edge to find

Definition at line 1944 of file NBEdge.h.

Referenced by operator()().

◆ myFromLane

int NBEdge::connections_conflict_finder::myFromLane
private

index of from lane

Definition at line 1941 of file NBEdge.h.

Referenced by operator()().


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