![]() |
SUMO - Simulation of Urban MObility
|
#include <config.h>#include <ctime>#include "NWWriter_OpenDrive.h"#include <utils/iodevices/OutputDevice_String.h>#include <utils/common/MsgHandler.h>#include <netbuild/NBEdgeCont.h>#include <netbuild/NBNode.h>#include <netbuild/NBNodeCont.h>#include <netbuild/NBNetBuilder.h>#include <utils/options/OptionsCont.h>#include <utils/iodevices/OutputDevice.h>#include <utils/geom/bezier.h>#include <utils/common/StdDefs.h>#include <utils/common/StringUtils.h>#include <utils/geom/GeoConvHelper.h>
Go to the source code of this file.
Macros | |
| #define | DEBUGCOND true |
| #define | INVALID_ID -1 |
| #define | MIN_TURN_DIAMETER 2.0 |
| #define DEBUGCOND true |
Definition at line 50 of file NWWriter_OpenDrive.cpp.
Referenced by NWWriter_OpenDrive::writeGeomSmooth(), NWWriter_OpenDrive::writeInternalEdge(), and NWWriter_OpenDrive::writeNormalEdge().
| #define INVALID_ID -1 |
Definition at line 47 of file NWWriter_OpenDrive.cpp.
Referenced by NWWriter_OpenDrive::writeNetwork(), and NWWriter_OpenDrive::writeNormalEdge().
| #define MIN_TURN_DIAMETER 2.0 |
Definition at line 52 of file NWWriter_OpenDrive.cpp.