Home
last modified time | relevance | path

Searched refs:allowsVehicleClass (Results 1 – 12 of 12) sorted by relevance

/dports/cad/sumo/sumo-1.2.0/src/router/
H A DROLane.h113 inline bool allowsVehicleClass(SUMOVehicleClass vclass) const { in allowsVehicleClass() function
H A DRORouteHandler.cpp816 if (!cand->allowsVehicleClass(vClass)) { in parseGeoEdges()
/dports/cad/sumo/sumo-1.2.0/src/microsim/
H A DMSEdge.cpp287 if (lane->allowsVehicleClass(vclass)) { in rebuildAllowedLanes()
343 if (lane->allowsVehicleClass(vclass)) { in rebuildAllowedTargets()
345 … if (link->getLane()->allowsVehicleClass(vclass) && &link->getLane()->getEdge() == target) { in rebuildAllowedTargets()
523 …ameter().departLane || !(*myLanes)[veh.getParameter().departLane]->allowsVehicleClass(veh.getVehic… in getDepartLane()
567 if ((*i)->allowsVehicleClass(veh.getVehicleType().getVehicleClass())) { in getDepartLane()
575 if (!(*myLanes)[0]->allowsVehicleClass(veh.getVehicleType().getVehicleClass())) { in getDepartLane()
H A DMSLaneChanger.cpp242 …return myCandi->mayChangeRight && (myCandi - 1)->lane->allowsVehicleClass(veh(myCandi)->getVehicle… in mayChange()
244 …return myCandi->mayChangeLeft && (myCandi + 1)->lane->allowsVehicleClass(veh(myCandi)->getVehicleT… in mayChange()
1071 if (opposite == nullptr || !opposite->allowsVehicleClass(vehicle->getVClass())) {
1206 …if ((*it)->getOpposite() == nullptr || !(*it)->getOpposite()->allowsVehicleClass(vehicle->getVClas…
H A DMSBaseVehicle.cpp495 …ivalLane >= (int)lanes.size() || !lanes[myParameter->arrivalLane]->allowsVehicleClass(myType->getV… in calculateArrivalParams()
H A DMSLane.h800 inline bool allowsVehicleClass(SUMOVehicleClass vclass) const { in allowsVehicleClass() function
H A DMSVehicle.cpp1530 if (!stop.lane->allowsVehicleClass(myType->getVehicleClass())) {
4760 q.length = cl->allowsVehicleClass(myType->getVehicleClass()) ? cl->getLength() : 0;
H A DMSLane.cpp2069 …&& (*link)->getLane()->myEdge == nRouteEdge && (*link)->getLane()->allowsVehicleClass(veh.getVehic… in succLinkSec()
/dports/cad/sumo/sumo-1.2.0/src/microsim/pedestrians/
H A DMSPModel_NonInteracting.cpp150 const double lateral_offset = (lane->allowsVehicleClass(SVC_PEDESTRIAN) ? 0 : SIDEWALK_OFFSET in getPosition()
/dports/cad/sumo/sumo-1.2.0/src/utils/router/
H A DIntermodalNetwork.h64 if (lane->allowsVehicleClass(SVC_PEDESTRIAN)) { in getSidewalk()
/dports/cad/sumo/sumo-1.2.0/src/libsumo/
H A DHelper.cpp308 if (lane->allowsVehicleClass(vClass)) { in convertCartesianToRoadMap()
/dports/cad/sumo/sumo-1.2.0/src/microsim/lcmodels/
H A DMSLCM_SL2015.cpp1921 if (lane->allowsVehicleClass(myVehicle.getVehicleType().getVehicleClass())) {