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

#include <NBEdge.h>

Collaboration diagram for NBEdge::connections_finder:
Collaboration graph

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 Member Functions

connections_finderoperator= (const connections_finder &s)
 invalidated assignment 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 1529 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 1532 of file NBEdge.h.

Member Function Documentation

◆ operator()()

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

operator ()

Definition at line 1536 of file NBEdge.h.

References NBEdge::Connection::fromLane, NBEdge::Connection::toEdge, and NBEdge::Connection::toLane.

◆ operator=()

connections_finder& NBEdge::connections_finder::operator= ( const connections_finder s)
private

invalidated assignment operator

Field Documentation

◆ myEdge2Find

NBEdge* const NBEdge::connections_finder::myEdge2Find
private

edge to find

Definition at line 1547 of file NBEdge.h.

◆ myFromLane

int NBEdge::connections_finder::myFromLane
private

index of from lane

Definition at line 1544 of file NBEdge.h.

◆ myInvertEdge2find

bool NBEdge::connections_finder::myInvertEdge2find
private

invert edge to find

Definition at line 1553 of file NBEdge.h.

◆ myLane2Find

int NBEdge::connections_finder::myLane2Find
private

lane to find

Definition at line 1550 of file NBEdge.h.


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