34 #include "../NIImporter_Vissim.h" 35 #include "../tempstructs/NIVissimSource.h" 53 std::string type =
myRead(from);
54 if (type ==
"fzinfo") {
58 }
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.