Home
last modified time | relevance | path

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

/dports/cad/sumo/sumo-1.2.0/src/microsim/output/
H A DMSE3Collector.h142 class MSE3LeaveReminder : public MSMoveReminder {
149 MSE3LeaveReminder(const MSCrossSection& crossSection, MSE3Collector& collector);
205 MSE3LeaveReminder(const MSE3LeaveReminder&);
208 MSE3LeaveReminder& operator=(const MSE3LeaveReminder&);
353 std::vector<MSE3LeaveReminder*> myLeaveReminders;
H A DMSE3Collector.cpp155 MSE3Collector::MSE3LeaveReminder::MSE3LeaveReminder( in MSE3LeaveReminder() function in MSE3Collector::MSE3LeaveReminder
162 MSE3Collector::MSE3LeaveReminder::notifyEnter(SUMOTrafficObject& veh, Notification reason, const MS… in notifyEnter()
191 MSE3Collector::MSE3LeaveReminder::notifyMove(SUMOTrafficObject& veh, double oldPos, in notifyMove()
241 MSE3Collector::MSE3LeaveReminder::notifyLeave(SUMOTrafficObject& veh, double /* lastPos */, MSMove… in notifyLeave()
293 myLeaveReminders.push_back(new MSE3LeaveReminder(*crossSec2, *this)); in MSE3Collector()
303 …for (std::vector<MSE3LeaveReminder*>::iterator i = myLeaveReminders.begin(); i != myLeaveReminders… in ~MSE3Collector()