Home
last modified time | relevance | path

Searched refs:SUMO_ATTR_TO_LANE (Results 1 – 11 of 11) sorted by relevance

/dports/cad/sumo/sumo-1.2.0/src/netedit/netelements/
H A DGNENetElement.cpp134 …SUMO_ATTR_FROM_LANE) + " -> " + getAttribute(SUMO_ATTR_TO) + "_" + getAttribute(SUMO_ATTR_TO_LANE); in getPopUpID()
146 return getAttribute(SUMO_ATTR_FROM_LANE) + " -> " + getAttribute(SUMO_ATTR_TO_LANE); in getHierarchyName()
H A DGNEConnection.cpp375 case SUMO_ATTR_TO_LANE: in getAttribute()
415 case SUMO_ATTR_TO_LANE: in setAttribute()
471 case SUMO_ATTR_TO_LANE: in isValid()
/dports/cad/sumo/sumo-1.2.0/src/netimport/
H A DNIXMLConnectionsHandler.cpp98 || attrs.hasAttribute(SUMO_ATTR_TO_LANE)) { in myStartElement()
131 …O_ATTR_LANE) || attrs.hasAttribute(SUMO_ATTR_FROM_LANE) || attrs.hasAttribute(SUMO_ATTR_TO_LANE)) { in myStartElement()
220 … "' for " + toString(SUMO_ATTR_TO_LANE) + " in connection from '" + in parseLaneBound()
286 toString(SUMO_ATTR_FROM_LANE) + "' and '" + toString(SUMO_ATTR_TO_LANE) + in parseDeprecatedLaneDefinition()
311 *toLane = attributes.get<int>(SUMO_ATTR_TO_LANE, nullptr, ok); in parseLaneDefinition()
H A DNIXMLTrafficLightsHandler.cpp225 int toLane = retrieveLaneIndex(attrs, SUMO_ATTR_TO_LANE, to, ok); in addTlConnection()
289 int toLane = retrieveLaneIndex(attrs, SUMO_ATTR_TO_LANE, to, ok, true); in removeTlConnection()
H A DNIImporter_SUMO.cpp742 conn.toLaneIdx = attrs.get<int>(SUMO_ATTR_TO_LANE, nullptr, ok); in addConnection()
/dports/cad/sumo/sumo-1.2.0/src/netwrite/
H A DNWWriter_SUMO.cpp180 device.writeAttr(SUMO_ATTR_TO_LANE, 0); in writeNetwork()
665 into.writeAttr(SUMO_ATTR_TO_LANE, c.toLane); in writeConnection()
747 into.writeAttr(SUMO_ATTR_TO_LANE, toLane); in writeInternalConnection()
/dports/cad/sumo/sumo-1.2.0/src/router/
H A DRONetHandler.cpp266 const int toLane = attrs.get<int>(SUMO_ATTR_TO_LANE, nullptr, ok); in parseConnection()
/dports/cad/sumo/sumo-1.2.0/src/utils/xml/
H A DSUMOXMLDefinitions.h687 SUMO_ATTR_TO_LANE, enumerator
H A DSUMOXMLDefinitions.cpp455 { "toLane", SUMO_ATTR_TO_LANE },
/dports/cad/sumo/sumo-1.2.0/src/netload/
H A DNLHandler.cpp1197 const int toLaneIdx = attrs.get<int>(SUMO_ATTR_TO_LANE, nullptr, ok); in addConnection()
/dports/cad/sumo/sumo-1.2.0/src/netedit/
H A DGNEAttributeCarrier.cpp1619 attrProperty = AttributeProperties(SUMO_ATTR_TO_LANE, in fillNetElements()