| 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 | } |
| 43 | virtual bool insert_batch(int obj_id, const MatrixFr& points) { |
| 44 | throw NotImplementedError("HashGrid::insert_batch is not implemented"); |
| 45 | } |