40 #ifdef CHECK_MEMORY_LEAKS
42 #endif // CHECK_MEMORY_LEAKS
74 SUMOReal angle,
const std::string& imgFile,
118 static_cast<Position*
>(p)->set(pos);
140 std::vector<GUIGlID> ret;
141 const std::map<std::string, PointOfInterest*>& pois =
getPOIs().
getMyMap();
142 for (std::map<std::string, PointOfInterest*>::const_iterator it = pois.begin(); it != pois.end(); ++it) {
143 ret.push_back(static_cast<GUIPointOfInterest*>(it->second)->getGlID());
152 std::vector<GUIGlID> ret;
154 for (std::map<std::string, SUMO::Polygon*>::const_iterator it = polygons.begin(); it != polygons.end(); ++it) {
155 ret.push_back(static_cast<GUIPolygon*>(it->second)->getGlID());