cgal/Point_set_processing_3/include/CGAL
Laurent Saboret 87e3e65ddb Changes after Surface_reconstruction_points_3/Point_set_processing_3 submission review by AF (3):
* Renamed functions part of the public API:
average_spacing_3 -> compute_average_spacing
read_off_point_set -> read_off_point_set
read_xyz_point_set -> read_xyz_point_set
write_off_point_set -> write_off_point_set
write_xyz_point_set -> write_xyz_point_set
jet_normal_estimation -> jet_estimate_normals
pca_normal_estimation -> pca_estimate_normals
jet_smoothing_3 -> jet_smooth_point_set
merge_simplification_3 -> merge_simplify_point_set
random_simplification_3 -> random_simplify_point_set
mst_normal_orientation -> mst_orient_normals
outlier_removal_3 -> remove_outliers
surface_reconstruction_output_surface_facets -> output_surface_facets_to_polyhedron and output_surface_facets_to_triangle_soup 

* and similar renaming for private/Gyroviz functions:
poisson_refinement_3 -> poisson_refine_triangulation
improved_laplacian_smoothing_3 -> improved_laplacian_smooth_point_set
merge_simplification_nearest_points_3 -> merge_simplify_nearest_point_set
outlier_removal_wrt_median_knn_sq_distance_3 -> remove_outliers_wrt_median_knn_sq_distance
outlier_removal_wrt_camera_cone_angle_3 -> remove_outliers_wrt_camera_cone_angle_3
radial_normal_orientation_3 -> radial_orient_normals
2009-04-21 14:10:02 +00:00
..
IO Changes after submission review by AF (2): 2009-04-20 16:49:53 +00:00
Neighborhood Split Surface_reconstruction_3 into Point_set_processing_3 and Surface_reconstruction_points_3 (part 1):Move/rename files and folders 2009-03-12 15:19:49 +00:00
Orientable_normal_3.h
Point_with_normal_3.h Changes after submission review by AF (2): 2009-04-20 16:49:53 +00:00
Search_traits_vertex_handle_3.h
compute_average_spacing.h Changes after Surface_reconstruction_points_3/Point_set_processing_3 submission review by AF (3): 2009-04-21 14:10:02 +00:00
improved_laplacian_smooth_point_set.h Changes after Surface_reconstruction_points_3/Point_set_processing_3 submission review by AF (3): 2009-04-21 14:10:02 +00:00
jet_estimate_normals.h Changes after Surface_reconstruction_points_3/Point_set_processing_3 submission review by AF (3): 2009-04-21 14:10:02 +00:00
jet_smooth_point_set.h Changes after Surface_reconstruction_points_3/Point_set_processing_3 submission review by AF (3): 2009-04-21 14:10:02 +00:00
merge_simplify_nearest_point_set.h Changes after Surface_reconstruction_points_3/Point_set_processing_3 submission review by AF (3): 2009-04-21 14:10:02 +00:00
merge_simplify_point_set.h Changes after Surface_reconstruction_points_3/Point_set_processing_3 submission review by AF (3): 2009-04-21 14:10:02 +00:00
mst_orient_normals.h Changes after Surface_reconstruction_points_3/Point_set_processing_3 submission review by AF (3): 2009-04-21 14:10:02 +00:00
pca_estimate_normals.h Changes after Surface_reconstruction_points_3/Point_set_processing_3 submission review by AF (3): 2009-04-21 14:10:02 +00:00
point_set_processing_assertions.h Split Surface_reconstruction_3 into Point_set_processing_3 and Surface_reconstruction_points_3 (part 1): 2009-03-13 15:50:14 +00:00
radial_orient_normals.h Changes after Surface_reconstruction_points_3/Point_set_processing_3 submission review by AF (3): 2009-04-21 14:10:02 +00:00
random_simplify_point_set.h Changes after Surface_reconstruction_points_3/Point_set_processing_3 submission review by AF (3): 2009-04-21 14:10:02 +00:00
remove_outliers.h Changes after Surface_reconstruction_points_3/Point_set_processing_3 submission review by AF (3): 2009-04-21 14:10:02 +00:00
remove_outliers_wrt_median_knn_sq_distance.h Changes after Surface_reconstruction_points_3/Point_set_processing_3 submission review by AF (3): 2009-04-21 14:10:02 +00:00
value_type_traits.h