1#ifndef SINGLEDEPTHCELLSTRUCTURE_H
2#define SINGLEDEPTHCELLSTRUCTURE_H
5#include "../sgrid/sparseGrid.h"
6#include "celldimension.h"
8class SingleDepthHashCellStructure{
29 bool addPoint(
const CellDimension &key);
32 Depth getDepth()
const {
return _depth;}
34 bool isDepth(
const Depth & depth)
const {
return _depth == depth;}
36 size_t getNumberOfEntries()
const {
return _map.size();}
Definition sparseGrid.h:86
A simple multihash implementation. Is able to store multiple elements with the same hash.
Definition simpleMultiHash.h:154