clear method

void clear()

Clear the spatial index

Implementation

void clear() {
  _grid.clear();
}