Home
last modified time | relevance | path

Searched refs:SUMO_ATTR_EDGE (Results 1 – 22 of 22) sorted by relevance

/dports/cad/sumo/sumo-1.2.0/src/netedit/additionals/
H A DGNEDestProbReroute.cpp96 case SUMO_ATTR_EDGE: in getAttribute()
117 case SUMO_ATTR_EDGE: in setAttribute()
133 case SUMO_ATTR_EDGE: in isValid()
166 case SUMO_ATTR_EDGE: in setAttribute()
H A DGNEClosingReroute.cpp98 case SUMO_ATTR_EDGE: in getAttribute()
121 case SUMO_ATTR_EDGE: in setAttribute()
138 case SUMO_ATTR_EDGE: in isValid()
173 case SUMO_ATTR_EDGE: in setAttribute()
H A DGNEVaporizer.cpp217 case SUMO_ATTR_EDGE: in getAttribute()
242 case SUMO_ATTR_EDGE: in setAttribute()
260 case SUMO_ATTR_EDGE: in isValid()
309 case SUMO_ATTR_EDGE: in setAttribute()
H A DGNERouteProbe.cpp225 case SUMO_ATTR_EDGE: in getAttribute()
252 case SUMO_ATTR_EDGE: in setAttribute()
287 case SUMO_ATTR_EDGE: in isValid()
321 case SUMO_ATTR_EDGE: in setAttribute()
H A DGNECalibrator.cpp208 case SUMO_ATTR_EDGE: in getAttribute()
239 case SUMO_ATTR_EDGE: in setAttribute()
262 case SUMO_ATTR_EDGE: in isValid()
326 case SUMO_ATTR_EDGE: in setAttribute()
H A DGNETAZSourceSink.cpp97 case SUMO_ATTR_EDGE: in getAttribute()
H A DGNEAdditional.cpp425 } else if (myTagProperty.hasAttribute(SUMO_ATTR_EDGE)) { in getPopUpMenu()
426 GNEEdge* edge = myViewNet->getNet()->retrieveEdge(getAttribute(SUMO_ATTR_EDGE)); in getPopUpMenu()
H A DGNETAZ.cpp338 edgeIDs.push_back(i->getAttribute(SUMO_ATTR_EDGE)); in getAttribute()
H A DGNEAdditionalHandler.cpp851 …if ((i->getTagProperty().getTag() == SUMO_TAG_TAZSINK) && (i->getAttribute(SUMO_ATTR_EDGE) == edge… in buildTAZSource()
872 …if ((i->getTagProperty().getTag() == SUMO_TAG_TAZSOURCE) && (i->getAttribute(SUMO_ATTR_EDGE) == ed… in buildTAZSource()
908 …if ((i->getTagProperty().getTag() == SUMO_TAG_TAZSOURCE) && (i->getAttribute(SUMO_ATTR_EDGE) == ed… in buildTAZSink()
928 …if ((i->getTagProperty().getTag() == SUMO_TAG_TAZSINK) && (i->getAttribute(SUMO_ATTR_EDGE) == edge… in buildTAZSink()
1211 …Carrier::parseAttributeFromXML<std::string>(attrs, id, SUMO_TAG_ROUTEPROBE, SUMO_ATTR_EDGE, abort); in parseAndBuildRouteProbe()
1974 if (attrs.hasAttribute(SUMO_ATTR_EDGE)) { in parseAndBuildCalibrator()
1976 …Carrier::parseAttributeFromXML<std::string>(attrs, id, SUMO_TAG_CALIBRATOR, SUMO_ATTR_EDGE, abort); in parseAndBuildCalibrator()
/dports/cad/sumo/sumo-1.2.0/src/activitygen/
H A DAGActivityGenHandler.cpp177 std::string eid = attrs.getString(SUMO_ATTR_EDGE); in parseStreets()
197 std::string edge = attrs.getString(SUMO_ATTR_EDGE); in parseCityGates()
255 std::string edge = attrs.getString(SUMO_ATTR_EDGE); in parseSchool()
277 std::string edge = attrs.getString(SUMO_ATTR_EDGE); in parseBusStation()
/dports/cad/sumo/sumo-1.2.0/src/netedit/dialogs/
H A DGNERerouterIntervalDialog.cpp521 …closingReroute->setAttribute(SUMO_ATTR_EDGE, myClosingRerouteTable->getItem(i, 0)->getText().text(… in onCmdEditClosingReroute()
555 …destProbReroute->setAttribute(SUMO_ATTR_EDGE, myDestProbRerouteTable->getItem(i, 0)->getText().tex… in onCmdEditDestProbReroute()
703 myClosingRerouteTable->setColumnText(0, toString(SUMO_ATTR_EDGE).c_str()); in updateClosingReroutesTable()
714 item = new FXTableItem(myClosingReroutesEdited.at(i)->getAttribute(SUMO_ATTR_EDGE).c_str()); in updateClosingReroutesTable()
749 myDestProbRerouteTable->setColumnText(0, toString(SUMO_ATTR_EDGE).c_str()); in updateDestProbReroutesTable()
759 … item = new FXTableItem(myDestProbReroutesEdited.at(i)->getAttribute(SUMO_ATTR_EDGE).c_str()); in updateDestProbReroutesTable()
/dports/cad/sumo/sumo-1.2.0/src/microsim/output/
H A DMSBatteryExport.cpp99 of.writeAttr(SUMO_ATTR_EDGE, veh->getEdge()->getID()); in write()
H A DMSStopOut.cpp115 myDevice.writeAttr(SUMO_ATTR_EDGE, laneOrEdgeID); in stopEnded()
H A DMSFCDExport.cpp156 of.writeAttr(SUMO_ATTR_EDGE, e->getID()); in writeTransportable()
/dports/cad/sumo/sumo-1.2.0/src/netload/
H A DNLTriggerBuilder.cpp291 if (attrs.hasAttribute(SUMO_ATTR_EDGE)) { in parseAndBuildCalibrator()
292 std::string edgeID = attrs.get<std::string>(SUMO_ATTR_EDGE, id.c_str(), ok); in parseAndBuildCalibrator()
H A DNLHandler.cpp881 std::string edge = attrs.get<std::string>(SUMO_ATTR_EDGE, id.c_str(), ok); in addRouteProbeDetector()
/dports/cad/sumo/sumo-1.2.0/src/netedit/frames/
H A DGNEAdditionalFrame.cpp756 if (tagValues.hasAttribute(SUMO_ATTR_EDGE)) { in addAdditional()
926 valuesMap[SUMO_ATTR_EDGE] = lane->getParentEdge().getID(); in buildAdditionalOverEdge()
H A DGNETAZFrame.cpp282 …ge = myTAZFrameParent->myViewNet->getNet()->retrieveEdge(sourceSink->getAttribute(SUMO_ATTR_EDGE)); in addTAZChild()
/dports/cad/sumo/sumo-1.2.0/src/utils/xml/
H A DSUMOXMLDefinitions.h399 SUMO_ATTR_EDGE, enumerator
H A DSUMOXMLDefinitions.cpp266 { "edge", SUMO_ATTR_EDGE },
/dports/cad/sumo/sumo-1.2.0/src/netedit/
H A DGNEAttributeCarrier.cpp2344 attrProperty = AttributeProperties(SUMO_ATTR_EDGE, in fillAdditionals()
2611 attrProperty = AttributeProperties(SUMO_ATTR_EDGE, in fillAdditionals()
2653 attrProperty = AttributeProperties(SUMO_ATTR_EDGE, in fillAdditionals()
2715 attrProperty = AttributeProperties(SUMO_ATTR_EDGE, in fillAdditionals()
2795 attrProperty = AttributeProperties(SUMO_ATTR_EDGE, in fillAdditionals()
2812 attrProperty = AttributeProperties(SUMO_ATTR_EDGE, in fillAdditionals()
H A DGNENet.cpp498 …(new GNEChange_Attribute(which->getAdditionalChilds().front(), this, SUMO_ATTR_EDGE, by->getID())); in replaceIncomingEdge()
509 …w GNEChange_Attribute(which->getDemandElementChilds().front(), this, SUMO_ATTR_EDGE, by->getID())); in replaceIncomingEdge()