41 #ifdef CHECK_MEMORY_LEAKS
43 #endif // CHECK_MEMORY_LEAKS
49 using namespace traci;
74 std::vector<std::string> ids;
121 std::string warning =
"";
125 && variable !=
ADD && variable !=
REMOVE) {
134 if (variable !=
ADD && variable !=
REMOVE) {
135 p = getPoI(
id, layer);
204 layer = inputStorage.
readInt();
228 layer = inputStorage.
readInt();
265 const std::map<std::string, PointOfInterest*>& pois = shapeCont.
getPOIs().
getMyMap();
266 for (std::map<std::string, PointOfInterest*>::const_iterator i = pois.begin(); i != pois.end(); ++i) {