SUMO - Simulation of Urban MObility
|
#include <config.h>
#include <string>
#include <cmath>
#include <utils/xml/SUMOSAXHandler.h>
#include <utils/common/UtilExceptions.h>
#include <utils/common/TplConvert.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 <utils/xml/SUMOXMLDefinitions.h>
#include <utils/geom/GeoConvHelper.h>
#include <utils/geom/GeomConvHelper.h>
#include <foreign/eulerspiral/euler.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 | C_LENGTH 10. |
Functions | |
bool | operator< (const NIImporter_OpenDrive::Connection &c1, const NIImporter_OpenDrive::Connection &c2) |
Definition in file NIImporter_OpenDrive.cpp.
#define C_LENGTH 10. |
Definition at line 65 of file NIImporter_OpenDrive.cpp.
Referenced by NIImporter_OpenDrive::geomFromArc().
bool operator< | ( | const NIImporter_OpenDrive::Connection & | c1, |
const NIImporter_OpenDrive::Connection & | c2 | ||
) |
Definition at line 1280 of file NIImporter_OpenDrive.cpp.
References NIImporter_OpenDrive::Connection::fromEdge, NIImporter_OpenDrive::Connection::fromLane, NIImporter_OpenDrive::Connection::toEdge, and NIImporter_OpenDrive::Connection::toLane.