• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..10-Oct-2021-

MAILSH A D10-Oct-20216.7 KiB146134

README.grassH A D10-Oct-2021976 2523

sources.htmH A D10-Oct-20217.1 KiB126117

test.cH A D10-Oct-20212.1 KiB6428

README.grass

1This library was originally taken from:
2http://www.superliminal.com/sources/RTree.zip
3described on:
4http://www.superliminal.com/sources/sources.htm
5Copy of this file is in sources.htm
6The current R*-tree implementation is based on
7http://dbs.mathematik.uni-marburg.de/publications/myPapers/1990/BKSS90.pdf
8
9Changes done in GRASS:
10- files converted to unix line ends
11- added this file 'README.grass'
12- added Makefile and Makefile.alone
13- added mail from Daniel Green is in 'MAILS'
14- few modifications to get rid of compiler warnings, but warnings like:
15    index.c:277: warning: `tmp_nptr' might be used uninitialized in this function
16    were left because need deeper revision if may cause problems, insetad of blindly init to 0/NULL
17- '//' comments -> '/* */'
18- printf() - > fprintf(stdout,)
19- NUMDIMS set to 3
20- test.c 2D -> 3D
21- type RectReal: float -> double
22- log_pi set to constant
23- added GRASS headers to all *.[hc] files
24- changed to R*-tree, near complete rewrite
25