Commit Graph

252 Commits

Author SHA1 Message Date
Laurent Rineau a968f82c31 Fix CMake error! 2010-08-10 15:12:49 +00:00
Andreas Fabri fb6db200b5 Having a rubberband polygon without a key modifier pressed needs mouseTracking switched on 2010-08-06 13:03:15 +00:00
Laurent Rineau 1dfbb1f9a9 Fix the CMakeLists.txt:
- use CORE if available, do not fail otherwise
  - fix an out-of-sources compilation error.
2010-08-06 12:35:32 +00:00
Fernando Cacciola d631ea562f Added ability to load weighted polygons (.wsl) and produce skeletons and offsets accordingly. 2010-07-29 07:06:22 +00:00
Laurent Rineau edeb82169c Remove the svn:executable property for C++ files. 2010-07-01 16:06:05 +00:00
Andreas Fabri 7c0663125c A correct demo. TODO: Add buttons to enable/disable bounding_something 2010-06-30 12:53:46 +00:00
Andreas Fabri d60f7b365e atan ->atan2 (suggested by Laurent) 2010-06-30 08:12:38 +00:00
Andreas Fabri 6fb159f935 asin -> atan (Thank you Bernd)
Reactive drawing of all bounding_whatsover
2010-06-29 15:34:18 +00:00
Andreas Fabri 892f8e4e1b draw only min circle and ellipse 2010-06-29 13:04:41 +00:00
Andreas Fabri 7271ce1e39 try to fix correct drawing of the p-centers 2010-06-29 12:29:32 +00:00
Andreas Fabri 0239fb8b68 Add actionShowMinEllipse 2010-06-22 16:44:56 +00:00
Andreas Fabri 9da3d00e19 int -> size_t 2010-06-22 09:53:36 +00:00
Andreas Fabri 90c4a4f0e2 Rotate the min ellipse correctly 2010-06-17 16:09:07 +00:00
Andreas Fabri 039c5add9d Added min ellipse 2010-06-17 15:32:37 +00:00
Andreas Fabri 7e1700df42 An Ellipse for Dummies 2010-06-17 15:30:57 +00:00
Andreas Fabri c33b848256 Add rectangular 3-center 2010-06-16 21:10:02 +00:00
Andreas Fabri a4f8cfc32a Add rectangular 3-center 2010-06-16 21:03:06 +00:00
Andreas Fabri 5fa1b25916 Initial convex_hull/min_circle/min_rectangle/min_parallelogram demo 2010-06-16 15:10:07 +00:00
Andreas Fabri 169964dede Add a Qt4 based demo for the Generator package 2010-06-16 09:46:51 +00:00
Sébastien Loriot 63ca9795b3 move missing file
rm void directory
2010-05-20 16:32:36 +00:00
Guillaume Damiand 6641d9d8de Move the demo 2010-04-08 16:21:35 +00:00
Andreas Fabri 675691a4f8 Move Qt4 based demo in the right package 2010-04-08 16:01:34 +00:00
Guillaume Damiand 5ee7c83207 Modification of name of method 2010-04-07 17:49:32 +00:00
Guillaume Damiand 3cc409abbb Update the viewing method 2010-03-27 21:28:10 +00:00
Guillaume Damiand 2b8df3fe5f Optimization of volume visualization 2010-03-27 18:50:21 +00:00
Guillaume Damiand f9dae70f7c Add different viewing modes 2010-03-27 18:04:04 +00:00
Guillaume Damiand e24fa2e64e * Add map characteristics in the status bar
* Add a creation of two volumes 3-sewn
2010-03-26 14:10:06 +00:00
Guillaume Damiand 55b961e1b6 Modification due to rename of classes 2010-03-24 11:54:25 +00:00
Eric Berberich 2275fd43f2 fixed name 2010-02-11 18:08:24 +00:00
Guillaume Damiand 8b3d041643 Add clear and subdivision operations 2010-02-10 14:49:32 +00:00
Guillaume Damiand 09a3786d7d Add subdivision operation. 2010-02-09 20:17:33 +00:00
Guillaume Damiand 4da2bbaeb0 Ann an entry to import a 3DTDS 2010-02-04 16:22:31 +00:00
Guillaume Damiand 4e370f4d7c Add import off / add off entries. 2010-02-04 09:56:48 +00:00
Guillaume Damiand 36ffb20def Boundig box correction - Add key managment 2010-02-04 08:22:58 +00:00
Guillaume Damiand 73f612bc91 Modify the demo to add a new method 2010-02-03 19:20:30 +00:00
Andreas Fabri 9a55b9e2b6 Another combinatorial map demo 2010-02-03 13:51:53 +00:00
Fernando Cacciola 3cce7075fe Fixed incorrect dialog parameter error 2010-02-02 14:51:40 +00:00
Laurent Rineau 185269032c Merged revisions 53906-53926,53928-53934 via svnmerge from
svn+ssh://lrineau@scm.gforge.inria.fr/svn/cgal/branches/CGAL-3.6-branch

