Eclipse SUMO - Simulation of Urban MObility
NIImporter_OpenDrive::same_position_finder Class Reference

#include <NIImporter_OpenDrive.h>

Public Member Functions

bool operator() (const std::pair< double, LaneAttributeChange > &ps)
 the comparing function More...
 
 same_position_finder (double pos)
 constructor More...
 

Private Attributes

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

Detailed Description

Definition at line 566 of file NIImporter_OpenDrive.h.

Constructor & Destructor Documentation

◆ same_position_finder()

NIImporter_OpenDrive::same_position_finder::same_position_finder ( double  pos)
inlineexplicit

constructor

Definition at line 569 of file NIImporter_OpenDrive.h.

Member Function Documentation

◆ operator()()

bool NIImporter_OpenDrive::same_position_finder::operator() ( const std::pair< double, LaneAttributeChange > &  ps)
inline

the comparing function

Definition at line 572 of file NIImporter_OpenDrive.h.

References myPosition.

Field Documentation

◆ myPosition

double NIImporter_OpenDrive::same_position_finder::myPosition
private

The position to search for.

Definition at line 578 of file NIImporter_OpenDrive.h.

Referenced by operator()().


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