42 #ifdef CHECK_MEMORY_LEAKS
44 #endif // CHECK_MEMORY_LEAKS
50 using namespace traci;
75 std::vector<std::string> ids;
105 for (
unsigned int iPoint = 0; iPoint < MIN2(static_cast<size_t>(255), p->
getShape().size()); ++iPoint) {
127 std::string warning =
"";
131 && variable !=
ADD && variable !=
REMOVE) {
138 if (variable !=
ADD && variable !=
REMOVE) {
196 bool fill = value != 0;
233 Polygon* poly = getPolygon(
id);
253 for (std::map<std::string, Polygon*>::const_iterator i = polygons.begin(); i != polygons.end(); ++i) {
254 Boundary b = (*i).second->getShape().getBoxBoundary();