Home
last modified time | relevance | path

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

12

/dports/cad/sumo/sumo-1.2.0/src/netedit/changes/
H A DGNEChange_Lane.cpp50 myLane(lane), in GNEChange_Lane()
55 if (myLane) { in GNEChange_Lane()
79 if (myLane) { in ~GNEChange_Lane()
81 if (myLane->unreferenced()) { in ~GNEChange_Lane()
84 delete myLane; in ~GNEChange_Lane()
94 if (myLane != nullptr) { in undo()
123 if (myLane != nullptr) { in undo()
133 i->addLaneChild(myLane); in undo()
136 i->addLaneChild(myLane); in undo()
161 if (myLane != nullptr) { in redo()
[all …]
H A DGNEChange_Lane.h84 GNELane* myLane; variable
/dports/cad/sumo/sumo-1.2.0/src/microsim/
H A DMSVehicle.cpp990 myLane(nullptr), in MSVehicle()
1113 if (myLane != nullptr && myLane->isInternal()
1419 MSLane* next = myLane;
2237 const MSLane* lane = opposite ? myLane->getOpposite() : myLane;
3831 myLane = myLane->getOpposite();
3892 myLane = myLane->getOpposite();
3907 return myLane;
4001 if (lane == myLane
4395 myLane = enteredLane;
5228 myLane = lane;
[all …]
H A DMSStoppingPlace.cpp43 Named(id), myLines(lines), myLane(lane), in MSStoppingPlace()
59 return myLane; in getLane()
156 return myLane.getShape().positionAtOffset(myLane.interpolateLanePosToGeometryPos(lanePos), in getWaitPosition()
157 myLane.getWidth() / 2 + row * SUMO_const_waitingPersonDepth); in getWaitPosition()
223 if (edge == &myLane.getEdge()) { in getAccessPos()
237 if (edge == &myLane.getEdge()) { in getAccessDistance()
248 const Position stopPos = myLane.geometryPositionAtOffset((myBegPos + myEndPos) / 2.); in getAccessDistance()
H A DMSMoveReminder.cpp34 myLane(lane), in MSMoveReminder()
36 if (myLane != nullptr && doAdd) { in MSMoveReminder()
38 myLane->addMoveReminder(this); in MSMoveReminder()
H A DMSLane.h121 myLane(lane), in myLane() function
157 const MSLane* myLane; variable
1431 myLane(lane) { in vehicle_position_sorter()
1442 const MSLane* myLane; variable
1454 myLane(lane) { in vehicle_natural_position_sorter()
1465 const MSLane* myLane; variable
1505 const MSLane* const myLane;
1525 const MSLane* const myLane;
1555 : myLane(l), myTime(time) {} in SimulationTask()
1562 (myLane.*(myOperation))(myTime); in run()
[all …]
H A DMSLink.cpp73 myLane(succLane), in MSLink()
164 const bool sameTarget = myLane == (*it_lane)->getLinkCont()[0]->getLane(); in setRequestInformation()
317 const MSEdge* myTarget = &myLane->getEdge(); in setRequestInformation()
413 …neBefore == 0 ? "NULL" : myLaneBefore->getID()) << "'->'" << (myLane == 0 ? "NULL" : myLane->getID… in removeApproaching()
456 assert(myLane != foeLink->getLane()); in opened()
461 … ((posLat < foe->getLateralPositionOnLane() && myLane->getIndex() > foeLink->myLane->getIndex()) in opened()
462 … || (posLat > foe->getLateralPositionOnLane() && myLane->getIndex() < foeLink->myLane->getIndex())) in opened()
544 …if ((*i)->blockedAtTime(arrivalTime, leaveTime, arrivalSpeed, leaveSpeed, myLane == (*i)->getLane(… in opened()
685 …if ((*i)->blockedAtTime(arrivalTime, leaveTime, speed, speed, myLane == (*i)->getLane(), 0, decel,… in hasApproachingFoe()
715 return myLane; in getLane()
[all …]
H A DMSMoveReminder.h84 return myLane; in getLane()
238 MSLane* const myLane;
H A DMSVehicle.h434 return getBackPositionOnLane(myLane); in getBackPositionOnLane()
567 return myLane; in getLane()
577 if (myLane != 0) { in getMaxSpeedOnLane()
578 return myLane->getVehicleMaxSpeed(this); in getMaxSpeedOnLane()
1852 MSLane* myLane; variable
H A DMSParkingArea.cpp64 …const double spaceDim = capacity > 0 ? myLane.interpolateLanePosToGeometryPos((myEndPos - myBegPos… in MSParkingArea()
198 if (forVehicle.getLane() != &myLane) { in getLastFreePosWithReservation()
H A DMSStoppingPlace.h219 const MSLane& myLane; variable
/dports/cad/sumo/sumo-1.2.0/src/microsim/trigger/
H A DMSCalibrator.cpp70 myLane(lane), in MSCalibrator()
77 myDefaultSpeed(myLane == nullptr ? myEdge->getSpeedLimit() : myLane->getSpeedLimit()), in MSCalibrator()
94 if (myLane == nullptr || myLane == lane) { in MSCalibrator()
163 if (myLane == nullptr) { in myStartElement()
167 state.vehicleParameter->departLane = myLane->getIndex(); in myStartElement()
169 } else if (myLane != nullptr && ( in myStartElement()
317 if (myLane == nullptr) { in execute()
320 myLane->setMaxSpeed(myDefaultSpeed); in execute()
332 if (myLane == nullptr) { in execute()
335 myLane->setMaxSpeed(myCurrentStateInterval->v); in execute()
[all …]
/dports/cad/sumo/sumo-1.2.0/src/microsim/pedestrians/
H A DMSPModel_Striping.cpp1265 myLane(lane), in PState()
1330 myLane(nullptr), in PState()
1438 myLane = myNLI.lane; in moveToNextLane()
1440 …const bool normalLane = (myLane == nullptr || myLane->getEdge().getFunction() == EDGEFUNC_NORMAL |… in moveToNextLane()
1445 << " new=" << (myLane == nullptr ? "NULL" : myLane->getID()) in moveToNextLane()
1452 if (myLane == nullptr) { in moveToNextLane()
1457 myLane = nullptr; in moveToNextLane()
1586 const bool onJunction = myLane->getEdge().isWalkingArea() || myLane->getEdge().isCrossing(); in walk()
1772 if (myLane == nullptr) { in getPosition()
1801 if (myLane == nullptr) { in getAngle()
[all …]
/dports/cad/sumo/sumo-1.2.0/src/microsim/output/
H A DMSE3Collector.cpp53 MSMoveReminder(collector.getID() + "_entry", crossSection.myLane), in MSE3EntryReminder()
63 …" MSE3EntryReminder::notifyEnter() (" << getDescription() << "on lane '" << myLane->getID() << "')" in notifyEnter()
72 if (myLane == enteredLane && posOnLane > myPosition) { in notifyEnter()
96 … " MSE3EntryReminder::notifyMove() (" << getDescription() << "on lane '" << myLane->getID() << "')" in notifyMove()
136 …" MSE3EntryReminder::notifyLeave() (" << getDescription() << "on lane '" << myLane->getID() << "')" in notifyLeave()
157 MSMoveReminder(collector.getID() + "_exit", crossSection.myLane), in MSE3LeaveReminder()
166 …" MSE3LeaveReminder::notifyEnter() (" << getDescription() << "on lane '" << myLane->getID() << "')" in notifyEnter()
196 …" MSE3LeaveReminder::notifyMove() (" << getDescription() << " on lane '" << myLane->getID() << "')" in notifyMove()
245 …" MSE3LeaveReminder::notifyLeave() (" << getDescription() << "on lane '" << myLane->getID() << "')" in notifyLeave()
251 …if (reason == MSMoveReminder::NOTIFICATION_LANE_CHANGE && &enteredLane->getEdge() == &myLane->getE… in notifyLeave()
H A DMSCrossSection.h51 MSCrossSection(MSLane* lane, double pos) : myLane(lane), myPosition(pos) {} in MSCrossSection()
56 MSLane* myLane;
H A DMSInductLoop.cpp58 assert(myPosition >= 0 && myPosition <= myLane->getLength()); in MSInductLoop()
84 … if (veh.getPositionOnLane() >= myPosition && veh.getBackPositionOnLane(myLane) < myPosition) { in notifyEnter()
H A DMSInstantInductLoop.cpp52 assert(myPosition >= 0 && myPosition <= myLane->getLength()); in MSInstantInductLoop()
/dports/cad/sumo/sumo-1.2.0/src/utils/router/
H A DPedestrianEdge.h42 myLane(lane),
79 if (this->getEdge()->isCrossing() && myLane->getIncomingLinkState() == LINKSTATE_TL_RED) { in getTravelTime()
99 const L* myLane;
/dports/cad/sumo/sumo-1.2.0/src/guisim/
H A DGUIParkingArea.cpp196 myLane.getVehiclesSecure(); in drawGL()
197 …for (std::set<const MSVehicle*>::const_iterator v = myLane.getParkingVehicles().begin(); v != myLa… in drawGL()
200 myLane.releaseVehicles(); in drawGL()
H A DGUIBusStop.cpp211 …Position ref = myLane.getShape().positionAtOffset(myLane.interpolateLanePosToGeometryPos((myBegPos… in getWaitPosition()
212 myLane.getWidth() / 2); in getWaitPosition()
H A DGUIE3Collector.cpp68 def.myFGPosition = section.myLane->geometryPositionAtOffset(section.myPosition); in buildDefinition()
69 def.myFGRotation = -section.myLane->getShape().rotationDegreeAtOffset(section.myPosition); in buildDefinition()
H A DGUIVehicle.cpp102 ret->mkItem("lane [id]", false, Named::getIDSecure(myLane, "n/a")); in getParameterWindow()
307 MSLane* lane = myLane; in drawAction_drawCarriageClass()
310 MSLane* backLane = myLane; in drawAction_drawCarriageClass()
699 double dist = myLane->getLength() - getPositionOnLane(); in selectBlockingFoes()
729myLane->getWidth() + getLaneChangeModel().getShadowLane()->getWidth()); in selectBlockingFoes()
807 const std::vector<double>& sublaneSides = myLane->getEdge().getSubLaneSides(); in getRightSublaneOnEdge()
819 const std::vector<double>& sublaneSides = myLane->getEdge().getSubLaneSides(); in getLeftSublaneOnEdge()
/dports/cad/sumo/sumo-1.2.0/src/utils/shapes/
H A DPointOfInterest.h74 myLane(lane), in Shape()
180 std::string myLane; variable
/dports/cad/sumo/sumo-1.2.0/src/netimport/vissim/tempstructs/
H A DNIVissimTL.cpp62 myEdgeID(edgeid), myLane(laneno), myPosition(position), in NIVissimTLSignal()
147 std::vector<NBEdge::Connection> connections = edge->getConnectionsFromLane(myLane - 1); in addTo()
150 assert(myLane - 1 < (int)edge->getNumLanes()); in addTo()
151 … assignedConnections.push_back(NBConnection(edge, myLane - 1, conn.toEdge, conn.toLane)); in addTo()
H A DNIVissimTL.h101 int myLane; variable

12