Commit Graph
570 Commits
Author SHA1 Message Date
Laurent Rineau 1c91006892 More profiling instructions (beurk!) 2009-01-26 15:22:57 +00:00
Laurent Rineau f709e20493 - Add two header <CGAL/Surface_mesher/Profile_timer.h> and
<CGAL/Surface_mesher/Profile_counter.h> that wrap the one in CGAL/.
- Add profilers to several parts of Surface_mesher code.
2009-01-23 15:01:25 +00:00
Laurent Rineau b0cc8d2337 Remove check_restricted_delaunay, and assertions using it: that check is not robust, and is pretty useless now. 2009-01-23 13:49:56 +00:00
Laurent Rineau 7b133846ee Merge from branch 3.4:
r47645 | lrineau | 2009-01-05 15:30:29 +0100 (Mon 05 Jan 2009) | 2 lines

Typo, that should have been detected as a syntax error by CMake!
2009-01-05 14:31:40 +00:00
Laurent Rineau 8f0da95348 Fourth fix. :-( 2008-12-18 19:41:52 +00:00
Fernando Cacciola 24f08fc681 Added demos to the demos target 2008-12-18 17:29:36 +00:00
Laurent Rineau dceeeb30f9 Fix out-of-sources builds. 2008-12-18 16:48:16 +00:00
Laurent Rineau b3d32d823f Connect the checkbox "Search for seeds" to real code. 2008-12-16 13:20:55 +00:00
Laurent Rineau 69d5084b68 Remove the minSize box, which is not used. 2008-12-16 13:20:36 +00:00
Laurent Rineau 157eba63cf \ccPkgDemo now predend "demo/3.4/" to its argument. 2008-12-10 14:16:12 +00:00
Laurent Rineau a5e4a1abe3 Rename the windows title 2008-12-08 18:02:46 +00:00
Laurent Rineau 6d80506475 Remove <CGAL/enriched_polyhedron.h> from releases. 2008-12-08 15:06:51 +00:00
Laurent Rineau c5e22df3a6 Mark Surface_mesher options as advanced variables.
Make SURFACE_MESH_DEMO_WITH_POLYHEDRAL_SURFACE exists only in trunk.
2008-12-08 15:02:48 +00:00
Laurent Rineau d3bc238f68 Better precision for the bissection 2008-12-05 14:33:17 +00:00
Laurent Rineau 8083c12f19 Allow to setup small bounds using the QDoubleSpinBox. 2008-12-05 13:14:48 +00:00
Laurent Rineau 38abf96ec8 Fix is_in_volume for images.
Note: That should impact only Mesh_3, which is not in CGAL-3.4-I.
2008-12-03 17:23:34 +00:00
Laurent Rineau 46b70b7c25 Fix again FindQGLViewer.cmake so that it deals with debug and release
libraries, even on Linux where only the release one exists.

Rename QGLVIEWER_LIBRARY to QGLVIEWER_LIBRARIES (-IES), to mimic other
CMake packages.
2008-11-27 15:20:46 +00:00
Andreas Fabri 95d643ec9c Add demo link 2008-11-26 16:12:16 +00:00
Laurent Rineau afceab5cae Do not test with Filtered_kernel<CGAL::Simple_cartesian<CORE::Expr>. That
kernel is useless, and triggers warnings in the testsuites.
2008-11-25 22:23:00 +00:00
Laurent Rineau ec9f2e29e5 Update citations (s/07/08/).
Let us hope that CGAL-3.4 will be release before 2009!
2008-11-20 22:19:28 +00:00
Laurent Rineau dcb070d5a5 Remove QUIET. 2008-11-19 13:19:44 +00:00
Laurent Rineau 5cb208227d Capitalized section title.
Use "\cgal{}" instead of "CGAL".
2008-11-18 14:17:51 +00:00
Laurent Rineau 6aafc38e71 Add "probably", in sentences like "this feature will be shipped in next
release". Just in case we decide not to ship it.
2008-11-18 13:57:40 +00:00
Laurent Rineau 0872b78fa8 Add a section about undocumented features that are shown in demos. 2008-11-18 13:45:53 +00:00
Laurent Rineau 2c5dee659d Add back the skull image. 2008-11-18 13:35:06 +00:00
Laurent Rineau 0deffbc651 Add small images, for the Pkg description. 2008-11-18 13:10:41 +00:00
Laurent Rineau d272355dc3 New image for Surface_mesher intro and Pkg overview 2008-11-17 15:22:15 +00:00
Laurent Rineau 3853df98b2 - UI improvement.
- Allow the trilinear interpolation of labellized volumes.
- Allow to export the current image to Inrimage (useful for VTK images,
  for example).
2008-11-17 13:57:16 +00:00
Laurent Rineau f17c90018c Add parenthesis so that g++ does not complain about that. 2008-11-17 09:41:33 +00:00
Laurent Rineau afddfdcb23 Fix a warning 2008-11-10 14:37:48 +00:00
Laurent Rineau fa912f218c Add NOTICE: where needed, so that the test results scripts can generate a "r". 2008-11-10 11:09:21 +00:00
Fernando Cacciola 547bffecd9 Put CMAKE_ALLOW_LOOSE_LOOP_CONSTRUCTS in the right place for cmake 2.4 2008-11-06 13:03:41 +00:00
Laurent Rineau 6042bbb30d I prefer to use the comment in endif 2008-11-06 10:44:03 +00:00
Laurent Rineau d66f036d90 Remove unneeded stuff in binary_image.h.
Add a return at the end, to fix a false warning.
2008-11-05 14:57:41 +00:00
Fernando Cacciola 994028ec51 Prefixed CreateSingleSourceCGALProgram.cmake with CGAL_ 2008-11-04 13:09:48 +00:00
Fernando Cacciola 70fa9503fd Added CMP0003 policy 2008-11-04 12:30:29 +00:00
Laurent Rineau b388c950bc s/REQUIRED/QUIET/ 2008-11-04 07:54:12 +00:00
Laurent Rineau 155d9cf95d Fix a compilation error if VTK is not used, and a warning. 2008-11-02 22:41:07 +00:00
Laurent Rineau 0f369d1833 The call to removeChild() is not mandatory, delete is sufficient.
What is more, removeChild() is Qt>4.3 only.
2008-11-02 18:21:41 +00:00
Laurent Rineau 08f58a5115 Updated dont_submit: now demo/ is submitted, but not all its content. 2008-10-31 10:06:54 +00:00
Laurent Rineau ad1cdbf375 Move demo/Surface_mesher/qt4-demo/* to demo/Surface_mesher/ 2008-10-31 10:03:21 +00:00
Laurent Rineau fa9adbd571 - Better UI.
- CMake's conditional use of the marching cube code.
- Use Surface_mesher_generator instead of make_surface_mesh().
- Better drawing of multi-label surface meshes.
2008-10-30 19:50:35 +00:00
Laurent Rineau 6ffa82a645 Fix a warning by reordering the members initialization. 2008-10-30 19:47:02 +00:00
Laurent Rineau d308260818 Use new trilinear interpolation. 2008-10-30 19:46:27 +00:00
Laurent Rineau 382cf1b07d Add test/Surface_mesher/mesh_moebius_strip to dont_submit, as it does not
work as expected.
2008-10-30 09:51:52 +00:00
Laurent Rineau ec782e7c64 Fix Surface_mesher: remove all references to Singular_edges_allowed_tag,
which is a feature that I will not commit.
2008-10-29 13:42:19 +00:00
Laurent Rineau afa5e5203b Split <CGAL/make_surface_mesh.h> in two
files. <CGAL/Surface_mesher_generator.h> will not be documented. It can be
used to apply rules step be steps.
2008-10-28 17:42:27 +00:00
Laurent Rineau 25dd0f25fc Fix bug when one open a series of surfaces. 2008-10-28 17:40:51 +00:00
Laurent Rineau 813e25942d Commit a function that will be soon documented. 2008-10-28 17:34:02 +00:00
Laurent Rineau e3eaba0107 Add a test to mesh a sort of moebius ring.
Test the non orientability..
2008-10-28 16:34:15 +00:00