33 #include "../NIImporter_Vissim.h" 34 #include "../tempstructs/NIVissimSource.h" 52 std::string type =
myRead(from);
53 if (type ==
"fzinfo") {
57 }
else if (type ==
"ldp" || type ==
"szp") {
void readUntil(std::istream &from, const std::string &name)
Reads from the stream until the keywor occurs.
std::string myRead(std::istream &from)
reads from the stream and returns the lower case version of the read value
NIVissimSingleTypeParser_Fensterdefinition(NIImporter_Vissim &parent)
Constructor.
Importer for networks stored in Vissim format.
bool parse(std::istream &from)
Parses the data type from the given stream.
~NIVissimSingleTypeParser_Fensterdefinition()
Destructor.