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

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

Collaboration diagram for NIXMLEdgesHandler::split_by_pos_finder:
Collaboration graph

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 263 of file NIXMLEdgesHandler.h.

Constructor & Destructor Documentation

§ split_by_pos_finder()

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

Constructor.

Definition at line 266 of file NIXMLEdgesHandler.h.

Member Function Documentation

§ operator()()

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

Comparing operator.

Definition at line 270 of file NIXMLEdgesHandler.h.

References NIXMLEdgesHandler::Split::pos.

Field Documentation

§ myPosition

SUMOReal NIXMLEdgesHandler::split_by_pos_finder::myPosition
private

The position to search for.

Definition at line 276 of file NIXMLEdgesHandler.h.


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