cgal/Surface_reconstruction_3/include/CGAL/IO
Laurent Saboret e6316826b3 Removed unnecessary includes of CGAL/basic.h.
Enforced CGAL_NDEBUG rule:
- code under include/CGAL/ and src/ must not use NDEBUG and assert(), but CGAL_NDEBUG and CGAL assertion macros.
- code under demo/, examples/ and test/ must use NDEBUG and assert().

Added _HAS_ITERATOR_DEBUGGING=0 to .vcproj makefiles to speed up VC++ 2005 debugger.

Removed CGAL_SURFACE_RECONSTRUCTION_CHECK_EXPENSIVE from .vcproj makefiles (unused).
2008-08-21 12:21:20 +00:00
..
surface_reconstruction_output.h
surface_reconstruction_read_off_point_cloud.h Removed unnecessary includes of CGAL/basic.h. 2008-08-21 12:21:20 +00:00
surface_reconstruction_read_pnb.h Removed unnecessary includes of CGAL/basic.h. 2008-08-21 12:21:20 +00:00
surface_reconstruction_read_pwn.h Removed unnecessary includes of CGAL/basic.h. 2008-08-21 12:21:20 +00:00
surface_reconstruction_read_xyz.h Removed unnecessary includes of CGAL/basic.h. 2008-08-21 12:21:20 +00:00
surface_reconstruction_write_off_point_cloud.h Removed unnecessary includes of CGAL/basic.h. 2008-08-21 12:21:20 +00:00
surface_reconstruction_write_pwn.h Removed unnecessary includes of CGAL/basic.h. 2008-08-21 12:21:20 +00:00
surface_reconstruction_write_xyz.h Removed unnecessary includes of CGAL/basic.h. 2008-08-21 12:21:20 +00:00