| 29 | |
| 30 | public: |
| 31 | virtual bool insert(int obj_id, const VectorF& coordinates) { |
| 32 | throw NotImplementedError("HashGrid::insert is not implemented"); |
| 33 | } |
| 34 | virtual bool insert_bbox(int obj_id, const MatrixF& shape) { |
| 35 | throw NotImplementedError("HashGrid::insert_bbox is not implemented"); |
| 36 | } |
no test coverage detected