HilbertRTree icon indicating copy to clipboard operation
HilbertRTree copied to clipboard

Naive Hilbert R-Tree implementation

Results 3 HilbertRTree issues
Sort by recently updated
recently updated
newest added

https://web.cs.dal.ca/~chamilto/hilbert/ is a broken link (or requires authentication)

$> cd $BUILD_DIR $> cmake $ROOT_DIR $> make $> ./test/main_test #To run all the tests. when I do the third step,there is a problem as following: main.cc:13:14: error: ‘uint64_t’ is...

The CMakefile under the test directory doesn't add the RTreeHelperTest.cc by default. After adding this test and fixing some compiling errors, there is a [failure](https://github.com/santazhang/noir/blob/master/test/third_party/HilbertRTree/RTreeHelperTest.cc#L64-L66) of this test: Value of:...