36 #include "../NIImporter_Vissim.h"
42 #ifdef CHECK_MEMORY_LEAKS
44 #endif // CHECK_MEMORY_LEAKS
67 if (tag ==
"mittelwert") {
75 if (tag !=
"DATAEND") {
81 }
while (tag !=
"DATAEND");
static SUMOReal _2SUMOReal(const E *const data)
converts a char-type array into the SUMOReal value described by it
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
static bool dictionary(const std::string &type, const std::string &id, Distribution *d)
Importer for networks stored in Vissim format.
~NIVissimSingleTypeParser_Zeitenverteilungsdefinition()
Destructor.
A point in 2D or 3D with translation and scaling methods.
NIVissimSingleTypeParser_Zeitenverteilungsdefinition(NIImporter_Vissim &parent)
Constructor.