........
  r53918 | lrineau | 2010-01-29 18:23:40 +0100 (Fri, 29 Jan 2010) | 12 lines
  
  Merge from trunk:
    | ------------------------------------------------------------------------
    | r53910 | stayeb | 2010-01-29 16:33:26 +0100 (Fri, 29 Jan 2010) | 1 line
    | Changed paths:
    |    M /trunk/Mesh_3/include/CGAL/Mesh_3/Lloyd_move.h
    |    M /trunk/Mesh_3/include/CGAL/Mesh_3/Mesh_global_optimizer.h
    |    M /trunk/Mesh_3/include/CGAL/Mesh_3/Mesh_sizing_field.h
    |    M /trunk/Mesh_3/include/CGAL/Mesh_3/Odt_move.h
    | 
    | Fix: ensure that no '0' is inserted in the sizing field.
    | ------------------------------------------------------------------------
........
  r53920 | lrineau | 2010-01-29 18:44:29 +0100 (Fri, 29 Jan 2010) | 2 lines
  
  Bug fixes in a demo.
........
  r53924 | pmachado | 2010-01-29 20:48:24 +0100 (Fri, 29 Jan 2010) | 2 lines
  
  Bug fix: pre-condition + case of three different spheres with 2 coincident
  radical planes (and the consequences).
........
  r53928 | lrineau | 2010-01-31 13:13:10 +0100 (Sun, 31 Jan 2010) | 2 lines
  
  Add a precision that AK/RS is not available on Windows.
........
  r53930 | lrineau | 2010-01-31 13:39:12 +0100 (Sun, 31 Jan 2010) | 2 lines
  
  NSIS installer for CGAL-3.6
........
  r53932 | lrineau | 2010-01-31 13:42:35 +0100 (Sun, 31 Jan 2010) | 2 lines
  
  script_cgal.nsi is no longer named after a specific version.
........
2010-01-31 13:02:15 +00:00
Laurent Rineau 5e42fc9b07 Fix a uic warning. 2009-11-20 10:00:08 +00:00
Laurent Rineau 6de5b28f28 Revert the part of r53095 that were commited by error. 2009-11-18 15:19:18 +00:00
Laurent Rineau 23131c40b5 Merge change 53094 from branches/unsorted-branches/eric/CMAKE/GraphicsView 2009-11-18 15:17:14 +00:00
Laurent Rineau 1df2c5e127 Fix linking on non-Windows platforms: CGAL_Core is needed. 2009-11-17 10:24:37 +00:00
Andreas Fabri c9aeb32188 Initial version of a Qt4 based demo 2009-11-10 14:23:51 +00:00
Andreas Fabri 570ecfc719 Initial version of a Qt4 based demo 2009-11-10 13:44:35 +00:00
Sylvain Pion 4e7c43310e Remove svn:executable property 2009-09-19 05:36:12 +00:00
Fernando Cacciola caf5fa0883 Added offsetting demo 2009-07-06 16:11:03 +00:00
Laurent Rineau cc73b1b443 Remove the Terrain subdirectory.
A working-in-progress copy lies in
svn/cgal/branches/experimental-packages/Triangulation_2-projection_traits/
2009-03-06 15:03:58 +00:00
Laurent Rineau d5e0734193 - Back to the EPIC kernel, instead of EPEC.
- Use the filtered projection traits.
- Add timers, profilers, etc.
2009-02-06 15:35:05 +00:00
Laurent Rineau 002d7a33ce Add an action that inserts a given number of random points (inside the
current bounding box)
2009-02-05 10:54:08 +00:00
Laurent Rineau 7389127336 Add a constrained edge that complicates the data set a bit. 2009-02-05 10:53:13 +00:00