![]() |
SUMO - Simulation of Urban MObility
|
#include <config.h>#include <string>#include <cmath>#include <iterator>#include <utils/xml/SUMOSAXHandler.h>#include <utils/common/UtilExceptions.h>#include <utils/common/TplConvert.h>#include <utils/common/ToString.h>#include <utils/common/StringUtils.h>#include <utils/common/MsgHandler.h>#include <utils/iodevices/OutputDevice.h>#include <netbuild/NBEdge.h>#include <netbuild/NBEdgeCont.h>#include <netbuild/NBNode.h>#include <netbuild/NBNodeCont.h>#include <netbuild/NBNetBuilder.h>#include <netbuild/NBOwnTLDef.h>#include <netbuild/NBTrafficLightLogicCont.h>#include <utils/xml/SUMOXMLDefinitions.h>#include <utils/geom/GeoConvHelper.h>#include <utils/geom/GeomConvHelper.h>#include <foreign/eulerspiral/odrSpiral.h>#include <utils/options/OptionsCont.h>#include <utils/common/FileHelpers.h>#include <utils/xml/XMLSubSys.h>#include <utils/geom/Boundary.h>#include "NILoader.h"#include "NIImporter_OpenDrive.h"
Go to the source code of this file.
Functions | |
| bool | operator< (const NIImporter_OpenDrive::Connection &c1, const NIImporter_OpenDrive::Connection &c2) |
| bool operator< | ( | const NIImporter_OpenDrive::Connection & | c1, |
| const NIImporter_OpenDrive::Connection & | c2 | ||
| ) |
Definition at line 1845 of file NIImporter_OpenDrive.cpp.
References NIImporter_OpenDrive::Connection::fromEdge, NIImporter_OpenDrive::Connection::fromLane, NIImporter_OpenDrive::Connection::toEdge, and NIImporter_OpenDrive::Connection::toLane.