NIXMLEdgesHandler::split_by_pos_finder Class Reference


Detailed Description

Finds a split at the given position.

Definition at line 226 of file NIXMLEdgesHandler.h.


Public Member Functions

bool operator() (const Split &e)
 Comparing operator.
 split_by_pos_finder (SUMOReal pos)
 Constructor.

Private Attributes

SUMOReal myPosition
 The position to search for.

Constructor & Destructor Documentation

NIXMLEdgesHandler::split_by_pos_finder::split_by_pos_finder ( SUMOReal  pos  )  [inline, explicit]

Constructor.

Definition at line 229 of file NIXMLEdgesHandler.h.

00230                 : myPosition(pos) { }


Member Function Documentation

bool NIXMLEdgesHandler::split_by_pos_finder::operator() ( const Split e  )  [inline]

Comparing operator.

Definition at line 233 of file NIXMLEdgesHandler.h.

References myPosition, and NIXMLEdgesHandler::Split::pos.

00233                                         {
00234             return e.pos==myPosition;
00235         }


Field Documentation

The position to search for.

Definition at line 239 of file NIXMLEdgesHandler.h.

Referenced by operator()().


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

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