| 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 | } |
| 46 | virtual bool insert_multiple(const VectorI& obj_ids, const MatrixFr& points) { |
| 47 | throw NotImplementedError("hashgrid::insert_multiple is not implemented"); |
| 48 | } |