| 61 | } |
| 62 | |
| 63 | virtual VectorI get_items_near_point(const VectorF& coordinate) { |
| 64 | throw NotImplementedError("hashgrid::get_items_near_point is not implemented"); |
| 65 | } |
| 66 | //virtual VectorI get_items_within_radius(const VectorF& coordinate, Float radius)=0; |
| 67 | virtual MatrixFr get_occupied_cell_centers() const { |
| 68 | throw NotImplementedError("hashgrid::get_occupied_cell_centers is not implemented"); |