45 #ifdef CHECK_MEMORY_LEAKS
47 #endif // CHECK_MEMORY_LEAKS
78 std::vector<std::string> ids;
83 std::vector<std::string> ids;
112 unsigned int cnt = 0;
115 tempContent.
writeInt((
int) links.size());
118 for (MSLinkCont::const_iterator i = links.begin(); i != links.end(); ++i) {
126 #ifdef HAVE_INTERNAL_LANES
127 tempContent.
writeString(link->getViaLane() != 0 ? link->getViaLane()->getID() :
"");
166 if (permissions ==
SVCAll) {
179 for (
unsigned int iPoint = 0; iPoint < MIN2(static_cast<size_t>(255), lane->
getShape().size()); ++iPoint) {
221 std::vector<std::string> vehIDs;
223 for (MSLane::VehCont::const_iterator j = vehs.begin(); j != vehs.end(); ++j) {
224 vehIDs.push_back((*j)->getID());
238 for (MSLane::VehCont::const_iterator j = vehs.begin(); j != vehs.end(); ++j) {
251 for (MSLane::VehCont::const_iterator j = vehs.begin(); j != vehs.end(); ++j) {
252 lengthSum += (*j)->getVehicleType().getLength();
255 if (vehs.size() == 0) {
271 if (meanSpeed != 0) {
295 std::string warning =
"";
326 std::vector<std::string> classes;
335 std::vector<std::string> classes;
367 for (MSLane::VehCont::const_iterator j = vehs.begin(); j != vehs.end(); ++j) {
369 myIDs.insert((*j)->getID());