NIImporter_OpenDrive::edge_by_id_finder Class Reference

#include <NIImporter_OpenDrive.h>


Detailed Description

Definition at line 362 of file NIImporter_OpenDrive.h.


Public Member Functions

 edge_by_id_finder (const std::string &id)
bool operator() (const OpenDriveEdge &e)

Private Attributes

const std::string & myEdgeID

Constructor & Destructor Documentation

NIImporter_OpenDrive::edge_by_id_finder::edge_by_id_finder ( const std::string &  id  )  [inline, explicit]

Definition at line 364 of file NIImporter_OpenDrive.h.

00365                 : myEdgeID(id) { }


Member Function Documentation

bool NIImporter_OpenDrive::edge_by_id_finder::operator() ( const OpenDriveEdge e  )  [inline]

Definition at line 367 of file NIImporter_OpenDrive.h.

References NIImporter_OpenDrive::OpenDriveEdge::id.

00367                                                 {
00368             return e.id==myEdgeID;
00369         }


Field Documentation

Definition at line 372 of file NIImporter_OpenDrive.h.


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

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