213 return predPos - predLength - pos;
347 #ifdef HAVE_INTERNAL_LANES
873 void setSpeedTimeLine(
const std::vector<std::pair<SUMOTime, SUMOReal> >& speedTimeLine);
879 void setLaneTimeLine(
const std::vector<std::pair<SUMOTime, unsigned int> >& laneTimeLine);
1217 (
SUMOReal)sqrt(2 * dist * accel + v * v));
1230 void adaptToLeader(
const std::pair<const MSVehicle*, SUMOReal> leaderInfo,
1231 const SUMOReal seen, DriveProcessItem*
const lastLink,
1233 SUMOReal distToCrossing = -1)
const;
1235 #ifdef HAVE_INTERNAL_LANES
1237 mutable std::set<std::string> myLinkLeaders;