Home
last modified time | relevance | path

Searched refs:SUMO_TAG_INTERVAL (Results 1 – 19 of 19) sorted by relevance

/dports/cad/sumo/sumo-1.2.0/src/netedit/additionals/
H A DGNERerouterInterval.cpp35 …), rerouterDialog->getEditedAdditional()->getViewNet(), GLO_REROUTER, SUMO_TAG_INTERVAL, "", false, in GNERerouterInterval()
43 …GNEAdditional(rerouterParent, rerouterParent->getViewNet(), GLO_REROUTER, SUMO_TAG_INTERVAL, "", f… in GNERerouterInterval()
H A DGNEAdditionalHandler.cpp219 case SUMO_TAG_INTERVAL: in buildAdditional()
1479 …double begin = GNEAttributeCarrier::parseAttributeFromXML<double>(attrs, "", SUMO_TAG_INTERVAL, SU… in parseAndBuildRerouterInterval()
1480 …double end = GNEAttributeCarrier::parseAttributeFromXML<double>(attrs, "", SUMO_TAG_INTERVAL, SUMO… in parseAndBuildRerouterInterval()
1497 …sertedRerouterInterval = insertedAdditionals->retrieveAdditionalParent(viewNet, SUMO_TAG_INTERVAL); in parseAndBuildRerouterInterval()
1537 … rerouterInterval = insertedAdditionals->retrieveAdditionalParent(viewNet, SUMO_TAG_INTERVAL); in parseAndBuildRerouterClosingLaneReroute()
1540 …rerouterInterval = viewNet->getNet()->retrieveAdditional(SUMO_TAG_INTERVAL, attrs.get<std::string>… in parseAndBuildRerouterClosingLaneReroute()
1573 … rerouterInterval = insertedAdditionals->retrieveAdditionalParent(viewNet, SUMO_TAG_INTERVAL); in parseAndBuildRerouterClosingReroute()
1576 …rerouterInterval = viewNet->getNet()->retrieveAdditional(SUMO_TAG_INTERVAL, attrs.get<std::string>… in parseAndBuildRerouterClosingReroute()
1608 … rerouterInterval = insertedAdditionals->retrieveAdditionalParent(viewNet, SUMO_TAG_INTERVAL); in parseAndBuildRerouterDestProbReroute()
1644 … rerouterInterval = insertedAdditionals->retrieveAdditionalParent(viewNet, SUMO_TAG_INTERVAL); in parseAndBuildRerouterParkingAreaReroute()
[all …]
H A DGNERerouter.cpp262 i->setAttribute(SUMO_ATTR_ID, generateChildID(SUMO_TAG_INTERVAL), undoList); in setAttribute()
/dports/cad/sumo/sumo-1.2.0/src/netedit/dialogs/
H A DGNERerouterDialog.cpp64 …new FXLabel(myAddIntervalFrame, ("Add new " + toString(SUMO_TAG_INTERVAL)).c_str(), nullptr, GUIDe… in FXIMPLEMENT()
67 …new FXLabel(myAddIntervalFrame, ("Sort " + toString(SUMO_TAG_INTERVAL) + "s").c_str(), nullptr, GU… in FXIMPLEMENT()
/dports/cad/sumo/sumo-1.2.0/src/mesosim/
H A DMEInductLoop.cpp61 …dev.openTag(SUMO_TAG_INTERVAL).writeAttr(SUMO_ATTR_BEGIN, time2string(startTime)).writeAttr(SUMO_A… in writeXMLOutput()
/dports/cad/sumo/sumo-1.2.0/src/utils/vehicle/
H A DSUMORouteHandler.cpp157 case SUMO_TAG_INTERVAL: { in myStartElement()
236 case SUMO_TAG_INTERVAL: in myEndElement()
/dports/cad/sumo/sumo-1.2.0/src/utils/xml/
H A DSAXWeightsHandler.cpp80 case SUMO_TAG_INTERVAL: { in myStartElement()
H A DSUMOXMLDefinitions.h154 SUMO_TAG_INTERVAL, enumerator
H A DSUMOXMLDefinitions.cpp95 { "interval", SUMO_TAG_INTERVAL },
/dports/cad/sumo/sumo-1.2.0/src/jtrrouter/
H A DROJTRTurnDefLoader.cpp56 case SUMO_TAG_INTERVAL: in myStartElement()
/dports/cad/sumo/sumo-1.2.0/src/microsim/output/
H A DMSInductLoop.cpp241 …dev.openTag(SUMO_TAG_INTERVAL).writeAttr(SUMO_ATTR_BEGIN, STEPS2TIME(startTime)).writeAttr(SUMO_AT… in writeXMLOutput()
H A DMSMeanData.cpp581 …dev.openTag(SUMO_TAG_INTERVAL).writeAttr(SUMO_ATTR_BEGIN, time2string(startTime)).writeAttr(SUMO_A… in openInterval()
/dports/cad/sumo/sumo-1.2.0/src/microsim/trigger/
H A DMSTriggeredRerouter.cpp111 if (element == SUMO_TAG_INTERVAL) { in myStartElement()
237 if (element == SUMO_TAG_INTERVAL) { in myEndElement()
/dports/cad/sumo/sumo-1.2.0/src/guisim/
H A DGUITriggeredRerouter.cpp241 if (element == SUMO_TAG_INTERVAL) { in myEndElement()
H A DGUINet.cpp570 } else if (element == SUMO_TAG_INTERVAL) { in myStartElement()
/dports/cad/sumo/sumo-1.2.0/src/microsim/devices/
H A DMSRoutingEngine.cpp187 dev.openTag(SUMO_TAG_INTERVAL); in adaptEdgeEfforts()
/dports/cad/sumo/sumo-1.2.0/src/netedit/
H A DGNEAttributeCarrier.cpp2589 currentTag = SUMO_TAG_INTERVAL; in fillAdditionals()
2609 …erties(currentTag, TAGTYPE_ADDITIONAL, TAGPROPERTY_PARENT, ICON_CLOSINGREROUTE, SUMO_TAG_INTERVAL); in fillAdditionals()
2630 …es(currentTag, TAGTYPE_ADDITIONAL, TAGPROPERTY_PARENT, ICON_CLOSINGLANEREROUTE, SUMO_TAG_INTERVAL); in fillAdditionals()
2651 …rties(currentTag, TAGTYPE_ADDITIONAL, TAGPROPERTY_PARENT, ICON_DESTPROBREROUTE, SUMO_TAG_INTERVAL); in fillAdditionals()
2668 …es(currentTag, TAGTYPE_ADDITIONAL, TAGPROPERTY_PARENT, ICON_PARKINGZONEREROUTE, SUMO_TAG_INTERVAL); in fillAdditionals()
2691 …ties(currentTag, TAGTYPE_ADDITIONAL, TAGPROPERTY_PARENT, ICON_ROUTEPROBREROUTE, SUMO_TAG_INTERVAL); in fillAdditionals()
/dports/cad/sumo/sumo-1.2.0/src/marouter/
H A Dmarouter_main.cpp153 …dev.openTag(SUMO_TAG_INTERVAL).writeAttr(SUMO_ATTR_BEGIN, time2string(begin)).writeAttr(SUMO_ATTR_… in writeInterval()
/dports/cad/sumo/sumo-1.2.0/src/router/
H A DRONet.cpp244 dev.openTag(SUMO_TAG_INTERVAL); in writeIntermodal()