cgal/Spatial_searching/include/CGAL/internal
Sébastien Loriot 37b02012b6 fix const-correctness issue in the spatial searching package. In particular this
remove all mutable member variable and leave only one const_cast in the kd-kdtree private function
const_build. This function is called in const predicates when the tree is not already internally built.
The documentation has been update and a few typos fixed at the same time.
2011-09-07 09:04:52 +00:00
..
K_neighbor_search.h fix const-correctness issue in the spatial searching package. In particular this 2011-09-07 09:04:52 +00:00
bounded_priority_queue.h add empty() method to kdtree 2010-05-11 12:52:53 +00:00