GUIEdge::lane_wrapper_finder Class Reference


Detailed Description

A class to find the matching lane wrapper.

Definition at line 202 of file GUIEdge.h.


Public Member Functions

 lane_wrapper_finder (const MSLane &lane)
 constructor
bool operator() (const GUILaneWrapper *const wrapper)
 the comparing function

Private Attributes

const MSLanemyLane
 The lane to search for.

Constructor & Destructor Documentation

GUIEdge::lane_wrapper_finder::lane_wrapper_finder ( const MSLane lane  )  [inline, explicit]

constructor

Definition at line 205 of file GUIEdge.h.

00205 : myLane(lane) { }


Member Function Documentation

bool GUIEdge::lane_wrapper_finder::operator() ( const GUILaneWrapper *const   wrapper  )  [inline]

the comparing function

Definition at line 208 of file GUIEdge.h.

References GUILaneWrapper::forLane(), and myLane.

00208                                                               {
00209             return wrapper->forLane(myLane);
00210         }


Field Documentation

The lane to search for.

Definition at line 214 of file GUIEdge.h.

Referenced by operator()().


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

Generated on Wed May 5 00:06:43 2010 for Sumo - Simulation of Urban MObility by  doxygen 1.5.6