Commit Graph

44530 Commits

Author SHA1 Message Date
Laurent Rineau 148ae4ac0f Add missing #include (for get, which is not a dependant-name). 2010-05-22 12:02:41 +00:00
Laurent Rineau 5c0f14c901 Fix last (untested!) commit: the forward declaration was wrong. 2010-05-22 11:58:44 +00:00
Ophir Setter 020715ef9c demo to work with 64 bits 2010-05-22 06:39:46 +00:00
Laurent Rineau 546cd0a38b Missing #include 2010-05-21 17:12:50 +00:00
Joachim Reichel c89675c2f6 Fix syntax error in generated VRML 2 file in IndexedFaceSet nodes. 2010-05-21 17:11:57 +00:00
Laurent Rineau 838932c7ba More a function definition before its first use, so that it is declared
before its first use.
2010-05-21 17:01:26 +00:00
Laurent Rineau 6b2c784cce More a function definition, so that it is declared before it is used. 2010-05-21 16:59:35 +00:00
Laurent Rineau 855268ff7f Add a simple forward declaration so that function is declared before used. 2010-05-21 16:57:15 +00:00
Laurent Rineau 4ebbfca867 C++ conformance: make sure things are declared because they are used. 2010-05-21 16:54:35 +00:00
Stéphane Tayeb b331ffa0e1 Mesh_3_demo: Add the possibility to load, mesh and optimize implicit functions. 2010-05-21 16:17:27 +00:00
Stéphane Tayeb aee6dce7ad Mesh_3_demo: Add a struct Point_ in Scene_interface (which does not depend on CGAL kernel). 2010-05-21 16:09:35 +00:00
Stéphane Tayeb 0ea97af230 Mesh_3_demo: add a checkbox in Rib_dialog to render flat edges. 2010-05-21 16:08:20 +00:00
Stéphane Tayeb 29812bb131 Mesh_3_demo:
+ Fix color map computation in scene_c3t3_item
  + Print min and max angle value in green if they are good
2010-05-21 16:06:14 +00:00
Stéphane Tayeb e37473940b Mesh_3 demo: increase bisection precision for 3D image mesh generation. 2010-05-21 16:04:07 +00:00
Laurent Rineau 91ff4aa65c let ipelets be in the usual directory. 2010-05-21 16:03:57 +00:00
Stéphane Tayeb eb0b1fee38 Remove first line of *.ui file (compatibility issue). 2010-05-21 16:02:18 +00:00
Andreas Fabri 803a2dbc0e cleanup 2010-05-21 13:27:10 +00:00
Nico Kruithof d8cfbae694 Resolving errors reported by the Intel compiler and LLVM 2010-05-20 19:04:35 +00:00
Sébastien Loriot 63ca9795b3 move missing file
rm void directory
2010-05-20 16:32:36 +00:00
Michael Hemmer 315152aeda fix return type of to_interval, which is std::pair<double,double> 2010-05-20 15:15:38 +00:00
Laurent Rineau 47d341c68d Merged revisions 56348,56367-56368 via svnmerge from
svn+ssh://lrineau@scm.gforge.inria.fr/svn/cgal/branches/CGAL-3.6-branch

........
  r56348 | penarand | 2010-05-19 17:35:05 +0200 (Wed, 19 May 2010) | 3 lines
  
  added interoperability Gmpq-double
........
  r56367 | penarand | 2010-05-20 10:04:12 +0200 (Thu, 20 May 2010) | 4 lines
  
  eliminated 'const' keyword from comparison operators Gmpq-double and added
  a simple test in Gmpq.cpp
........
  r56368 | lrineau | 2010-05-20 10:40:55 +0200 (Thu, 20 May 2010) | 3 lines
  
  Avoid to put a 'w' in the testsuite for a message that speaks about
  QMessageBox::warning.
