| 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 | } |
| 52 | virtual bool occupied(int obj_id, const VectorF& coordinate) const { |
| 53 | throw NotImplementedError("hashgrid::occupied is not implemented"); |
| 54 | } |
no test coverage detected