SUMO - Simulation of Urban MObility
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
NIImporter_OpenDrive::same_position_finder Class Reference

#include <NIImporter_OpenDrive.h>

Public Member Functions

bool operator() (const std::pair< SUMOReal, SUMOReal > &ps)
 the comparing function
 same_position_finder (SUMOReal pos)
 constructor

Private Member Functions

same_position_finderoperator= (const same_position_finder &)

Private Attributes

SUMOReal myPosition
 The position to search for.

Detailed Description

Definition at line 402 of file NIImporter_OpenDrive.h.

Constructor & Destructor Documentation

NIImporter_OpenDrive::same_position_finder::same_position_finder ( SUMOReal  pos)
inlineexplicit

constructor

Definition at line 405 of file NIImporter_OpenDrive.h.

Member Function Documentation

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

the comparing function

Definition at line 408 of file NIImporter_OpenDrive.h.

References myPosition.

same_position_finder& NIImporter_OpenDrive::same_position_finder::operator= ( const same_position_finder )
private

Field Documentation

SUMOReal NIImporter_OpenDrive::same_position_finder::myPosition
private

The position to search for.

Definition at line 416 of file NIImporter_OpenDrive.h.

Referenced by operator()().


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