........
2010-05-20 08:45:42 +00:00
Andreas Fabri ae2396e946 Add using for ansi compliance 2010-05-20 07:53:41 +00:00
Andreas Fabri 6e35884d9f Remove unused constructor which does not initialize a reference data member and is hence buggy (discovered by Intel) 2010-05-20 07:44:17 +00:00
Stéphane Tayeb fe1cf837ce + Recompute distance function when mouse button is pressed (avoids buggy behavior if object is animated when button is pressed). 2010-05-20 07:39:30 +00:00
Stéphane Tayeb f8638f27cd Fix compilation on x86-64_Linux-2.6_llvm-clang-with-g++-4.4.1_F11: implement private classes before using their internal types. 2010-05-20 07:13:39 +00:00
Stéphane Tayeb 71165c8ef4 Fix compilation on x86-64_Linux-2.6_llvm-clang-with-g++-4.4.1_F11: declare function do_intersect_coplanar before using it. 2010-05-20 07:02:56 +00:00
Stéphane Tayeb afdd14bb62 Fix compilation on x86-64_Linux-2.6_llvm-clang-with-g++-4.4.1_F11: use fully qualified name for cross_product call. 2010-05-20 07:02:05 +00:00
Stéphane Tayeb 3cfe38ec58 Fix warning. 2010-05-20 06:34:08 +00:00
Fernando Cacciola 75e7d64cd1 Renamed nested type T to Handled_type to work around VC name-lookup bugs 2010-05-19 13:30:47 +00:00
Andreas Fabri 0d1c400bb4 Split up the function in orer to avoid ICE of VC++
(It seems that it still additionally needs /bigobj)
2010-05-19 07:57:16 +00:00
Stéphane Tayeb 6b1e3d3091 + Use LF(Unix) end-of-line character and set svn:eol-style property to native.
+ Code is the same
2010-05-19 07:36:24 +00:00
Stéphane Tayeb 38ae830e13 + Bug fix: ensure that tree is not empty before computation related to cut plane. 2010-05-19 07:05:22 +00:00
Stéphane Tayeb d661ca9158 'Cutting plane: None' now clears cutting plane. 2010-05-19 06:52:47 +00:00
Stéphane Tayeb d8e443c68e + AABB demo: use a moving plane for distance functions 2010-05-19 06:35:59 +00:00
Laurent Rineau 1297288d46 Merged revisions 56327-56328 via svnmerge from
svn+ssh://lrineau@scm.gforge.inria.fr/svn/cgal/branches/CGAL-3.6-branch

........
  r56327 | lrineau | 2010-05-18 14:35:33 +0200 (Tue, 18 May 2010) | 3 lines
  
  Add the changelog for Polynomial.
  Sort and number the entries.
........
  r56328 | lrineau | 2010-05-18 14:38:39 +0200 (Tue, 18 May 2010) | 2 lines
  
  typo
........
2010-05-18 12:39:30 +00:00
Laurent Rineau 2c2281924b Merged revisions 55528,55605,55809,55846,55889-55890,56284,56321,56323-56325 via svnmerge from
svn+ssh://lrineau@scm.gforge.inria.fr/svn/cgal/branches/CGAL-3.6-branch

All those changes have already been merge in trunk, actually, but changes
to Installation/CHANGES. -- Laurent Rineau

........
  r55528 | sloriot | 2010-04-19 15:23:58 +0200 (Mon, 19 Apr 2010) | 2 lines
  
  correct bug reported on cgal_discuss: only one neighbor at the same distance was reported (change set to multiset)
........
  r55605 | hemmer | 2010-04-21 12:05:02 +0200 (Wed, 21 Apr 2010) | 2 lines
  
  merge bug fix from trunk 
........
  r55809 | hemmer | 2010-04-28 13:28:40 +0200 (Wed, 28 Apr 2010) | 2 lines
  
  use gcd_ gcd_utcf_
........
  r55846 | hemmer | 2010-04-30 09:13:50 +0200 (Fri, 30 Apr 2010) | 2 lines
  
  merge from trunk 
........
  r55889 | mcaroli | 2010-05-04 14:47:00 +0200 (Tue, 04 May 2010) | 3 lines
  
  fixed bug in the periodic triangulation hierarchy
  (cf. mail exchange with Ariel Keselman on the cgal-discuss list)
........
  r55890 | mcaroli | 2010-05-04 14:47:41 +0200 (Tue, 04 May 2010) | 2 lines
  
  added the bug fix for the periodic triangulation hierarchy to the CHANGES file
