cgal/Spatial_searching/test/Spatial_searching
Sébastien Loriot 961b9d8557 add empty() method to kdtree
handle case when kdtree is empty for all 4 nearest neighbor search method
correct sort method of bounded_priority_queue (was sorting the complete vector even if not full)
  ==> fix the crash when  k > nb input points
Modify test suite to handle these particular cases
2010-05-11 12:52:53 +00:00
..
Building_kd_tree_with_ddim_points.cpp
Building_kd_tree_with_own_pointtype.cpp
Circular_query.cpp
Compare_methods.cpp add empty() method to kdtree 2010-05-11 12:52:53 +00:00
Distance.h
Iso_rectangle_2_query.cpp
K_neighbor_search_manhattan_distance_isobox_point.cpp
K_neighbor_search_with_circle.cpp
Orthogonal_incremental_neighbor_search.cpp
Orthogonal_k_neighbor_search.cpp
Point.h
Range_searching.cpp
Splitters.cpp