Commit Graph

9 Commits

Author SHA1 Message Date
Adam Wulkiewicz
d04440d13e rtree all tests divided into 2 files(for points and boxes) because b2 was complaining about the files sizes.
rtree tests were generated by tests/rtree_test_generator.cpp

[SVN r81912]
2012-12-13 20:38:05 +00:00
Adam Wulkiewicz
f4f0094c3a Merged from index_dev
Fixed rtree::clear() mem leak.
Added test for clear() and boost::shared_ptr as Values.
Each linear algo test file divided into 2 files.
Added reference in docs->rtree introduction.

[SVN r81778]
2012-12-07 22:52:53 +00:00
Adam Wulkiewicz
6f5b384b93 Merged from index_dev.
not_xxx predicates generators removed.
Added rtree constructor, insert() and remove() taking Range.
Added default translator for boost::tuple<>.
Each R*tree test divided into 2 files.
Docs updated/modified/fixed.

[SVN r81571]
2012-11-26 18:54:09 +00:00
Adam Wulkiewicz
25e10f2539 potential mem leaks fixed in inserting algorithms, exceptions tests added.
[SVN r81301]
2012-11-12 00:47:07 +00:00
Adam Wulkiewicz
4c41822454 Modified docs, files descriptions, added quick_start example.
[SVN r80164]
2012-08-23 21:55:34 +00:00
Adam Wulkiewicz
6302ef001e added r-tree basic knn search test, gcc compilation errors fixed, *.cpp test files divided to more smaller files.
[SVN r80148]
2012-08-22 22:16:35 +00:00
Adam Wulkiewicz
8339c81d88 rtree tests divided into several files.
[SVN r79134]
2012-06-27 11:44:44 +00:00
Adam Wulkiewicz
f20f6107b1 implemented rtree intersection queries tests for 3d.
[SVN r79125]
2012-06-26 22:31:01 +00:00
Adam Wulkiewicz
cfc4f8b4ad tests added:
rtree- 2d, linear<4,2>, quadratic<4,2>, rstar<4,2>
queries - default, intersects, !intersects, !disjoint, not_disjoint

[SVN r79108]
2012-06-26 13:36:34 +00:00