44 #ifdef CHECK_MEMORY_LEAKS
46 #endif // CHECK_MEMORY_LEAKS
71 std::vector<std::string> ids;
101 for (
unsigned int iPoint = 0; iPoint < MIN2(static_cast<size_t>(255), p->
getShape().size()); ++iPoint) {
123 std::string warning =
"";
127 && variable !=
ADD && variable !=
REMOVE) {
134 if (variable !=
ADD && variable !=
REMOVE) {
192 bool fill = value != 0;
249 for (std::map<std::string, Polygon*>::const_iterator i = polygons.begin(); i != polygons.end(); ++i) {
250 Boundary b = (*i).second->getShape().getBoxBoundary();
253 t->
Insert(cmin, cmax, (*i).second);