cgal/Spatial_searching/examples/Spatial_searching
Philipp Möller 4211a4f01e Globally remove CMAKE_ALLOW_LOOSE_LOOP_CONSTRUCTS
This is a Cmake 2.4.3 variable that isn't even documented anymore.
2016-02-16 17:02:55 +01:00
..
data Add a tiny data set 2015-01-27 11:11:02 +01:00
CMakeLists.txt Globally remove CMAKE_ALLOW_LOOSE_LOOP_CONSTRUCTS 2016-02-16 17:02:55 +01:00
Distance.h use Dimension_tag 2015-01-08 11:35:58 +01:00
Point.h Changed order of nodes in deque 2014-12-16 11:49:15 +01:00
circular_query.cpp Remove semi-colon after main() function definition. 2009-12-12 14:32:20 +00:00
distance_browsing.cpp
fuzzy_range_query.cpp use \tparam; polish of examples 2015-02-27 11:47:59 +01:00
general_neighbor_searching.cpp use \tparam; polish of examples 2015-02-27 11:47:59 +01:00
iso_rectangle_2_query.cpp use \tparam; polish of examples 2015-02-27 11:47:59 +01:00
nearest_neighbor_searching.cpp
searching_polyhedron_vertices.cpp Add a tiny data set 2015-01-27 11:11:02 +01:00
searching_polyhedron_vertices_with_fuzzy_sphere.cpp fix unused variable warning 2015-10-06 14:16:30 +02:00
searching_sphere_orthogonally.cpp use \tparam; polish of examples 2015-02-27 11:47:59 +01:00
searching_surface_mesh_vertices.cpp Add a tiny data set 2015-01-27 11:11:02 +01:00
searching_with_circular_query.cpp replace pair<Point,bool> wiyh optional<Point> 2015-09-26 10:42:27 +02:00
searching_with_point_with_info.cpp use \tparam; polish of examples 2015-02-27 11:47:59 +01:00
searching_with_point_with_info_inplace.cpp use \tparam; polish of examples 2015-02-27 11:47:59 +01:00
searching_with_point_with_info_pmap.cpp use \tparam; polish of examples 2015-02-27 11:47:59 +01:00
splitter_worst_cases.cpp chmod -x 2015-01-07 18:55:18 +01:00
user_defined_point_and_distance.cpp use Dimension_tag 2015-01-08 11:35:58 +01:00
using_fair_splitting_rule.cpp
weighted_Minkowski_distance.cpp