Home
last modified time | relevance | path

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

/dports/cad/sumo/sumo-1.2.0/src/netimport/
H A DNIXMLPTHandler.cpp67 case SUMO_TAG_BUS_STOP: in myStartElement()
98 case SUMO_TAG_BUS_STOP: in myEndElement()
/dports/cad/sumo/sumo-1.2.0/src/netedit/additionals/
H A DGNEAdditionalHandler.cpp169 case SUMO_TAG_BUS_STOP: in buildAdditional()
239 if (viewNet->getNet()->retrieveAdditional(SUMO_TAG_BUS_STOP, id, false) == nullptr) { in buildBusStop()
242 viewNet->getUndoList()->p_begin("add " + toString(SUMO_TAG_BUS_STOP)); in buildBusStop()
1009 assert(busStopParent->getTagProperty().getTag() == SUMO_TAG_BUS_STOP); in accessCanBeCreated()
1702 … GNEAttributeCarrier::parseAttributeFromXML<std::string>(attrs, "", SUMO_TAG_BUS_STOP, SUMO_ATTR_I… in parseAndBuildBusStop()
1706 … GNEAttributeCarrier::parseAttributeFromXML<std::string>(attrs, id, SUMO_TAG_BUS_STOP, SUMO_ATTR_N… in parseAndBuildBusStop()
1720 if (viewNet->getNet()->retrieveAdditional(SUMO_TAG_BUS_STOP, id, false) != nullptr) { in parseAndBuildBusStop()
1721 …WRITE_WARNING("There is another " + toString(SUMO_TAG_BUS_STOP) + " with the same ID='" + id + "'.… in parseAndBuildBusStop()
1727 … WRITE_WARNING("Invalid position for " + toString(SUMO_TAG_BUS_STOP) + " with ID = '" + id + "'."); in parseAndBuildBusStop()
1806 busStop = insertedAdditionals->retrieveAdditionalParent(viewNet, SUMO_TAG_BUS_STOP); in parseAndBuildAccess()
[all …]
H A DGNEBusStop.cpp44 …GNEStoppingPlace(id, viewNet, GLO_BUS_STOP, SUMO_TAG_BUS_STOP, lane, startPos, endPos, name, frien… in GNEBusStop()
/dports/cad/sumo/sumo-1.2.0/src/router/
H A DRONet.cpp201 …if (!myStoppingPlaces[category == SUMO_TAG_TRAIN_STOP ? SUMO_TAG_BUS_STOP : category].add(id, stop… in addStoppingPlace()
667 for (const auto& stop : myInstance->myStoppingPlaces[SUMO_TAG_BUS_STOP]) { in adaptIntermodalRouter()
668 …eID(stop.second->lane), (stop.second->startPos + stop.second->endPos) / 2., 0., SUMO_TAG_BUS_STOP); in adaptIntermodalRouter()
670 …, myInstance->getEdgeForLaneID(std::get<0>(a)), std::get<1>(a), std::get<2>(a), SUMO_TAG_BUS_STOP); in adaptIntermodalRouter()
H A DRORouteHandler.cpp188 stop = myNet.getStoppingPlace(busStopID, SUMO_TAG_BUS_STOP); in myStartElement()
672 …onst SUMOVehicleParameter::Stop* busstop = myNet.getStoppingPlace(stop.busstop, SUMO_TAG_BUS_STOP); in addStop()
867 … const SUMOVehicleParameter::Stop* stop = myNet.getStoppingPlace(busStopID, SUMO_TAG_BUS_STOP); in addPersonTrip()
H A DRONetHandler.cpp83 case SUMO_TAG_BUS_STOP: in myStartElement()
/dports/cad/sumo/sumo-1.2.0/src/netbuild/
H A DNBPTLine.cpp77 device.openTag(SUMO_TAG_BUS_STOP); in write()
H A DNBPTStop.cpp94 device.openTag(SUMO_TAG_BUS_STOP); in write()
/dports/cad/sumo/sumo-1.2.0/src/microsim/
H A DMSNet.cpp892 …return myStoppingPlaces[category == SUMO_TAG_TRAIN_STOP ? SUMO_TAG_BUS_STOP : category].add(stop->… in addStoppingPlace()
1015 for (const auto& i : myInstance->myStoppingPlaces[SUMO_TAG_BUS_STOP]) { in adaptIntermodalRouter()
1018 i.second->getAccessDistance(edge), SUMO_TAG_BUS_STOP); in adaptIntermodalRouter()
1020 …>addAccess(i.first, &std::get<0>(a)->getEdge(), std::get<1>(a), std::get<2>(a), SUMO_TAG_BUS_STOP); in adaptIntermodalRouter()
H A DMSRouteHandler.cpp181 bs = MSNet::getInstance()->getStoppingPlace(bsID, SUMO_TAG_BUS_STOP); in myStartElement()
913 … MSStoppingPlace* bs = MSNet::getInstance()->getStoppingPlace(stop.busstop, SUMO_TAG_BUS_STOP); in addStop()
1073 bs = MSNet::getInstance()->getStoppingPlace(bsID, SUMO_TAG_BUS_STOP); in parseWalkPositions()
H A DMSTransportable.cpp264 … MSStoppingPlace* bs = MSNet::getInstance()->getStoppingPlace(it->destStop, SUMO_TAG_BUS_STOP); in setArrived()
H A DMSVehicle.cpp1534 stop.busstop = MSNet::getInstance()->getStoppingPlace(stopPar.busstop, SUMO_TAG_BUS_STOP);
5661 case SUMO_TAG_BUS_STOP:
5688 case SUMO_TAG_BUS_STOP:
/dports/cad/sumo/sumo-1.2.0/src/netedit/demandelements/
H A DGNERouteHandler.cpp180 …stoppingPlace = viewNet->getNet()->retrieveAdditional(SUMO_TAG_BUS_STOP, stopParameters.busstop, f… in buildStop()
417 …= dynamic_cast<GNEBusStop*>(myViewNet->getNet()->retrieveAdditional(SUMO_TAG_BUS_STOP, stop.bussto… in addStop()
H A DGNEStop.cpp496 … return (myViewNet->getNet()->retrieveAdditional(SUMO_TAG_BUS_STOP, value, false) != nullptr); in isValid()
/dports/cad/sumo/sumo-1.2.0/src/libsumo/
H A DPerson.cpp415 bs = MSNet::getInstance()->getStoppingPlace(stopID, SUMO_TAG_BUS_STOP); in appendDrivingStage()
432 bs = MSNet::getInstance()->getStoppingPlace(stopID, SUMO_TAG_BUS_STOP); in appendWaitingStage()
464 bs = MSNet::getInstance()->getStoppingPlace(stopID, SUMO_TAG_BUS_STOP); in appendWalkingStage()
H A DSimulation.cpp266 MSStoppingPlace* s = MSNet::getInstance()->getStoppingPlace(id, SUMO_TAG_BUS_STOP); in getBusStopWaiting()
628 …static_cast<MSStoppingPlace*>(MSNet::getInstance()->getStoppingPlace(objectID, SUMO_TAG_BUS_STOP)); in getParameter()
H A DVehicle.cpp888 stoppingPlaceType = SUMO_TAG_BUS_STOP;
/dports/cad/sumo/sumo-1.2.0/src/netedit/frames/
H A DGNEStopFrame.cpp348 … if (objectsUnderCursor.getAdditionalFront()->getTagProperty().getTag() == SUMO_TAG_BUS_STOP) { in addStop()
H A DGNEAdditionalFrame.cpp716 myItemSelector->setCurrentTypeTag(SUMO_TAG_BUS_STOP); in GNEAdditionalFrame()
/dports/cad/sumo/sumo-1.2.0/src/utils/xml/
H A DSUMOXMLDefinitions.h98 SUMO_TAG_BUS_STOP, enumerator
H A DSUMOXMLDefinitions.cpp67 { "busStop", SUMO_TAG_BUS_STOP },
/dports/cad/sumo/sumo-1.2.0/src/gui/
H A DGUIViewTraffic.cpp408 …edObjectCont<MSStoppingPlace*>& stops = MSNet::getInstance()->getStoppingPlaces(SUMO_TAG_BUS_STOP); in onGamingClick()
/dports/cad/sumo/sumo-1.2.0/src/netload/
H A DNLHandler.cpp156 case SUMO_TAG_BUS_STOP: in myStartElement()
292 case SUMO_TAG_BUS_STOP: in myEndElement()
/dports/cad/sumo/sumo-1.2.0/src/utils/router/
H A DIntermodalNetwork.h462 …G_AREA && (myCarWalkTransfer & PARKING_AREAS) != 0) || (category == SUMO_TAG_BUS_STOP && (myCarWal… in addAccess()
/dports/cad/sumo/sumo-1.2.0/src/netedit/
H A DGNEAttributeCarrier.cpp1689 SumoXMLTag currentTag = SUMO_TAG_BUS_STOP; in fillAdditionals()
1739 …PERTY_SELECTABLE | TAGPROPERTY_PARENT | TAGPROPERTY_BLOCKMOVEMENT, ICON_ACCESS, SUMO_TAG_BUS_STOP); in fillAdditionals()