Home
last modified time | relevance | path

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

/dports/cad/sumo/sumo-1.2.0/src/netimport/
H A DNIImporter_OpenDrive.h318 struct OpenDriveLaneSection { struct
322 OpenDriveLaneSection(double sArg);
339 … std::map<int, int> getInnerConnections(OpenDriveXMLTag dir, const OpenDriveLaneSection& prev);
342 … bool buildSpeedChanges(const NBTypeCont& tc, std::vector<OpenDriveLaneSection>& newSections);
343 OpenDriveLaneSection buildLaneSection(double startPos);
475 std::vector<OpenDriveLaneSection> laneSections;
490 int operator()(const OpenDriveLaneSection& ls1, const OpenDriveLaneSection& ls2) { in operator()
644 …static void recomputeWidths(OpenDriveLaneSection& sec, double start, double end, double sectionSta…
H A DNIImporter_OpenDrive.cpp922 OpenDriveLaneSection& laneSection = *it; in laneSectionsConnected()
1226 std::vector<OpenDriveLaneSection> newSections; in revisitLaneSections()
1504 NIImporter_OpenDrive::OpenDriveLaneSection::OpenDriveLaneSection(double sArg) : s(sArg), sOrig(sArg… in OpenDriveLaneSection() function in NIImporter_OpenDrive::OpenDriveLaneSection
1547 NIImporter_OpenDrive::OpenDriveLaneSection::getInnerConnections(OpenDriveXMLTag dir, const OpenDriv… in getInnerConnections()
1585 NIImporter_OpenDrive::OpenDriveLaneSection
1587 OpenDriveLaneSection ret(*this); in buildLaneSection()
1610 NIImporter_OpenDrive::OpenDriveLaneSection::buildSpeedChanges(const NBTypeCont& tc, std::vector<Ope… in buildSpeedChanges()
1651 OpenDriveLaneSection& ls = newSections[i]; in buildSpeedChanges()
2136 std::vector<OpenDriveLaneSection> newSections; in splitMinWidths()
2144 OpenDriveLaneSection& sec = *j; in splitMinWidths()
[all …]