| 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 | } |
| 40 | virtual bool insert_multiple_triangles(const VectorI& obj_ids, const MatrixFr& shape) { |
| 41 | throw NotImplementedError("HashGrid::insert_multiple_triangle is not implemented"); |
| 42 | } |