Commit Graph

46197 Commits

Author SHA1 Message Date
Eric Berberich 8d9c812cb4 merge from next 2011-06-07 15:54:55 +00:00
Eric Berberich 26d22ce024 wrong signatures chosen 2011-06-07 14:37:51 +00:00
Eric Berberich 2be6d55d39 finished testing all cases 2011-06-07 14:37:42 +00:00
Eric Berberich 5507acbfe4 fixes for new functors (LR, BT is missing) 2011-06-07 13:48:54 +00:00
Efi Fogel c8f4d7dde2 fixed rational arc traits test 2011-06-07 13:40:44 +00:00
Efi Fogel 10c17fbfc8 fixed category names 2011-06-07 13:31:39 +00:00
Efi Fogel 3b49f02cdc fixed category names 2011-06-07 13:31:25 +00:00
Sébastien Loriot 88ae0503ec typos + add kernel_d small feature to list of changes 2011-06-07 12:34:49 +00:00
Olivier Devillers c3585756e7 changes file (spatial sorting) 2011-06-07 09:02:00 +00:00
Olivier Devillers 96d79852f9 remove spatial sort branch from features to be tested 2011-06-07 08:25:42 +00:00
Sébastien Loriot 5cd66f60af merge back the branch /branches/features/spatial_sorting-increase_dim_and_add_info-sloriot
into next
2011-06-07 08:20:54 +00:00
Olivier Devillers 6fd6e90317 merge with next 2011-06-07 07:54:52 +00:00
Sébastien Loriot fba23bf717 capitalize heading 2011-06-07 07:39:21 +00:00
Eric Berberich 58e61229c4 Tag -> Category 2011-06-07 02:13:03 +00:00
Laurent Rineau 93a4063a3b Update the cgal_test: polygon_soup has been renamed scene_polygon_soup 2011-06-06 15:01:31 +00:00
Sébastien Loriot 6a29626a8f typo 2011-06-06 14:31:17 +00:00
Sébastien Loriot a9c8f70c00 typo 2011-06-06 14:25:18 +00:00
Laurent Rineau 5194b7f8a4 Let the plugins be compiled and created in the same directory as executables 2011-06-06 13:03:55 +00:00
Sébastien Loriot 776dbf5d0d typo 2011-06-06 07:25:33 +00:00
Efi Fogel 5f1baa21ad updated 2011-06-05 20:57:23 +00:00
Efi Fogel 909f0a9d8e updated 2011-06-05 19:14:57 +00:00
Efi Fogel 92a6035d9d updated 2011-06-05 19:14:42 +00:00
Efi Fogel 4d3df1c20d updated 2011-06-05 15:13:25 +00:00
Efi Fogel 98c9080c8f Added pretty print 2011-06-05 14:06:19 +00:00
Efi Fogel 0a8d8e0712 Added pretty print and used the Bound nested type in the Algebraic kernel to define a non-integer bound of an interval 2011-06-05 14:05:57 +00:00
Laurent Rineau 0a363c52b5 Fix a bug introduced in trunk: criteria for Mesh_2 needs a geom traits 2011-06-04 17:00:31 +00:00
Laurent Rineau 0c8b4d894e Fix CMakeLists.txt: Qt3 is used. 2011-06-04 16:57:32 +00:00
Laurent Rineau 538ad27a5a Fix a warning 2011-06-03 17:03:15 +00:00
Laurent Rineau 28bc66c69d Remove this cast, now that scene->numberOfEntries() is an int. 2011-06-03 16:54:25 +00:00
Laurent Rineau 409c28464f numberOfEntries() must return an int, because it is a Qt property. 2011-06-03 16:51:48 +00:00
Laurent Rineau 3e100e387d Fix linking errors on Windows. 2011-06-03 16:44:36 +00:00
Laurent Rineau 167dd190c7 Fix compilation error about boost::bind
Fix an ambiguity between boost::bind and std::bind (C++0x): prefix
bind with boost:: explicitly.
2011-06-03 16:42:30 +00:00
Laurent Rineau abd3051dbf Forgot this file! 2011-06-03 16:02:09 +00:00
Laurent Rineau c5c6b5f9a8 Add the Scene_polygon_soup, and the orient_soup plugin. 2011-06-03 15:50:19 +00:00
Laurent Rineau c0df6c5134 Sync with the branch: missing (?) #include 2011-06-03 15:49:53 +00:00
Laurent Rineau 3adc79986d Update the triangulate_facets plugin, that was buggy in the trunk/next branch 2011-06-03 15:48:56 +00:00
Laurent Rineau 2111f2b395 Fix OFF I/O for polyhedra and Nef polyhedra 2011-06-03 15:48:04 +00:00
Laurent Rineau 2f039d1b57 Remove warnings. 2011-06-03 15:42:04 +00:00
Laurent Rineau cef624afb7 Begin to update Polyhedron demo from work done in the Mesh_3 dev'branch
Step 3 (bis): I forgot those small but important patches. The compilation
was OK. The run on Linux too, but there could have been runtime linking
errors on Windows, and subtle runtime issues (such as a missing draw
refresh).
2011-06-03 15:36:38 +00:00
Laurent Rineau fd4d050b39 Begin to update Polyhedron demo from work done in the Mesh_3 dev'branch
Step 4:

  - Update the MainWindow class, to use all the new possibilities of the
    framework:
      - multi-selection of items in the scene,
      - activate the use of the items popup-menus.

  - Add Qt Script possibilities.

  - New actions in the "View" menu: "Look at", copy-paste of camera
    positions, select background color.

  - New action "Reload item", to reload an item if it was loaded from a
    file.
