![]() |
SUMO - Simulation of Urban MObility
|
#include <config.h>
#include <algorithm>
#include <ctime>
#include <cmath>
#include <utils/common/MsgHandler.h>
#include <netbuild/NBEdge.h>
#include <netbuild/NBEdgeCont.h>
#include <netbuild/NBNode.h>
#include <netbuild/NBNodeCont.h>
#include <netbuild/NBNetBuilder.h>
#include <utils/common/ToString.h>
#include <utils/common/IDSupplier.h>
#include <utils/common/StringUtils.h>
#include <utils/common/StringTokenizer.h>
#include <utils/options/OptionsCont.h>
#include <utils/iodevices/OutputDevice.h>
#include <utils/geom/GeoConvHelper.h>
#include "NWFrame.h"
#include "NWWriter_DlrNavteq.h"
Go to the source code of this file.
Macros | |
#define | OUTPUT_VERSION "6.5" |
#define OUTPUT_VERSION "6.5" |
Definition at line 50 of file NWWriter_DlrNavteq.cpp.
Referenced by PCPolyContainer::writeDlrTDPHeader(), and NWWriter_DlrNavteq::writeHeader().