NIVissimNodeDef_Edges::id_matches Class Reference

#include <NIVissimNodeDef_Edges.h>


Detailed Description

Definition at line 54 of file NIVissimNodeDef_Edges.h.


Public Member Functions

 id_matches (int id)
bool operator() (NIVissimNodeParticipatingEdge *e)

Private Attributes

int myEdgeID

Constructor & Destructor Documentation

NIVissimNodeDef_Edges::id_matches::id_matches ( int  id  )  [inline, explicit]

Definition at line 56 of file NIVissimNodeDef_Edges.h.

00056 : myEdgeID(id) { }


Member Function Documentation

bool NIVissimNodeDef_Edges::id_matches::operator() ( NIVissimNodeParticipatingEdge e  )  [inline]

Definition at line 57 of file NIVissimNodeDef_Edges.h.

References NIVissimNodeParticipatingEdge::getID(), and myEdgeID.

00057                                                           {
00058             return e->getID()==myEdgeID;
00059         }


Field Documentation

Definition at line 61 of file NIVissimNodeDef_Edges.h.

Referenced by operator()().


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

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