SUMO - Simulation of Urban MObility
NIXMLEdgesHandler::split_by_pos_finder Class Reference

Finds a split at the given position. More...

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.

Detailed Description

Finds a split at the given position.

Definition at line 259 of file NIXMLEdgesHandler.h.


Constructor & Destructor Documentation

Constructor.

Definition at line 262 of file NIXMLEdgesHandler.h.


Member Function Documentation

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

Comparing operator.

Definition at line 266 of file NIXMLEdgesHandler.h.

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


Field Documentation

The position to search for.

Definition at line 272 of file NIXMLEdgesHandler.h.

Referenced by operator()().


The documentation for this class was generated from the following file:
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Friends Defines