Home
last modified time | relevance | path

Searched refs:myMinWidth (Results 1 – 2 of 2) sorted by relevance

/dports/cad/sumo/sumo-1.2.0/src/netimport/
H A DNIImporter_OpenDrive.cpp162 double NIImporter_OpenDrive::myMinWidth; member in NIImporter_OpenDrive
180 myMinWidth = oc.getFloat("opendrive.min-width"); in loadNetwork()
386 if (myMinWidth > 0) { in loadNetwork()
437 if (sumoLane.width < myMinWidth in loadNetwork()
486 if (sumoLane.width < myMinWidth in loadNetwork()
2257 const double changeDist = fabs(myMinWidth - wPrev); in findWidthSplit()
2258 if (((wPrev < myMinWidth) && (w > myMinWidth)) in findWidthSplit()
2259 || ((wPrev > myMinWidth) && (w < myMinWidth))) { in findWidthSplit()
2266 while (wSplit > myMinWidth) { in findWidthSplit()
2267 if (wPrev < myMinWidth) { in findWidthSplit()
H A DNIImporter_OpenDrive.h587 static double myMinWidth; variable