SUMO - Simulation of Urban MObility
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
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. More...
 
 split_by_pos_finder (SUMOReal pos)
 Constructor. More...
 

Private Attributes

SUMOReal myPosition
 The position to search for. More...
 

Detailed Description

Finds a split at the given position.

Definition at line 258 of file NIXMLEdgesHandler.h.

Constructor & Destructor Documentation

NIXMLEdgesHandler::split_by_pos_finder::split_by_pos_finder ( SUMOReal  pos)
inlineexplicit

Constructor.

Definition at line 261 of file NIXMLEdgesHandler.h.

Member Function Documentation

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

Comparing operator.

Definition at line 265 of file NIXMLEdgesHandler.h.

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

Field Documentation

SUMOReal NIXMLEdgesHandler::split_by_pos_finder::myPosition
private

The position to search for.

Definition at line 271 of file NIXMLEdgesHandler.h.

Referenced by operator()().


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