34 #include "../NIImporter_Vissim.h"
35 #include "../tempstructs/NIVissimSource.h"
38 #ifdef CHECK_MEMORY_LEAKS
40 #endif // CHECK_MEMORY_LEAKS
55 std::string id, edgeid;
57 std::string tag, name;
63 }
else if (tag ==
"strecke") {
78 int vehicle_combination;
79 from >> vehicle_combination;
static SUMOReal _2SUMOReal(const E *const data)
std::string myRead(std::istream &from)
reads from the stream and returns the lower case version of the read value
std::string readEndSecure(std::istream &from, const std::string &excl="")
as myRead, but returns "DATAEND" when the current field has ended
Importer for networks stored in Vissim format.
static bool dictionary(const std::string &id, const std::string &name, const std::string &edgeid, SUMOReal q, bool exact, int vehicle_combination, SUMOReal beg, SUMOReal end)
std::string readName(std::istream &from)
Reads the structures name We cannot use the "<<" operator, as names may contain more than one wor...
bool parse(std::istream &from)
Parses the data type from the given stream.
NIVissimSingleTypeParser_Zuflussdefinition(NIImporter_Vissim &parent)
Constructor.
~NIVissimSingleTypeParser_Zuflussdefinition()
Destructor.
std::string overrideOptionalLabel(std::istream &from, const std::string &tag="")
overrides the optional label definition; returns the next tag as done by readEndSecure ...