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

#include <NBEdge.h>

Collaboration diagram for NBEdge::connections_finder:
[legend]

Public Member Functions

 connections_finder (int fromLane, NBEdge *const edge2find, int lane2find, bool invertEdge2find=false)
 constructor More...
 
bool operator() (const Connection &c) const
 operator () More...
 

Private Attributes

NBEdge *const myEdge2Find
 edge to find More...
 
int myFromLane
 index of from lane More...
 
bool myInvertEdge2find
 invert edge to find More...
 
int myLane2Find
 lane to find More...
 

Detailed Description

Definition at line 1898 of file NBEdge.h.

Constructor & Destructor Documentation

◆ connections_finder()

NBEdge::connections_finder::connections_finder ( int  fromLane,
NBEdge *const  edge2find,
int  lane2find,
bool  invertEdge2find = false 
)
inline

constructor

Definition at line 1901 of file NBEdge.h.

Member Function Documentation

◆ operator()()

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

Field Documentation

◆ myEdge2Find

NBEdge* const NBEdge::connections_finder::myEdge2Find
private

edge to find

Definition at line 1916 of file NBEdge.h.

Referenced by operator()().

◆ myFromLane

int NBEdge::connections_finder::myFromLane
private

index of from lane

Definition at line 1913 of file NBEdge.h.

Referenced by operator()().

◆ myInvertEdge2find

bool NBEdge::connections_finder::myInvertEdge2find
private

invert edge to find

Definition at line 1922 of file NBEdge.h.

Referenced by operator()().

◆ myLane2Find

int NBEdge::connections_finder::myLane2Find
private

lane to find

Definition at line 1919 of file NBEdge.h.

Referenced by operator()().


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