#include <densegrid.h>
Container that spatialize elements in a 2d grid.
Optimized for grids thats are dense ie more or less in the same are.
DenseGrid is constructed with a noneValue. Get(x,y) returns noneValue when no value was set with Set(x,y).