36 #include "../NIImporter_Vissim.h"
37 #include "../tempstructs/NIVissimEdge.h"
38 #include "../tempstructs/NIVissimClosedLaneDef.h"
39 #include "../tempstructs/NIVissimClosedLanesVector.h"
42 #ifdef CHECK_MEMORY_LEAKS
44 #endif // CHECK_MEMORY_LEAKS
66 std::string name, label, type;
72 }
else if (tag ==
"typ") {
74 }
else if (tag ==
"laenge") {
85 zuschlag1 = zuschlag2 = 0;
86 while (tag !=
"von") {
88 if (tag ==
"zuschlag") {
91 if (tag ==
"zuschlag") {
98 while (tag !=
"nach") {
111 while (tag !=
"DATAEND") {
112 if (tag ==
"keinspurwechsel") {
113 while (tag !=
"DATAEND") {
116 }
else if (tag ==
"spur") {
121 std::vector<int> assignedVehicles;
124 while (tag !=
"DATAEND" && tag !=
"spur" && tag !=
"keinspurwechsel") {
126 assignedVehicles.push_back(classes);
137 zuschlag1, zuschlag2, length, geom, clv);