........
  r56284 | lrineau | 2010-05-17 14:29:15 +0200 (Mon, 17 May 2010) | 11 lines
  
  Merge from trunk:
    | ------------------------------------------------------------------------
    | r54664 | lrineau | 2010-03-10 19:05:57 +0100 (Wed, 10 Mar 2010) | 2 lines
    | Changed paths:
    |    M /trunk/Mesh_2/include/CGAL/Mesh_2/Refine_faces.h
    | 
    | Determinize Mesh_2 (comparison of Face_handles in Double_map).
    | 
    | ------------------------------------------------------------------------
........
  r56321 | lrineau | 2010-05-18 11:17:38 +0200 (Tue, 18 May 2010) | 26 lines
  
  Merge from trunk:
    | ------------------------------------------------------------------------
    | r55894 | hachenb | 2010-05-04 18:41:56 +0200 (Tue, 04 May 2010) | 2 lines
    | Changed paths:
    |    M /trunk/Nef_3/include/CGAL/Nef_polyhedron_3.h
    | 
    | small bug fix in convert_inner_shell_to_nef3
    | 
    | ------------------------------------------------------------------------
    | r55895 | hachenb | 2010-05-04 18:43:57 +0200 (Tue, 04 May 2010) | 2 lines
    | Changed paths:
    |    M /trunk/Nef_3/include/CGAL/Nef_3/SNC_decorator.h
    | 
    | extension of is_valid: check boundary_objects of sface
    | 
    | ------------------------------------------------------------------------
    | r55896 | hachenb | 2010-05-04 18:44:30 +0200 (Tue, 04 May 2010) | 2 lines
    | Changed paths:
    |    M /trunk/Nef_3/include/CGAL/Nef_3/SNC_structure.h
    | 
    | bug fix in point_update: boundary_items of sfaces were not set correctly
    | 
    | ------------------------------------------------------------------------
  The commit seems to remove a lot of empty svn:mergeinfo properties (they
  are inherited from the svn:mergeinfo of the root of the branch).
........
  r56323 | lrineau | 2010-05-18 11:56:17 +0200 (Tue, 18 May 2010) | 2 lines
  
  Release notes (prototype) for CGAL-3.6.1.
........
  r56324 | lrineau | 2010-05-18 12:00:45 +0200 (Tue, 18 May 2010) | 3 lines
  
  Move the note of Manual about the crash in triangulation hierarchy of
  periodic trianguations, so that is appear as a fix in CGAL-3.6.1.
........
  r56325 | lrineau | 2010-05-18 12:02:56 +0200 (Tue, 18 May 2010) | 2 lines
  
  Add the changes of CGAL-3.5.1 (that were forgot in the CGAL-3.5-branch).
........
2010-05-18 12:29:30 +00:00
Andreas Fabri 2bf5ec2325 Remove extra ; 2010-05-18 09:16:36 +00:00
Andreas Fabri 4acea23434 Add using statements for ansi-compliance 2010-05-18 08:12:56 +00:00
Andreas Fabri 9db08e1461 Add using statements for ansi-compliance 2010-05-18 07:19:35 +00:00
Andreas Fabri 5539d84219 Add using statements for ansi-compliance 2010-05-18 07:09:47 +00:00
Andreas Fabri 7c2084aac1 Add using statements for ansi-compliance 2010-05-18 07:07:02 +00:00
Laurent Rineau cadb6a589a tuple is a dependent-name, and a call to a member function template of
tuple must be qualified with "template".
2010-05-17 16:15:17 +00:00
Andreas Fabri 303bf2211a Remove extra ';' 2010-05-17 14:23:33 +00:00
Andreas Fabri 48bb6afcf6 Remove extra ';' 2010-05-17 14:19:22 +00:00
Andreas Fabri 6e26e77a97 Remove extra ';' 2010-05-17 14:17:37 +00:00
Andreas Fabri 2ae88815c6 Remove extra ; 2010-05-17 14:14:19 +00:00
Andreas Fabri cb3af684d3 Remove extra ';' 2010-05-17 14:13:35 +00:00
Andreas Fabri 84943419b0 Remove ';' 2010-05-17 14:09:39 +00:00
Andreas Fabri 8e47168183 Remove extra ';' 2010-05-17 14:05:54 +00:00
Andreas Fabri 06c27978a4 Remove extra ';' 2010-05-17 14:03:31 +00:00