SUMO - Simulation of Urban MObility
NIImporter_OpenDrive::sections_by_s_sorter Class Reference

A class for sorting lane sections by their s-value. More...

#include <NIImporter_OpenDrive.h>

Collaboration diagram for NIImporter_OpenDrive::sections_by_s_sorter:
Collaboration graph

Public Member Functions

int operator() (const OpenDriveLaneSection &ls1, const OpenDriveLaneSection &ls2)
 Sorting function; compares OpenDriveLaneSection::s. More...
 
 sections_by_s_sorter ()
 Constructor. More...
 

Detailed Description

A class for sorting lane sections by their s-value.

Definition at line 439 of file NIImporter_OpenDrive.h.

Constructor & Destructor Documentation

◆ sections_by_s_sorter()

NIImporter_OpenDrive::sections_by_s_sorter::sections_by_s_sorter ( )
inlineexplicit

Constructor.

Definition at line 442 of file NIImporter_OpenDrive.h.

Member Function Documentation

◆ operator()()

int NIImporter_OpenDrive::sections_by_s_sorter::operator() ( const OpenDriveLaneSection ls1,
const OpenDriveLaneSection ls2 
)
inline

Sorting function; compares OpenDriveLaneSection::s.

Definition at line 445 of file NIImporter_OpenDrive.h.

References NIImporter_OpenDrive::OpenDriveLaneSection::s.


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