42 #ifdef CHECK_MEMORY_LEAKS
44 #endif // CHECK_MEMORY_LEAKS
51 const std::vector<const ROEdge*>& route,
54 myProbability(prop), myRoute(route), myColor(color) {}
58 :
Named(src.myID), myCosts(src.myCosts),
59 myProbability(src.myProbability), myRoute(src.myRoute), myColor(0) {
102 const bool withCosts,
103 const bool withExitTimes)
const {
115 std::vector<const ROEdge*> temp(
myRoute.begin() + 1,
myRoute.end() - 1);
121 std::string exitTimes;
123 for (std::vector<const ROEdge*>::const_iterator i =
myRoute.begin(); i !=
myRoute.end(); ++i) {
127 time += (*i)->getTravelTime(veh, time);