Home
last modified time | relevance | path

Searched refs:SUMO_TAG_CONTAINER_STOP (Results 1 – 15 of 15) sorted by relevance

/dports/cad/sumo/sumo-1.2.0/src/netedit/additionals/
H A DGNEAdditionalHandler.cpp174 case SUMO_TAG_CONTAINER_STOP: in buildAdditional()
285 if (viewNet->getNet()->retrieveAdditional(SUMO_TAG_CONTAINER_STOP, id, false) == nullptr) { in buildContainerStop()
288 viewNet->getUndoList()->p_begin("add " + toString(SUMO_TAG_CONTAINER_STOP)); in buildContainerStop()
298 …throw ProcessError("Could not build " + toString(SUMO_TAG_CONTAINER_STOP) + " with ID '" + id + "'… in buildContainerStop()
1746 …EAttributeCarrier::parseAttributeFromXML<std::string>(attrs, "", SUMO_TAG_CONTAINER_STOP, SUMO_ATT… in parseAndBuildContainerStop()
1747 …EAttributeCarrier::parseAttributeFromXML<std::string>(attrs, id, SUMO_TAG_CONTAINER_STOP, SUMO_ATT… in parseAndBuildContainerStop()
1750 …EAttributeCarrier::parseAttributeFromXML<std::string>(attrs, id, SUMO_TAG_CONTAINER_STOP, SUMO_ATT… in parseAndBuildContainerStop()
1756 …nt = GNEAttributeCarrier::parseAttributeFromXML<bool>(attrs, id, SUMO_TAG_CONTAINER_STOP, GNE_ATTR… in parseAndBuildContainerStop()
1763 if (viewNet->getNet()->retrieveAdditional(SUMO_TAG_CONTAINER_STOP, id, false) != nullptr) { in parseAndBuildContainerStop()
1764 …WRITE_WARNING("There is another " + toString(SUMO_TAG_CONTAINER_STOP) + " with the same ID='" + id… in parseAndBuildContainerStop()
[all …]
H A DGNEContainerStop.cpp40 …GNEStoppingPlace(id, viewNet, GLO_CONTAINER_STOP, SUMO_TAG_CONTAINER_STOP, lane, startPos, endPos,… in GNEContainerStop()
/dports/cad/sumo/sumo-1.2.0/src/guinetload/
H A DGUITriggerBuilder.cpp74 if (element == SUMO_TAG_CONTAINER_STOP) { in buildStoppingPlace()
/dports/cad/sumo/sumo-1.2.0/src/netedit/demandelements/
H A DGNERouteHandler.cpp183 …stoppingPlace = viewNet->getNet()->retrieveAdditional(SUMO_TAG_CONTAINER_STOP, stopParameters.cont… in buildStop()
427 …GNEAdditional* cs = myViewNet->getNet()->retrieveAdditional(SUMO_TAG_CONTAINER_STOP, stop.busstop,… in addStop()
H A DGNEStop.cpp498 …return (myViewNet->getNet()->retrieveAdditional(SUMO_TAG_CONTAINER_STOP, value, false) != nullptr); in isValid()
/dports/cad/sumo/sumo-1.2.0/src/netedit/frames/
H A DGNEStopFrame.cpp357 …f (objectsUnderCursor.getAdditionalFront()->getTagProperty().getTag() == SUMO_TAG_CONTAINER_STOP) { in addStop()
/dports/cad/sumo/sumo-1.2.0/src/microsim/
H A DMSRouteHandler.cpp227 cs = MSNet::getInstance()->getStoppingPlace(csID, SUMO_TAG_CONTAINER_STOP); in myStartElement()
280 cs = MSNet::getInstance()->getStoppingPlace(csID, SUMO_TAG_CONTAINER_STOP); in myStartElement()
927 …ingPlace* cs = MSNet::getInstance()->getStoppingPlace(stop.containerstop, SUMO_TAG_CONTAINER_STOP); in addStop()
H A DMSVehicle.cpp1535 …ainerstop = MSNet::getInstance()->getStoppingPlace(stopPar.containerstop, SUMO_TAG_CONTAINER_STOP);
5664 case SUMO_TAG_CONTAINER_STOP:
5691 case SUMO_TAG_CONTAINER_STOP:
/dports/cad/sumo/sumo-1.2.0/src/router/
H A DRONetHandler.cpp85 case SUMO_TAG_CONTAINER_STOP: in myStartElement()
H A DRORouteHandler.cpp683 …rameter::Stop* containerstop = myNet.getStoppingPlace(stop.containerstop, SUMO_TAG_CONTAINER_STOP); in addStop()
/dports/cad/sumo/sumo-1.2.0/src/utils/xml/
H A DSUMOXMLDefinitions.h106 SUMO_TAG_CONTAINER_STOP, enumerator
H A DSUMOXMLDefinitions.cpp71 { "containerStop", SUMO_TAG_CONTAINER_STOP },
/dports/cad/sumo/sumo-1.2.0/src/netload/
H A DNLHandler.cpp158 case SUMO_TAG_CONTAINER_STOP: in myStartElement()
294 case SUMO_TAG_CONTAINER_STOP: in myEndElement()
/dports/cad/sumo/sumo-1.2.0/src/libsumo/
H A DVehicle.cpp891 stoppingPlaceType = SUMO_TAG_CONTAINER_STOP;
/dports/cad/sumo/sumo-1.2.0/src/netedit/
H A DGNEAttributeCarrier.cpp1764 currentTag = SUMO_TAG_CONTAINER_STOP; in fillAdditionals()