45 #ifdef CHECK_MEMORY_LEAKS
47 #endif // CHECK_MEMORY_LEAKS
55 bool emptyDestinationsAllowed,
bool withTaz,
56 const std::string& fileName)
58 myEmptyDestinationsAllowed(emptyDestinationsAllowed),
59 myWithTaz(withTaz), myCurrentVehicleType(0),
90 WRITE_ERROR(
"The departure time must be positive.");
119 const std::string& purpose,
132 if (e == 0 && !emptyAllowed) {
133 WRITE_ERROR(
"The edge '" +
id +
"' is not known.\n Vehicle id='" + vid +
"'.");
142 if (myCurrentDepart < myBegin || myCurrentDepart >=
myEnd) {
148 std::vector<const ROEdge*> edges;