 |
Eclipse SUMO - Simulation of Urban MObility
|
Go to the documentation of this file.
27 #include "../NIImporter_Vissim.h"
28 #include "../tempstructs/NIVissimClosures.h"
62 std::vector<int> edges;
63 while (tag !=
"DATAEND") {
65 if (tag !=
"DATAEND") {
~NIVissimSingleTypeParser_Kantensperrung()
Destructor.
Importer for networks stored in Vissim format.
bool parse(std::istream &from)
Parses the data type from the given stream.
std::string readEndSecure(std::istream &from, const std::string &excl="")
as myRead, but returns "DATAEND" when the current field has ended
NIVissimSingleTypeParser_Kantensperrung(NIImporter_Vissim &parent)
Constructor.
static int toInt(const std::string &sData)
converts a string into the integer value described by it by calling the char-type converter,...
static bool dictionary(const std::string &id, int from_node, int to_node, std::vector< int > &overEdges)