cgal/Surface_reconstruction_poin...
Laurent Saboret 4f375320a0 Fixed bug in make_surface_mesh(implicit surface, sphere, Manifold_tag) when the implicit surface crosses the sphere:
* The bug could be reproduced on Linux/g++ 4.3.1 by:
> poisson_reconstruction Compressor_top_clean_30kpoints.pwn Compressor-poisson.off
or
> APSS_reconstruction robocat_deci.off robocat_deci-apss.off
=> infinite loop that crashes when the process max memory is reached, or
   assertion failure "(x,y,z) is already inserted on surface", or
   assertion failure "A facet is not in conflict with its refinement point"

* The fix was to use Manifold_with_boundary_tag.
2009-09-08 14:08:23 +00:00
..
demo/Surface_reconstruction_points_3 Fixed bug in make_surface_mesh(implicit surface, sphere, Manifold_tag) when the implicit surface crosses the sphere: 2009-09-08 14:08:23 +00:00
doc Move Surface_reconstruction_points_3 with APSS (targeting CGAL 3.6) from experimental-packages to trunk 2009-07-28 07:26:07 +00:00
doc_tex * Fixed images width (as requested by LR): 2009-09-03 15:22:38 +00:00
examples/Surface_reconstruction_points_3 Fixed bug in make_surface_mesh(implicit surface, sphere, Manifold_tag) when the implicit surface crosses the sphere: 2009-09-08 14:08:23 +00:00
include/CGAL update barycentric coordinates - thanks Andreas. 2009-09-08 07:03:30 +00:00
package_info/Surface_reconstruction_points_3 Move Surface_reconstruction_points_3 with APSS (targeting CGAL 3.6) from experimental-packages to trunk 2009-07-28 07:26:07 +00:00
test/Surface_reconstruction_points_3 Fixed bug in make_surface_mesh(implicit surface, sphere, Manifold_tag) when the implicit surface crosses the sphere: 2009-09-08 14:08:23 +00:00
dont_submit Images used in the User Manual (rasterized) 2009-08-04 14:41:59 +00:00