| 1183 | } |
| 1184 | |
| 1185 | std::vector< std::pair<int,Box> > |
| 1186 | BoxArray::intersections (const Box& bx) const |
| 1187 | { |
| 1188 | std::vector< std::pair<int,Box> > isects; |
| 1189 | intersections(bx,isects,false,IntVect::TheZeroVector()); |
| 1190 | return isects; |
| 1191 | } |
| 1192 | |
| 1193 | std::vector< std::pair<int,Box> > |
| 1194 | BoxArray::intersections (const Box& bx, bool first_only, int ng) const |