24 #ifndef MSLCM_LC2013_h
25 #define MSLCM_LC2013_h
79 const std::pair<MSVehicle*, SUMOReal>& leader,
80 const std::pair<MSVehicle*, SUMOReal>& neighLead,
81 const std::pair<MSVehicle*, SUMOReal>& neighFollow,
83 const std::vector<MSVehicle::LaneQ>& preb,
114 const std::pair<MSVehicle*, SUMOReal>& leader,
115 const std::pair<MSVehicle*, SUMOReal>& neighLead,
116 const std::pair<MSVehicle*, SUMOReal>& neighFollow,
118 const std::vector<MSVehicle::LaneQ>& preb,
128 int blocked,
int dir,
129 const std::pair<MSVehicle*, SUMOReal>& neighLead,
134 int blocked,
int dir,
135 const std::pair<MSVehicle*, SUMOReal>& neighFollow,
164 return dist / (
abs(laneOffset)) < lookForwardDist;
167 return dist /
abs(laneOffset) > lookForwardDist;
171 typedef std::pair<SUMOReal, int>
Info;