Commit Graph

2844 Commits

Author SHA1 Message Date
Sylvain Pion 102341c2c6 Delaunay :
- add function .dual_support(Cell_handle, int) returning a Line_3.
- replace the requirements Plane_3, Construct_perpendicular_line_3
  and Construct_plane_3 by the new Construct_equi_distant_line_3.
2006-08-04 15:21:57 +00:00
Sylvain Pion b67eec7d14 Remove blanks at end of line 2006-08-04 15:18:36 +00:00
Sylvain Pion b694e24056 Fix typo in last change.
Specialize Regular_traits for Filtered_kernel<> instead of only EPICK,
to cover EPECK as well.
2006-08-03 22:10:19 +00:00
Sylvain Pion 1afa951839 - Add a "Kernel" typedef in the Regular_*_traits_* to be able to
fetch its template parameter.
2006-08-03 16:21:32 +00:00
Sylvain Pion cd9143dccb - Rename power_test() to power_test_3() to avoid clash with 2D.
(they were almost not documented)
2006-08-02 08:00:32 +00:00
Andreas Fabri 833035d00c Fixed min max problem 2006-07-31 23:06:40 +00:00
Mariette Yvinec 4c0ba0b872 fixed a detail + TODO list 2006-07-19 12:54:27 +00:00
Monique Teillaud 54be839497 fixed: includes of examples after Andreas' changes .C -> .cpp 2006-07-14 07:41:38 +00:00
Sylvain Pion 45bfd07a83 Remove some #include <CGAL/Arithmetic_filter/...> (Filtered_exact stuff). 2006-07-12 12:03:52 +00:00
Laurent Rineau 780195eb9f Revert incorrect revision 32406 for test/Triangulation_3/Makefile 2006-07-12 00:04:18 +00:00
Laurent Rineau 7f053b6b83 - fixed operators << and >> for triangulations, if the stream is in binary
mode
- fixed only if dimension()==3. If dimension()<3, tds.print_cells() should
  be corrected. The handling of the dimension is ugly (copy-pasting). I
  prefere not to fix that code.

Note 1: Test suite is ok.
Note 2: binary i/o operators are tested in Mesh_3
2006-07-12 00:00:48 +00:00
Andreas Fabri b746ffb9e2 changed .C to .cpp in examples 2006-07-09 19:51:14 +00:00
Sylvain Pion 3490c38e98 - Qualify filter_iterator with CGAL:: to avoid ADL issues. 2006-06-15 08:49:29 +00:00
Monique Teillaud 7fe51c9623 more on design and impl. history 2006-06-12 09:49:01 +00:00
Monique Teillaud 8bf0c1cf18 wrong comment removed 2006-06-12 09:11:39 +00:00
Monique Teillaud e55fd5cdcd fix the manual, and mention the problems pointed out by Laurent R. about
non robustness with regular_traits<predefined_kernels>
2006-06-11 13:19:01 +00:00
Andreas Meyer 0e3d6b8143 manual bugfix (ccHowToCiteCgal) 2006-05-04 12:28:44 +00:00
Andreas Meyer dc3ce8747e \ccHowToCite --> \ccHowToCiteCgal 2006-05-03 11:24:03 +00:00
Andreas Fabri 71394066f5 Added ccHowTocite 2006-05-02 19:34:09 +00:00
Andreas Meyer 4099c4e11a added mssing label 2006-04-27 12:38:49 +00:00
Andreas Meyer 09d2cb06c5 replaced
\ccPkgMaturity{Introduced in \cgal\ 
by 
\ccPkgIntroducedInCGAL{
2006-04-26 16:40:25 +00:00
Marc Glisse b13e3b5ec0 Last round of missing std:: before 3.2 (Andreas permission) 2006-04-19 16:56:12 +00:00
Monique Teillaud 844bfee09d bug fix (TDS3 PkgDescription included in place of T3 PkgDescription)
+ license info in T3 added
2006-04-07 08:12:08 +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 eb999a72fe Added license information 2006-04-06 15:18:09 +00:00
Monique Teillaud 3b14ce5978 fixed "maturity" 2006-04-06 07:46:02 +00:00
Andreas Fabri 798b0a044c Added package descriptions 2006-04-05 20:46:31 +00:00
Andreas Fabri 3617c93317 cleanup of \sections 2006-04-05 13:57:35 +00:00
Andreas Fabri 8934213aa5 cleanup of \sections 2006-04-05 08:47:41 +00:00
Andreas Fabri bb24e0097e Added #ifdef CGAL_USE_GMP 2006-03-29 15:05:59 +00:00
Joachim Reichel f582718758 rename create_makefile to cgal_create_makefile to avoid name clashes,
adjust all occurences of create_makefile and create\_makefile in the entire
repository (well, trunk only)
2006-03-15 22:10:02 +00:00
Sylvain Pion a9e6fec929 - Add missing operator==(NULL) for Facet_circulator. 2006-03-15 09:41:59 +00:00
Sylvain Pion f5ecb3ff85 - I love emacs and its users... 2006-03-15 09:19:23 +00:00
Joachim Reichel 11a449ae00 Added/fixed CGAL_MAKEFILE= line in makefiles 2006-03-14 19:35:55 +00:00
Monique Teillaud fec78fbd33 old pictures replaced by nicer ones by Pierre 2006-03-14 10:00:50 +00:00
Andreas Fabri ce828e7398 Instead of forwarding it is enough to ot use using 2006-03-13 10:19:25 +00:00
Andreas Fabri c2fedb4fb9 Forward call to base class as using directive fails for VC7 in Regular_triangulation_filtered_traits_3.h 2006-03-13 09:47:28 +00:00
Christophe Delage b6dfec3274 when changing the prototype of RT3::remove_2D(), the old one was left over,
causing a warning.
2006-03-13 08:11:56 +00:00
Andreas Fabri f5783d351b Capitalized headings 2006-03-09 09:23:33 +00:00
Sylvain Pion 388ba779f3 - Fix frenchism : mecanism -> mechanism. 2006-03-06 17:22:00 +00:00
Monique Teillaud 61f24050dc captions on figures moved to the right place 2006-03-04 07:28:36 +00:00
Laurent Saboret db6a8f948c Change CVS keywords to SVN style 2006-02-16 14:30:13 +00:00
Laurent Saboret 1aad55d4cb Change CVS keywords to SVN style 2006-02-14 10:08:15 +00:00
Laurent Saboret ee07ad352c Move packages to trunk root 2006-02-14 08:58:20 +00:00