Commit Graph

182 Commits

Author SHA1 Message Date
Andreas Fabri 2d44ce327a Removed \cgal 2006-04-11 20:42:23 +00:00
Andreas Fabri 905d3e7055 Capitalized heading 2006-04-09 12:38:11 +00:00
Laurent Rineau ba8c76dd7b - added a picture for the sphere example, in manual.
- modified the bounds for the skull example: with previous bounds (10 and
  10), the resulting mesh was not manifold.
2006-04-07 15:45:18 +00:00
Laurent Rineau 46b7eee9c6 forgot to submit changes.txt 2006-04-06 23:01:49 +00:00
Laurent Rineau 781e40adc0 - Performance issue, in Standard_criteria.h:
Quality were not defined correctly, and then facets were not ordered
  correctly, in the Double_map.
2006-04-06 23:01:25 +00:00
Laurent Rineau ccfe9048b7 small update. demo/ is not submitted, anyway. 2006-04-06 22:58:48 +00:00
Laurent Rineau 31e2cfc6dc - the ImplicitFunction concept now has a operator()(Point), instead of
operator()(FT, FT, FT). This implied the modification of:
    - the Gray_level_image_3 and its documentation Gray_level_image_3.tex
    (new template parameter, to have the type of point),
    - all examples or demo,
    - Mesh_3 examples or demo as well

  This modification was mandatory, before the CGAL-3.2 release, to avoid
  Implicit_surface to use methods x(), y() and z() of points.

  Fully tested, etc.
2006-04-06 22:52:38 +00:00
Laurent Rineau ae69967c14 Quality must also be default constructible. 2006-04-06 22:12:38 +00:00
Laurent Rineau 11a9a960eb fix copyright year 2006-04-06 19:50:58 +00:00
Laurent Rineau 92b4745731 - change to include/CGAL/Weighted_point_with_surface_index.h, used by
Mesh_3 only.
2006-04-06 19:49:41 +00:00
Andreas Meyer 5b5a60cecf rewritten the whole manual
ok. seriously:

renamed \chapter into \ccUserChapter and \ccRefChapter
2006-04-06 17:03:37 +00:00
Andreas Fabri 435d9c53ba Added license information 2006-04-06 15:18:32 +00:00
Laurent Rineau 199321c88d - remove an unused code, in Surface_mesher (check_visits) 2006-04-06 11:55:00 +00:00
Laurent Rineau fa41f8dc68 remove an unused and buggy method 2006-04-06 11:52:05 +00:00
Laurent Rineau 45465d545e - fix the classes Surface_mesh_cell_base_3 and
Complex_2_in_triangulation_cell_base_3, so that Surface_mesh_cell_base_3
  corresponds to its documentation (the default base class was hidding the
  problem).
