Sébastien Loriot
baee18c295
forget to save two files
2010-01-29 15:21:23 +00:00
Sébastien Loriot
93b2b7cbac
Add bounded priority queue as an internal data-structure.
...
Use the bounded_priority_queue inside Orthogonal_k_neighbor search
and K_neighbor_search, a maximum of code is now shared by these two classes.
This reduces computation time and memory needed.
Extend the interface: to save time the sequence k-nearest neighbors
can be sorted (default) or not.
Add a new test that ensures all methods find the same kth closest neighbor.
Update manual.
2010-01-29 15:19:39 +00:00
Ophir Setter
ef48e6975a
unsigned K parameter in orthogonal search
2008-07-27 16:46:13 +00:00
Laurent Saboret
91f0bbfe23
Optimization:
...
Store the neighbors found in a std::set, instead of a list sorted by insertion sort (in type NN_list).
This makes insertion O(log n) instead of O(n).
2008-07-08 14:45:38 +00:00
Sylvain Pion
ef264999b3
Renaming of Compact_container's construct_insert() to emplace() to match C++0x.
...
It breaks backward compat, but I doubt many people use Compact_container directly.
Make it use variadic templates, while at it.
2007-10-20 20:51:59 +00:00
Andreas Fabri
88d0413012
allow empty tree and fix search for empty tree
2007-05-02 08:28:37 +00:00
Andreas Fabri
b10177c003
Removed unused parameter
2007-03-21 17:11:17 +00:00
Andreas Fabri
fdbaee74b0
removed unused parameters
2007-03-17 09:21:06 +00:00
Sylvain Pion
d82965e1eb
warning--
2007-03-08 10:05:31 +00:00
Fernando Cacciola
6e56e11e77
Fixed is_empty() bug that was causing "test/Splitters.exe" to assert
2007-03-07 19:34:29 +00:00
Sylvain Pion
884c477f20
macros must be prefixed by CGAL_
2007-02-15 21:24:48 +00:00
Fernando Cacciola
721515e9c1
Fixed uninitialized iterators problem
2006-12-11 14:46:55 +00:00
Andreas Fabri
e7ed3f05fd
Fixed min max problem
2006-07-31 22:33:02 +00:00
Andreas Fabri
9d7a7e428a
Fixed bug in constructor of Point_container (nonexisting conversion from int to std::vector::iterator)
2006-03-08 10:02:43 +00:00
Marc Glisse
3d1ee0cf13
Missing std::
2006-02-26 00:25:19 +00:00
Laurent Saboret
db6a8f948c
Change CVS keywords to SVN style
2006-02-16 14:30:13 +00:00
Laurent Saboret
1aad55d4cb
Change CVS keywords to SVN style
2006-02-14 10:08:15 +00:00
Laurent Saboret
091f0804c0
Move packages to trunk root
2006-02-14 08:58:19 +00:00