![]() |
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/StringUtils.h>#include <utils/common/ToString.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.
Macros | |
| #define | DEBUG_COND(road) ((road)->id == "1000003") |
| #define | DEBUG_COND2(edgeID) (StringUtils::startsWith((edgeID), "2")) |
Functions | |
| bool | operator< (const NIImporter_OpenDrive::Connection &c1, const NIImporter_OpenDrive::Connection &c2) |
| #define DEBUG_COND | ( | road | ) | ((road)->id == "1000003") |
Definition at line 60 of file NIImporter_OpenDrive.cpp.
Referenced by NIImporter_OpenDrive::loadNetwork(), NIImporter_OpenDrive::myStartElement(), NIImporter_OpenDrive::revisitLaneSections(), NIImporter_OpenDrive::setEdgeLinks2(), and NIImporter_OpenDrive::splitMinWidths().
| #define DEBUG_COND2 | ( | edgeID | ) | (StringUtils::startsWith((edgeID), "2")) |
Definition at line 61 of file NIImporter_OpenDrive.cpp.
Referenced by NIImporter_OpenDrive::loadNetwork().
| bool operator< | ( | const NIImporter_OpenDrive::Connection & | c1, |
| const NIImporter_OpenDrive::Connection & | c2 | ||
| ) |
Definition at line 1956 of file NIImporter_OpenDrive.cpp.
References NIImporter_OpenDrive::Connection::fromEdge, NIImporter_OpenDrive::Connection::fromLane, NIImporter_OpenDrive::Connection::toEdge, and NIImporter_OpenDrive::Connection::toLane.