Commit Graph

44444 Commits

Author SHA1 Message Date
Peter Hachenberger 067c462173 extension of is_valid: check boundary_objects of sface 2010-05-04 16:43:57 +00:00
Peter Hachenberger 79229a5472 small bug fix in convert_inner_shell_to_nef3 2010-05-04 16:41:56 +00:00
Peter Hachenberger 8051eccc1e facet bounding two unselected volumes is handled as separated convex part. 2010-05-04 16:38:29 +00:00
Andreas Fabri 7ba952351b Add 'using' for strict ANSI compliance 2010-05-04 11:58:41 +00:00
Andreas Fabri d0ffd795ee Add 'this->' for strict ANSI compliance 2010-05-04 11:35:23 +00:00
Manuel Caroli 62310ab94d change int to unsigned int to avoid compiler warning 2010-05-04 10:38:21 +00:00
Efi Fogel 538c021a16 added missing category 2010-05-04 08:38:00 +00:00
Fernando Cacciola de48d61720 Weighted straight skeleton API update 2010-05-03 18:25:25 +00:00
Manuel Caroli 5b8efd2fdb bugfix in triangulation hierarchy: put the down pointers right if the triangulation
in the upper level is in 27-cover and the next lower one in 1-cover
2010-05-03 16:08:26 +00:00
Laurent Rineau de5cf96067 Change so that CGAL-3.7-I-123 is symlinked as CGAL-3.7-I and
CGAL-3.7-Ic-124 is symlinked as CGAL-3.7-Ic.
2010-05-03 15:03:31 +00:00
Michael Kerber 2a1d006de0 Latex problem fixed 2010-05-03 13:51:11 +00:00
Michael Hemmer 8f5307aa49 added missing result_type 2010-05-03 12:23:24 +00:00
Michael Hemmer 3d965ead8e use PT to construct polynomials 2010-05-03 12:22:48 +00:00
Efi Fogel df2ed8e6c1 added missing category 2010-05-03 12:05:22 +00:00
Efi Fogel d95f78a873 Added -I../../include 2010-05-03 12:03:35 +00:00
Efi Fogel 7ca3680e0e updated 2010-05-03 11:36:12 +00:00
Fernando Cacciola dafa6c5e7c Weighted straight skeleton API update 2010-04-30 19:01:58 +00:00
Pedro Machado Manhaes de Castro 9ee39b4642 qualified result type issues 2010-04-30 16:41:23 +00:00
Laurent Rineau 3147e41e61 Revert that patch:
| ------------------------------------------------------------------------
  | r55821 | drussel | 2010-04-29 04:19:59 +0200 (Thu, 29 Apr 2010) | 1 line
  | Changed paths:
  |    M /trunk/Kinetic_data_structures/src/CGAL/numeric_solvers_support.cpp
  | 
  | use the newish grand unified polynomial internally
  | ------------------------------------------------------------------------

Reasons are:
  - it uses C99 dynamic C arrays allocated on the stack instead of
  std::vector,
  - C99 dynamic C arrays are not in C++98 (they will probably be in C++0x),
  - g++ implements that as an extension,
  - VC++ does not,
  - that is in libCGAL, and for that reason the whole CGAL testsuite is red
  under Microsoft VC++.

Suggestion (already emailed to Daniel): use std::vector instead of dynamic
C arrays, and resubmit the patch.
2010-04-30 16:25:32 +00:00
Michael Hemmer 995594696e extend constructor from iterator range such that it allwos int, ICoeff and Coeff
-This lie, and those below, will be ignored--

M    Test/_test_polynomial_traits_d.h
M    Polynomial_traits_d.h
2010-04-30 11:37:33 +00:00
Michael Hemmer fa4d721510 test for result_type is Cast 2010-04-30 10:18:33 +00:00
Manuel Caroli 671b2043c1 adding some temporary tests to get a minimal example for the problem
with CentOS
2010-04-30 09:23:02 +00:00
Michael Hemmer 77570116dd fix doc of IO 2010-04-30 07:11:07 +00:00
Michael Hemmer 49e547c7db rm cout 2010-04-30 07:00:55 +00:00
Manuel Caroli b530badb8b put forgotten typename 2010-04-29 16:16:02 +00:00
Michael Hemmer c738eb889c minor fix 2010-04-29 15:56:49 +00:00
Efi Fogel 0e3a36b91f implemented do_intersect 2010-04-29 12:06:35 +00:00
Manuel Caroli e2dc1e858e construct the cuboid from the same FT values to eliminate comparison problems 2010-04-29 09:52:37 +00:00
Efi Fogel 021ebe6fef typo 2010-04-29 09:21:17 +00:00
Efi Fogel e65309968d Clarified the difference between Curve_2 and X_monotone_curve_2 definitions 2010-04-29 08:49:06 +00:00
Efi Fogel 56667dcf21 Added Arr_bottom_side_category 2010-04-29 08:24:32 +00:00
Efi Fogel 3f868117dc Added missing models and fixed hierarchy 2010-04-29 08:22:51 +00:00
Efi Fogel 28cefb9212 Added missing models 2010-04-29 08:18:04 +00:00
Efi Fogel 470e32a440 Added missing models 2010-04-29 08:16:41 +00:00
Efi Fogel a974f4bc52 Added missing Arr_linear_traits_2 model 2010-04-29 08:14:42 +00:00
Daniel Russel 149955e65b use the newish grand unified polynomial internally 2010-04-29 02:19:59 +00:00
Michael Kerber 696f9e2361 Escaped ^ 2010-04-28 14:32:53 +00:00
Michael Hemmer 17cf111f69 make Polynomial explicit constructible from Coeff/ICoeff, which prevents bugs 2010-04-28 12:31:42 +00:00
Sébastien Loriot c26071c2ed remove debug function 2010-04-28 05:11:48 +00:00
Manuel Caroli 39b81098ac bugfix in management of the too long edges 2010-04-27 19:00:21 +00:00
Fernando Cacciola 60b038972e Weighted straight skeleton API update 2010-04-27 16:57:58 +00:00
Manuel Caroli 6247a8b5bc add some output to find the problem with Iso_cuboids constructed from
doubles on CentOS
2010-04-27 10:03:16 +00:00
Sébastien Loriot b18ab2c555 add missing using detected by intel strict-ansi 2010-04-27 06:43:43 +00:00
Michael Kerber 872912c68d Added new functions to construct curves and segments 2010-04-26 16:28:59 +00:00
Marc Glisse 6f9f22dacf cleanup extra ';' 2010-04-26 12:46:09 +00:00
Sylvain Pion eda28b5670 Add comment. 2010-04-26 10:05:13 +00:00
Manuel Caroli d6904b53f7 output some additional information in order to find the problem with CentOS 2010-04-26 09:11:03 +00:00
Sébastien Loriot 72ef527fc6 remove extra ; 2010-04-26 09:00:17 +00:00
Sébastien Loriot ec840a9cbf add missing Using detected by intel compiler 2010-04-26 08:20:17 +00:00
Sébastien Loriot fe96061a32 remove extra this->container (detected by intel compiler) 2010-04-26 08:16:15 +00:00