The DiscreteHilbertValue class stores Hilbert values for all of the points in a RectangleTree node, and calculates Hilbert values for new points. More...
The DiscreteHilbertValue class stores Hilbert values for all of the points in a RectangleTree node, and calculates Hilbert values for new points.
This implementation calculates the full discrete Hilbert value; for a d-dimensional vector filled with elements of size E, each Hilbert value will take dE space.
Definition at line 29 of file discrete_hilbert_value.hpp.