cgal/Spatial_searching
Sébastien Loriot 69b2f7079a BUGFIX:
incremental neighbor search classes were storing a nested ref_counted iterator
for begin() which implies that a call to operator++ on a copy of an iterator
increment the internal copy of the class (cannot make several pass).
There is still a problem in case of copy outside of the class but this is
a first step (a deep_copy method should be provided for iterators which would
need a small feature).
2012-01-05 09:45:15 +00:00
..
benchmark/Spatial_searching add benchmark to compare ANN STANN and CGAL::Orthogonal_nearest_neighbor 2010-06-28 13:30:59 +00:00
demo/Spatial_searching/Qt3 Merged branch ^/branches/features/gsoc2011-copy_n-pmoeller. 2011-08-26 14:34:10 +00:00
doc_tex Introduce size_type as return type for Kd_tree::size() 2011-11-21 12:47:57 +00:00
examples/Spatial_searching Cancel revision 64607. There had been a problem with the branch. 2011-07-06 11:11:58 +00:00
include/CGAL BUGFIX: 2012-01-05 09:45:15 +00:00
package_info/Spatial_searching remove executable property from copyright files 2011-10-03 08:18:16 +00:00
test/Spatial_searching small feature (testsuite OK): 2011-09-30 06:37:08 +00:00
TODO.txt Cancel revision 64607. There had been a problem with the branch. 2011-07-06 11:11:58 +00:00
dont_submit Do not submit the demo subdirectory: demo/Spatial_searching is now empty, 2011-02-10 14:50:18 +00:00