Commit Graph

720 Commits

Author SHA1 Message Date
iyaz 82bb4b4eb3 Sample random points feature is added to demo
changes to support API changes, and print some statistic
2013-06-17 12:45:10 +03:00
iyaz 9502257cc5 Integrate Orient_polyhedron_3 to demo 2013-06-15 15:53:54 +03:00
iyaz 36ee304e05 Integrate Self_intersection_Polyhedron_3 to demo 2013-06-14 17:48:51 +03:00
iyaz 27c8bfa2e9 Demo plugin for point inside test 2013-06-13 02:58:28 +03:00
iyaz 43c8084ceb Merge branch 'inside_polyhedron_test-GF-old' into inside_polyhedron_test-GF
Conflicts:
	.gitattributes
2013-06-11 17:56:31 +03:00
Sébastien Loriot ea256c954a use relative path in tagfiles, otherwise documentation output cannot be moved 2013-06-11 12:54:25 +02:00
Laurent Rineau 84ad4a994b Fill the "recent files" menu also from drag&drop actions
and from files opened using command line.
2013-06-10 15:07:29 +02:00
Laurent Rineau 5ca7a465b3 Merge branch 'Mesh_3-fix_unused_parameter-lrineau'
Tested in CGAL-4.3-Ic-54.

Approved by the Release Manager.
2013-06-10 12:06:54 +02:00
Laurent Rineau 0987b77a46 Fix a warning about unused parameters 2013-06-05 16:57:36 +02:00
Sébastien Loriot 392c54d95b Merge branch 'Polyhedron_3-corefinement_demo-sloriot'
affects only the corefinement plugin of the Polyhedron_3 demo
2013-06-05 16:37:51 +02:00
Sébastien Loriot 8f2d428df5 add a visitor to the visitor to keep track of new vertices added 2013-06-05 16:27:56 +02:00
Sébastien Loriot 7bd344a033 add a cleaner way to create new nested facets 2013-06-05 10:51:11 +02:00
Sébastien Loriot 77c5f7320b remove unused functions 2013-06-05 10:17:12 +02:00
Sébastien Loriot 7cd622b6b5 add an example to get an idea of the speed if we skip the combinatorial map 2013-06-04 12:34:03 +02:00
Sébastien Loriot 0f894d73a3 add a function that mark the componants and keep one representant per componant 2013-06-04 11:30:06 +02:00
Sébastien Loriot cf6cc0d775 remove wrongly added line 2013-06-04 11:29:11 +02:00
Ross Hemsley 4d9caf3763 Added names that were missing into the Doxyfile.in entries.
Also modified Installation/CMakeLists.txt to push the version number variable to the parent level
so that it can be accessed by the documentation
2013-05-30 17:55:43 +02:00
Ross Hemsley c0690f87f4 Manually inserted tags that could not be generated automatically
added in options that were in XML but were not moved across to new Doxyfile.in files.
2013-05-30 14:45:18 +02:00
Philipp Möller 4d469821f7 Generated Doxyfile.in and dependencies 2013-05-30 14:13:47 +02:00
Sébastien Loriot 170c619a2d fix places where the <div> added by cgalAdvanced conflicts with other html tags 2013-05-28 09:51:49 +02:00
Sébastien Loriot 7e15467c72 new cgal doxygen advanced macro to put the text inside a div 2013-05-27 19:36:33 +02:00
Sébastien Loriot 022db97790 Merge branch 'Polyhedron_3-corefinement_demo-sloriot-old' into Polyhedron_3-corefinement_demo-sloriot
Conflicts:
	Polyhedron/include/CGAL/intersection_of_Polyhedra_3.h
	Polyhedron/include/CGAL/intersection_of_Polyhedra_3_refinement_visitor.h
2013-05-23 16:50:40 +02:00
Sébastien Loriot ce94f69b45 temporary fix to be able to copy attribute in faces split 2013-05-23 16:47:22 +02:00
Laurent Rineau cdb747ff44 Convert MainWindow_curvature_estimation into a plugin
The curvature estimation feature of the old Polyhedron demo had not yet
been turned into a plugin, for no reason but laziness. That is now done.

