Laurent Rineau
8f59fd9592
Turn QPL into LGPLv3+
2012-01-13 16:33:35 +00:00
Andreas Fabri
85dfc17bf2
Remove memory sizer as it slows down and is not cross platform
2011-09-27 09:26:50 +00:00
Andreas Fabri
11f9c270a4
Rewrite of loops
2010-08-10 13:22:20 +00:00
Sébastien Loriot
52317dd49f
add python script (replace_CGAL_NAMESPACE.py) to replace CGAL_BEGIN_NAMESPACE and CGAL_END_NAMESPACE
...
by namespace CGAL { and } //namespace CGAL. in all .h and .cpp files
in a directory.
Apply it to all packages in the trunk
Remove macro definition from the config.h file.
2010-06-09 07:37:13 +00:00
Andreas Fabri
2db81b6688
Add 'using' statement for ansi compliance
2010-05-11 08:44:43 +00:00
Nader Salman
59322188ac
Added a missing #include <CGAL/Surface_mesh_traits_generator_3.h>
2010-03-18 09:12:11 +00:00
Stéphane Tayeb
a7c00d7595
Add #include<trace.h> where needed (i think i broke that when i worked on *_assertions.h files)
2009-10-16 08:50:48 +00:00
Laurent Saboret
f7831a6a82
Improved performance traces
2009-07-31 10:49:16 +00:00
Laurent Saboret
0295e64d9b
Move Surface_reconstruction_points_3 with APSS (targeting CGAL 3.6) from experimental-packages to trunk
2009-07-28 07:26:07 +00:00
Laurent Saboret
740a0faa6e
Move Surface_reconstruction_points_3 with APSS (targeting CGAL 3.6) from experimental-packages to trunk
2009-07-28 07:24:21 +00:00
Laurent Saboret
97d6b4187e
Renamed 'size' variables as 'radius' (easier to understand)
2009-06-30 13:15:45 +00:00
Laurent Saboret
e70a056e75
LS + S. Tayeb:
...
* Rename obsolete Mesh_3 files to avoid conflicts with new Mesh_3 implementation.
* TODO:
Modify Poisson_refine_triangulation.h to use new Mesh_3 implementation.
2009-06-26 15:04:39 +00:00
Laurent Saboret
46bd1e2216
Removed obsolete header Iso_cuboid_oracle_3.h
2009-06-26 13:44:33 +00:00
Laurent Saboret
4003fd8520
Fixed infinite loop in Delaunay refinement with "teeth" model (BPoint_MM):
...
use filtered robust version of circumcenter computation.
(thanks to Stephane Tayeb for providing Robust_circumcenter_filtered_traits_3 class)
2009-06-19 16:00:59 +00:00
Laurent Saboret
521b24b556
Changes after Surface_reconstruction_points_3/Point_set_processing_3 submission review by AF (8):
...
* The code matches the documentation and uses the new API with property maps:
- The code uses the new API with property maps.
- The test suites work.
- The MFC and Qt demos work.
- Copied Pierre's comments in Reference Manual to C++ comments.
* Renaming:
- merge_simplify_point_set -> grid_simplify_point_set.
- read_xyz_point_set split() as read_xyz_points() + read_xyz_points_and_normals().
* Gyroviz stuff:
- merge_simplify_nearest_point_set renamed as grid_simplify_nearest_point_set and moved to Poisson demo (as it is limited to Gyroviz_point_3 points).
- The code in Point_set_processing_3 uses the new API with property maps.
2009-05-18 15:42:15 +00:00
Laurent Saboret
8a24d28a83
Use assert macros in surface_reconstruction_points_assertions.h
2009-05-11 17:08:52 +00:00
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