48 #ifdef CHECK_MEMORY_LEAKS
50 #endif // CHECK_MEMORY_LEAKS
68 :
Named(id), myFromNode(from), myToNode(to), myIndex(index), myPriority(priority),
69 mySpeed(-1), myLength(0),
70 myUsingTTTimeLine(false),
71 myUsingETimeLine(false),
72 myCombinedPermissions(0),
75 while (
myEdges.size() <= index) {
83 for (std::vector<ROLane*>::iterator i =
myLanes.begin(); i !=
myLanes.end(); ++i) {
161 WRITE_WARNING(
"No interval matches passed time " +
toString(time) +
" in edge '" +
myID +
"'.\n Using edge's length / max speed.");
264 WRITE_WARNING(
"No interval matches passed time " +
toString(time) +
" in edge '" +
myID +
"'.\n Using edge's length / edge's speed.");
313 if (measure ==
"CO") {
316 if (measure ==
"CO2") {
319 if (measure ==
"HC") {
322 if (measure ==
"PMx") {
325 if (measure ==
"NOx") {
328 if (measure ==
"fuel") {
342 if (!(*i)->prohibits(vehicle)) {