2006-04-06 11:44:34 +00:00
Laurent Rineau df234321b9 - better test case with two spheres (I changed the radii and centers), in
the testsuite.
2006-04-06 11:30:55 +00:00
Andreas Fabri 6df0902761 Shortened package description 2006-04-06 08:15:23 +00:00
Laurent Rineau a32a18d1de Updated copyright years and ifndef macro name. Cannot break anything. 2006-04-05 20:58:48 +00:00
Andreas Fabri 95dca3ccc3 Updated package descriptions 2006-04-05 20:48:53 +00:00
Andreas Fabri 71829bf113 cleanup of \sections 2006-04-05 14:03:12 +00:00
Laurent Rineau ba53fc3365 - demo now output an off file, probably non oriented.
- Mesh_3/application/off_to_medit.C helps to convert it to a medit file.
2006-04-05 08:57:15 +00:00
Andreas Fabri 784f201c19 updated description 2006-03-30 15:42:48 +00:00
Laurent Rineau b0f3554695 no executable property for PkgDescription.tex 2006-03-30 14:31:27 +00:00
Andreas Fabri 8a5a30e41f Added \ after \cgal 2006-03-30 12:13:56 +00:00
Andreas Fabri e44d776c2e Added package description 2006-03-30 11:44:30 +00:00
Laurent Rineau bf5b494f4f kill warnings 2006-03-29 15:39:54 +00:00
Laurent Rineau b2a897ef2b change "#if CGAL_USE_CORE == 1" to "#ifdef CGAL_USE_CORE" 2006-03-29 15:36:20 +00:00
Laurent Rineau e4b305502d GNUmakefile hacking 2006-03-29 15:06:02 +00:00
Laurent Rineau 9065493d94 - Patch to ImageIO to kill warnings of SunCC. ImageIO was a C library but
is compiled by a C++ compiler. It needs adjustments.
2006-03-29 14:33:19 +00:00
Laurent Rineau b0ca2a2746 typo in a comment 2006-03-29 14:31:16 +00:00
Laurent Rineau 4bd53a4a22 - New "#if CGAL_USE_CORE/#endif" around the use of CORE, in
test/Surface_mesher/implicit_surface_mesher_test.C
2006-03-29 14:09:17 +00:00
Andreas Fabri a1e552c22c Replaced #ifdef WIN32 with #ifdef _MSC_VER in ImageIO.c 2006-03-28 06:52:00 +00:00
Andreas Fabri 17bb37e540 Replaced #ifdef WIN32 with #ifdef _MSC_VER in ImageIO.c 2006-03-28 06:51:40 +00:00
Mariette Yvinec ade35a8e29 fixes to take into account Efi's comments 2006-03-24 16:59:02 +00:00
Laurent Rineau 405f4ab235 Remove again the demo directory from CGAL releases. 2006-03-24 08:55:21 +00:00
Mariette Yvinec 82cade395b 2006-03-24 08:06:52 +00:00
Mariette Yvinec 564e5cb316 2006-03-24 07:24:39 +00:00
Laurent Rineau 08461f35c0 added <assert.h> 2006-03-23 16:31:14 +00:00
Laurent Rineau bf6fc29c4f Typo: added 1e-2 2006-03-23 16:28:54 +00:00
Laurent Rineau 8472040e68 dont_submit update 2006-03-23 16:21:15 +00:00
Laurent Rineau 8874b778cd - added a demo, even if it is not ready
If somebody or the release manager do not agree with that, I will
  "dont_submit" it. So "Speak Now or Forever Hold Your Peace!" :-)
2006-03-23 16:19:20 +00:00
Laurent Rineau bef678f7da - the teaser picture of the doc is now centered in HTML too 2006-03-23 16:12:10 +00:00
Laurent Rineau 6231c6ed23 GNUmakefile hacking 2006-03-23 16:10:54 +00:00
Laurent Rineau cc7dc178c7 - the handle of bad edges, in
include/CGAL/Surface_mesher/Surface_mesher_regular_edges.h, is now lazy,
  like in Surface_mesher_manifold.h
- include/CGAL/Surface_mesher/Surface_mesher_regular_edges_with_boundary.h 
  now longer exists: Surface_mesher_regular_edges is templated by a
  boolean (see the code)
- fix efficiency errors in Surface_mesher_manifold.h
2006-03-23 15:52:52 +00:00
Laurent Rineau 6e97eaa695 added CGAL/basic.h, just in case 2006-03-23 15:49:09 +00:00
Laurent Rineau 6f5d212c6e - updated test parameters 2006-03-23 15:48:42 +00:00
Laurent Rineau 62aa010da2 - new version, more didactic, of
examples/Surface_mesher/3d_image_surface_mesher.C
2006-03-23 15:48:00 +00:00
Laurent Rineau 84a9a36df9 - killed warnings in ImageIO 2006-03-23 15:42:27 +00:00
Laurent Rineau 7b01ac7f51 - remove the precision from examples/Surface_mesher/3d_image_surface_mesher.C 2006-03-23 10:40:23 +00:00
Laurent Rineau 68fbbbb19c - add a case in the testsuite 2006-03-22 23:47:02 +00:00