I have removed the two old files MainWindow_curvature_estimation.cpp and
MainWindow_parameterization.cpp, now that they are converted to plugins.
2013-05-15 12:17:30 +02:00
Sébastien Loriot b0c34c8f23 Revert part of "typo in doc"
This reverts part of commit 33fcbe043a.
For some reason some code was modified by this commit. It is undo
2013-05-13 08:26:23 +02:00
Sébastien Loriot 33fcbe043a typo in doc 2013-05-08 14:30:26 +02:00
Laurent Rineau 05ad450403 BUG fix: fix applicable() of nef_plugin 2013-05-03 11:45:21 +02:00
Laurent Rineau 1820797772 Merge branch 'CGAL-fix_warnings-GF' 2013-04-26 15:40:48 +02:00
Laurent Rineau 008ccc5b48 Add missing #include <cassert> 2013-04-25 11:20:36 +02:00
Laurent Rineau 7985785781 Fix the citations to VRML. vrml.org is no longer. 2013-04-23 14:06:52 +02:00
Laurent Rineau bdae010b64 Fix several warnings 2013-03-27 15:50:06 +01:00
Laurent Rineau b6ffa7c425 Merge branch 'CGAL-fix_warnings-GF'
That branch was successfully tested in CGAL-4.2-Ic-205.
2013-03-27 12:23:31 +01:00
Sébastien Loriot f724d4a704 remove extra typename 2013-03-26 09:44:13 +01:00
Laurent Rineau 3a5ab74b93 Remove the anonymous namespace
That fixes a warning about a function "not emitted".
2013-03-25 17:12:09 +01:00
Sébastien Loriot 1d36416ada more efficient way to display a combinatorial map 2013-03-25 10:26:22 +01:00
Andreas Fabri 0cbc8b0e40 remove unused parameters 2013-03-23 08:45:06 +01:00
Sébastien Loriot 9fcf46e11a replace CGAL_[kernel/qpe/triangulation/]_assertion by assert in tests
this should be the case, following our guidelines.

using:
find */test/* -name '*.[hc]*' | xargs sed -i 's/CGAL_assertion/assert/g'
2013-03-21 10:50:55 +01:00
Sébastien Loriot 1fcb9e56c3 manual removal of last CGAL_assertion_code in tests
according to our guidelines, we should use assert so no need for
CGAL_assertion_code

for lines containing () or multi-line
2013-03-21 10:50:38 +01:00
Sébastien Loriot 08d6ec062f automatic removal of CGAL_assertion_code in tests
according to our guidelines, we should use assert so no need for
CGAL_assertion_code

using
find */test/* -name '*.*' | xargs perl -i  -pe 's/CGAL_assertion_code\s*\(([a-zA-Z_-\s:=;0-9.]+)\)/$1/g'
2013-03-21 10:49:51 +01:00
Laurent Rineau b4b66bd698 Merge branch 'master' of ssh://scm.cgal.org/var/git/cgal 2013-03-13 16:19:47 +01:00
Laurent Rineau 7cedcb93c6 Add a layout to the Preferences dialog UI 2013-03-13 16:10:33 +01:00
Laurent Rineau 187e826d90 Optimise the drawing of Scene_polyhedron_item when only one color is used 2013-03-13 14:34:19 +01:00
Laurent Rineau 58a8cb2f20 Remove the ambient and diffuse lights 2013-03-13 14:33:27 +01:00
Laurent Rineau f71c39bb64 Add shortcuts to two actions 2013-03-13 14:14:47 +01:00
Alexandros Konstantinakis-Karmis 3b1d281efb Abbreviations trigger end of \brief description
Fixes bug #15482:
https://gforge.inria.fr/tracker/index.php?func=detail&aid=15482&group_id=52&atid=13845
2013-03-13 11:58:56 +01:00
Sébastien Loriot e991fe72ad really add last missing classified reference manual pages 2013-03-13 10:57:01 +01:00
Laurent Rineau a537d89f51 Fix an OpenGL error 2013-03-07 15:08:46 +01:00
Laurent Rineau c49ecad8b8 Fix warnings with -pedantic
Extra semi-colon after function body
2013-03-07 15:08:25 +01:00
Laurent Rineau 9f5458f288 Merge branch 'CGAL-fix_warnings-GF' 2013-03-07 12:58:19 +01:00
Sébastien Loriot a9a49ffabd add an option to switch the two-pass on 2013-03-06 18:41:01 +01:00