Home
last modified time | relevance | path

Searched refs:SUMO_TAG_PARKING_AREA (Results 1 – 25 of 25) sorted by relevance

/dports/cad/sumo/sumo-1.2.0/src/netedit/additionals/
H A DGNEParkingAreaReroute.cpp37 …etEditedAdditional()->getViewNet()->getNet()->getAdditionalByType(SUMO_TAG_PARKING_AREA).begin()->… in GNEParkingAreaReroute()
136 …idAdditionalID(value) && (myViewNet->getNet()->retrieveAdditional(SUMO_TAG_PARKING_AREA, value, fa… in isValid()
H A DGNEAdditionalHandler.cpp211 case SUMO_TAG_PARKING_AREA: in buildAdditional()
327 if (viewNet->getNet()->retrieveAdditional(SUMO_TAG_PARKING_AREA, id, false) == nullptr) { in buildParkingArea()
330 viewNet->getUndoList()->p_begin("add " + toString(SUMO_TAG_PARKING_AREA)); in buildParkingArea()
1640 …GNEAdditional* parkingArea = viewNet->getNet()->retrieveAdditional(SUMO_TAG_PARKING_AREA, parkingA… in parseAndBuildRerouterParkingAreaReroute()
1892 …bool onRoad = GNEAttributeCarrier::parseAttributeFromXML<bool>(attrs, id, SUMO_TAG_PARKING_AREA, S… in parseAndBuildParkingArea()
1893 …h = GNEAttributeCarrier::parseAttributeFromXML<double>(attrs, id, SUMO_TAG_PARKING_AREA, SUMO_ATTR… in parseAndBuildParkingArea()
1895 …e = GNEAttributeCarrier::parseAttributeFromXML<double>(attrs, id, SUMO_TAG_PARKING_AREA, SUMO_ATTR… in parseAndBuildParkingArea()
1906 if (viewNet->getNet()->retrieveAdditional(SUMO_TAG_PARKING_AREA, id, false) != nullptr) { in parseAndBuildParkingArea()
1907 …WRITE_WARNING("There is another " + toString(SUMO_TAG_PARKING_AREA) + " with the same ID='" + id +… in parseAndBuildParkingArea()
1913 …WRITE_WARNING("Invalid position for " + toString(SUMO_TAG_PARKING_AREA) + " with ID = '" + id + "'… in parseAndBuildParkingArea()
[all …]
H A DGNEParkingSpace.cpp209 … return (myViewNet->getNet()->retrieveAdditional(SUMO_TAG_PARKING_AREA, value, false) != nullptr); in isValid()
H A DGNEParkingArea.cpp41 …GNEStoppingPlace(id, viewNet, GLO_PARKING_AREA, SUMO_TAG_PARKING_AREA, lane, startPos, endPos, nam… in GNEParkingArea()
/dports/cad/sumo/sumo-1.2.0/src/netbuild/
H A DNBParking.cpp62 device.openTag(SUMO_TAG_PARKING_AREA); in write()
/dports/cad/sumo/sumo-1.2.0/src/guinetload/
H A DGUITriggerBuilder.cpp98 if (!net.addStoppingPlace(SUMO_TAG_PARKING_AREA, stop)) { in beginParkingArea()
/dports/cad/sumo/sumo-1.2.0/src/netedit/demandelements/
H A DGNERouteHandler.cpp189 …stoppingPlace = viewNet->getNet()->retrieveAdditional(SUMO_TAG_PARKING_AREA, stopParameters.parkin… in buildStop()
436 …GNEAdditional* pa = myViewNet->getNet()->retrieveAdditional(SUMO_TAG_PARKING_AREA, stop.busstop, f… in addStop()
H A DGNEStop.cpp502 … return (myViewNet->getNet()->retrieveAdditional(SUMO_TAG_PARKING_AREA, value, false) != nullptr); in isValid()
/dports/cad/sumo/sumo-1.2.0/src/router/
H A DRONet.cpp663 for (const auto& i : myInstance->myStoppingPlaces[SUMO_TAG_PARKING_AREA]) { in adaptIntermodalRouter()
664 …orLaneID(i.second->lane), (i.second->startPos + i.second->endPos) / 2., 0., SUMO_TAG_PARKING_AREA); in adaptIntermodalRouter()
H A DRONetHandler.cpp86 case SUMO_TAG_PARKING_AREA: in myStartElement()
H A DRORouteHandler.cpp694 …icleParameter::Stop* parkingarea = myNet.getStoppingPlace(stop.parkingarea, SUMO_TAG_PARKING_AREA); in addStop()
/dports/cad/sumo/sumo-1.2.0/src/netedit/frames/
H A DGNEStopFrame.cpp375 … if (objectsUnderCursor.getAdditionalFront()->getTagProperty().getTag() == SUMO_TAG_PARKING_AREA) { in addStop()
/dports/cad/sumo/sumo-1.2.0/src/microsim/
H A DMSNet.cpp1009 for (const auto& i : myInstance->myStoppingPlaces[SUMO_TAG_PARKING_AREA]) { in adaptIntermodalRouter()
1011 …rst, edge, i.second->getAccessPos(edge), i.second->getAccessDistance(edge), SUMO_TAG_PARKING_AREA); in adaptIntermodalRouter()
H A DMSVehicle.cpp1536 …SParkingArea*>(MSNet::getInstance()->getStoppingPlace(stopPar.parkingarea, SUMO_TAG_PARKING_AREA));
5555 parkingAreaID, SumoXMLTag::SUMO_TAG_PARKING_AREA);
5670 case SUMO_TAG_PARKING_AREA:
5697 case SUMO_TAG_PARKING_AREA:
H A DMSRouteHandler.cpp941 …toppingPlace* pa = MSNet::getInstance()->getStoppingPlace(stop.parkingarea, SUMO_TAG_PARKING_AREA); in addStop()
/dports/cad/sumo/sumo-1.2.0/src/netedit/dialogs/
H A DGNERerouterIntervalDialog.cpp187 …if (rerouterInterval->getViewNet()->getNet()->getAdditionalByType(SUMO_TAG_PARKING_AREA).size() ==… in FXIMPLEMENT()
189 …parkingAreaRerouteLabel->setText(("There isn't " + toString(SUMO_TAG_PARKING_AREA) + "s in net").c… in FXIMPLEMENT()
/dports/cad/sumo/sumo-1.2.0/src/utils/xml/
H A DSUMOXMLDefinitions.h108 SUMO_TAG_PARKING_AREA, enumerator
H A DSUMOXMLDefinitions.cpp72 { "parkingArea", SUMO_TAG_PARKING_AREA },
/dports/cad/sumo/sumo-1.2.0/src/netload/
H A DNLTriggerBuilder.cpp446 if (!net.addStoppingPlace(SUMO_TAG_PARKING_AREA, stop)) { in beginParkingArea()
H A DNLHandler.cpp165 case SUMO_TAG_PARKING_AREA: in myStartElement()
288 case SUMO_TAG_PARKING_AREA: in myEndElement()
/dports/cad/sumo/sumo-1.2.0/src/libsumo/
H A DSimulation.cpp613 …atic_cast<MSParkingArea*>(MSNet::getInstance()->getStoppingPlace(objectID, SUMO_TAG_PARKING_AREA)); in getParameter()
H A DVehicle.cpp897 stoppingPlaceType = SUMO_TAG_PARKING_AREA;
/dports/cad/sumo/sumo-1.2.0/src/microsim/trigger/
H A DMSTriggeredRerouter.cpp213 …c_cast<MSParkingArea*>(MSNet::getInstance()->getStoppingPlace(parkingarea, SUMO_TAG_PARKING_AREA)); in myStartElement()
/dports/cad/sumo/sumo-1.2.0/src/utils/router/
H A DIntermodalNetwork.h462 …if (carSplit != nullptr && ((category == SUMO_TAG_PARKING_AREA && (myCarWalkTransfer & PARKING_ARE… in addAccess()
/dports/cad/sumo/sumo-1.2.0/src/netedit/
H A DGNEAttributeCarrier.cpp1866 currentTag = SUMO_TAG_PARKING_AREA; in fillAdditionals()
1935 …RENT | TAGPROPERTY_REPARENT | TAGPROPERTY_BLOCKMOVEMENT, ICON_PARKINGSPACE, SUMO_TAG_PARKING_AREA); in fillAdditionals()