Home
last modified time | relevance | path

Searched refs:detectCollisionBetween (Results 1 – 2 of 2) sorted by relevance

/dports/cad/sumo/sumo-1.2.0/src/microsim/
H A DMSLane.h1227 …bool detectCollisionBetween(SUMOTime timestep, const std::string& stage, MSVehicle* collider, MSVe…
H A DMSLane.cpp1334 detectCollisionBetween(timestep, stage, *veh, *pred, toRemove, toTeleport); in detectCollisions()
1337detectCollisionBetween(timestep, stage, *lastVeh, myPartialVehicles.front(), toRemove, toTeleport); in detectCollisions()
1387 if (detectCollisionBetween(timestep, stage, follow, lead, toRemove, toTeleport)) { in detectCollisions()
1400 …if (lead != nullptr && lead != follow && shadowLane->detectCollisionBetween(timestep, stage, follo… in detectCollisions()
1490 MSLane::detectCollisionBetween(SUMOTime timestep, const std::string& stage, MSVehicle* collider, MS… in detectCollisionBetween() function in MSLane