| 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 | } |
| 49 | virtual bool remove(int obj_id, const VectorF& coordinate) { |
| 50 | throw NotImplementedError("hashgrid::remove is not implemented"); |
| 51 | } |