| 32 | throw NotImplementedError("HashGrid::insert is not implemented"); |
| 33 | } |
| 34 | virtual bool insert_bbox(int obj_id, const MatrixF& shape) { |
| 35 | throw NotImplementedError("HashGrid::insert_bbox is not implemented"); |
| 36 | } |
| 37 | virtual bool insert_triangle(int obj_id, const MatrixFr& shape) { |
| 38 | throw NotImplementedError("HashGrid::insert_triangle is not implemented"); |
| 39 | } |