Definition in file NIImporter_OpenStreetMap.cpp.
#include <config.h>
#include "NIImporter_OpenStreetMap.h"
#include <algorithm>
#include <functional>
#include <sstream>
#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 <netbuild/NBEdge.h>
#include <netbuild/NBEdgeCont.h>
#include <netbuild/NBNode.h>
#include <netbuild/NBNodeCont.h>
#include <netbuild/NBNetBuilder.h>
#include <netbuild/NBOwnTLDef.h>
#include <utils/xml/SUMOXMLDefinitions.h>
#include <utils/geom/GeoConvHelper.h>
#include <utils/geom/GeomConvHelper.h>
#include <utils/options/OptionsCont.h>
#include <utils/common/FileHelpers.h>
#include <utils/xml/XMLSubSys.h>
#include <utils/iodevices/BinaryInputDevice.h>
Go to the source code of this file.
Data Structures | |
| class | NIImporter_OpenStreetMap::CompareNodesInPairs |
| Functor which compares two NIOSMNodes according to their coordinates. More... | |
| class | NIImporter_OpenStreetMap::SimilarEdge |
| Functor which compares two Edges according to all values but id. More... | |
| class | NIImporter_OpenStreetMap::SubstituteNode |
| A functor to substitute a node in the node list of an Edge. More... | |
1.5.6