2011-06-03 15:18:56 +00:00
Laurent Rineau 9670c42403 Begin to update Polyhedron demo from work done in the Mesh_3 dev'branch
Step 3:

  - Update the API of the Scene and Viewer class (some methods are not yet used).

  - Update the CMakeLists.txt, to compile all major classes of the
    framework (Scene, Viewer, Scene_item) into a demo_framework library.
2011-06-03 14:40:06 +00:00
Laurent Rineau d6f8ae61d1 Begin to update Polyhedron demo from work done in the Mesh_3 dev'branch
Step 2:

  - Update the Scene_item class (a class from the framework):
      - add the popup menu (not used at the moment),
      - add the selection (not used).

  - Update the Scene_polyhedron_item class.
      - menu,
      - picking.
2011-06-03 13:46:14 +00:00
Laurent Rineau e5d8b79a9f Begin to update Polyhedron demo from work done in the Mesh_3 dev'branch
Step 1:

  - Polyhedron_type.h no longer defines Kernel and geometric
    types. Kernel_type.h defines the EPIC kernel.

  - Each plugin typedefs the geometric types it needs.

  - Polyhedron defined in Polyhedron_type.h uses special "demo items":
      - edges can be marked as "feature edge",
      - facets have a "patch id" (an integer),
      - and vertices have a set of patch ids.
2011-06-03 13:06:15 +00:00
Eric Berberich 1c08f70313 roll back traits adaptor changes (due to problem with Arr_with_history_2, derivation problem) 2011-06-03 10:47:27 +00:00
Sébastien Loriot 985612cf88 BUGFIX: Info must be default constructible and assignable (as the model are) 2011-06-03 10:17:34 +00:00
Eric Berberich 4abb2c62fe make deprecated 2011-06-03 09:53:39 +00:00
Eric Berberich 749b8fed3f fix years in header from svn 2011-06-03 09:51:23 +00:00
Sébastien Loriot bbc7a1b21b merge from Spatial_sorting-increase_dimension-odevil 2011-06-03 06:54:01 +00:00
Sébastien Loriot f15c8870be remove warning on windows x64 2011-06-03 06:49:51 +00:00
Sébastien Loriot 1d2c334e61 BUGFIX:
revert parts of modifications done in r58343, r58233, r58232
  The constness problem fixed by the aforementioned modifications
  was induced by a non-used function that I commented.
2011-06-01 13:47:17 +00:00