cgal/Spatial_searching/examples/Spatial_searching
Sébastien Loriot 0b3c2ae383 fix a documentation bug and add static assertions
the class Search_traits_adapter must use only Lvalue_property_map since
  it uses the Cartesian_const_iterator from the base class which is usually
  simply the pointer on the double in the point. If the point returned by
  the property map is a temporaty, the iterator is invalid and its behavior
  is undefined
2014-02-21 15:36:40 +01:00
..
Distance.h Cancel revision 64607. There had been a problem with the branch. 2011-07-06 11:11:58 +00:00
Point.h Cancel revision 64607. There had been a problem with the branch. 2011-07-06 11:11:58 +00:00
circular_query.cpp
distance_browsing.cpp
fuzzy_range_query.cpp
general_neighbor_searching.cpp
iso_rectangle_2_query.cpp
nearest_neighbor_searching.cpp
searching_with_circular_query.cpp Passing to Simple_cartesian makes it 30% faster 2013-08-27 09:28:10 +02:00
searching_with_point_with_info.cpp change in example, use Nth_of_tuple_property_map 2013-05-02 15:59:36 +03:00
searching_with_point_with_info_inplace.cpp fix a documentation bug and add static assertions 2014-02-21 15:36:40 +01:00
searching_with_point_with_info_pmap.cpp Cancel revision 64607. There had been a problem with the branch. 2011-07-06 11:11:58 +00:00
user_defined_point_and_distance.cpp
using_fair_splitting_rule.cpp
weighted_Minkowski_distance.cpp