Maxime Gimeno
b24413b407
Renaming functors
2016-09-28 10:48:08 +02:00
Maxime Gimeno
a7282912a0
Add a random_points_generator on a range of triangles, and an exemple for it.
2016-09-28 10:48:08 +02:00
Maxime Gimeno
2ac64c542a
Replace Weighted_point_3 by C3T3::Triangulation::Point_3.
2016-09-28 10:48:08 +02:00
Maxime Gimeno
fad8535621
Remove useless template Point_3 in Random_points_on_triangle_mesh_3.
2016-09-28 10:48:08 +02:00
Sébastien Loriot
a6b628620f
fix typos and improve phrasing
2016-09-28 10:48:08 +02:00
Sébastien Loriot
146238d6bc
improve phrasing
2016-09-28 10:48:07 +02:00
Maxime Gimeno
c013d9d292
Clean-up
...
- Replace Mesh by TriangleMesh
- update changes.html and doc sections
- remove useless .off in examples
2016-09-28 10:48:07 +02:00
Maxime Gimeno
4754094f5f
Make working tests.
2016-09-28 10:48:07 +02:00
Maxime Gimeno
c7eb806329
Make the VertexPointMap editable
2016-09-28 10:48:07 +02:00
Maxime Gimeno
8469c45336
Enhance Prevent_deref API and use it.
2016-09-28 10:48:07 +02:00
Sébastien Loriot
fd39972166
add method to access the sum of weights
2016-09-28 10:46:43 +02:00
Maxime Gimeno
2912b9d40b
Fixes in the doc
2016-09-28 10:46:42 +02:00
Maxime Gimeno
32899c21d0
Fix example
2016-09-28 10:45:48 +02:00
Maxime Gimeno
64c0a0d620
add an image to the User Manual.
2016-09-28 10:45:48 +02:00
Maxime Gimeno
ee6731e625
Fix generator on triangle mesh 3
2016-09-28 10:45:47 +02:00
Maxime Gimeno
1d5d17cfd8
Clean-up
2016-09-28 10:45:47 +02:00
Maxime Gimeno
19a7386164
Clean-up
2016-09-28 10:45:47 +02:00
Maxime Gimeno
b4578e9262
Add see also and name in PkgDescription
2016-09-28 10:45:47 +02:00
Maxime Gimeno
18a2cdd59c
Add examples
2016-09-28 10:45:47 +02:00
Maxime Gimeno
ec73440ab7
Update of the doc.
2016-09-28 10:45:46 +02:00
Maxime Gimeno
3eb1f4ca69
Clean-up
...
- Clean-up
- Moved Prevent_deref to CGAL/iterator.h
2016-09-28 10:45:46 +02:00
Maxime Gimeno
04f589e97d
Update doc for Random_points_on_triangle_mesh_2
2016-09-28 10:45:46 +02:00
Maxime Gimeno
7a1c2037fd
Implementation and changes
...
- Change Generic_random_point_generator to use a Functor instead of a property_map
- Change Random_points_on_triangle_mesh_3 to use a functor wrapping around a PMAP instead of the PMAP
- Implement a random point generator on a Triangulation_2
- Implement a random point generator in and on tetrahedral meshes.
Conflicts:
Generator/include/CGAL/point_generators_3.h
Generator/test/Generator/generic_random_test.cpp
2016-09-28 10:45:46 +02:00
Maxime Gimeno
ce9d373760
Implementation and changes
...
- Change Generic_random_point_generator to use a Functor instead of a property_map
- Change Random_points_on_triangle_mesh_3 to use a functor wrapping around a PMAP instead of the PMAP
- Implement a random point generator on a Triangulation_2
2016-09-28 10:45:45 +02:00
Maxime Gimeno
7bdd704de2
Implement convenience function mor FaceListGraphs
2016-09-28 10:45:45 +02:00
Sébastien Loriot
e2f7efa58a
clean up
2016-09-28 10:45:45 +02:00
Sébastien Loriot
8665ef7026
clean-up
2016-09-28 10:45:45 +02:00
Maxime Gimeno
35a328b1bf
Move Halfedge_and_face_graph_property_maps.h to BGL.
2016-09-28 10:45:45 +02:00
Maxime Gimeno
709f3984c1
Implements a random point generator for FaceGraphLists, and an unfinished test.
2016-09-28 10:45:44 +02:00
Andreas Fabri
6554072006
Update Generator.txt
2016-09-28 10:00:39 +02:00
Sébastien Loriot
7e2ee496de
update project name of cmake scripts of tests
2016-09-08 00:26:37 +02:00
Sébastien Loriot
6b338eeb1f
improve the name of projects in cmake scripts of examples
2016-09-08 00:02:55 +02:00
Guillaume Damiand
0e4aa8525e
Second merge
2016-05-25 11:06:17 +02:00
Guillaume Damiand
10469f9c4e
Update with master
2016-05-25 10:58:55 +02:00
Clement Jamin
5c64e418f6
Add a note about CGAL::Random not being fully thread-safe
2016-04-14 14:49:11 +02:00
Sébastien Loriot
4c29bf1b44
CMAKE_SOURCE_DIR -> CMAKE_CURRENT_SOURCE_DIR
2016-03-24 16:33:46 +01:00
Laurent Rineau
8716303dd9
Doc: add "Use `get_default_random()` instead."
2016-03-09 17:03:44 +01:00
Clement Jamin
fccabf779f
Deprecate default_random in doc
2016-03-09 14:27:22 +01:00
Clement Jamin
9a61b23b55
Use get_default_random() instead of default_random
2016-03-09 10:35:21 +01:00
Sébastien Loriot
881e4d3199
request Core only in examples, tests and demos when really needed
2016-03-07 22:36:57 +01:00
Sébastien Loriot
2d191d6651
commit CMakeLists.txt for all examples and tests
2016-03-07 17:39:36 +01:00
Philipp Möller
0a04a3a48f
Use CGAL_DOC_VERSION
2016-02-11 15:37:54 +01:00
Sebastien Loriot
48da87c2b5
Merge pull request #732 from afabri/CGAL-replace_bind-GF
...
Replace all std::bind with boost::bind
2016-02-07 18:21:05 +01:00
Sébastien Loriot
15d2bbcf2a
avoid ambiguous calls
2016-02-04 17:36:15 +01:00
Andreas Fabri
52f8129579
replace all std::bind with boost::bind
2016-02-04 08:59:38 +01:00
Andreas Fabri
9d674673a6
Print out the seed.
2016-02-03 10:19:39 +01:00
Sebastien Loriot
32a3972c33
Merge pull request #592 from afabri/CGAL-dont_submit_cleanup-GF
...
Towards getting rid of dont_submit files
2016-01-08 14:14:08 +01:00
Andreas Fabri
8df7cf2758
various
2016-01-05 18:23:35 +01:00
Philipp Möller
71b4e9c515
Use CGAL_FULL_VERSION in all Doxyfile.in
2015-12-17 16:33:28 +01:00
Philipp Möller
81a8f982dc
Handle the easy INPUT cases
...
If INPUT is just PKG/doc/PKG, handle it automatically.
2015-12-10 17:00:26 +01:00
Maxime Gimeno
7b4267c162
Replacement of cgalRequires
...
-fix for #291
2015-11-23 22:06:06 +01:00
Sebastien Loriot
2e493f297b
Merge pull request #389 from afabri/CGAL-Qt3-GF
...
Remove Qt3 based demos
2015-10-23 17:08:49 +02:00
Guillaume Damiand
cf1c0ea0ca
Merge branch 'CGAL_headers_only-gdamiand_cjamin-OLD' into CGAL_headers_only-gdamiand_cjamin
2015-10-01 09:12:55 +02:00
Andreas Fabri
6e214c5f4a
remove Qt3 demos and empty dontsubmit files
2015-09-30 12:51:40 +02:00
Laurent Rineau
f9917c487e
CMake 2.8.11
2015-07-13 12:36:43 +02:00
Sébastien Loriot
722abba27b
cosmetic changes to remove mentions of QT4
2015-07-07 18:00:43 +02:00
Sébastien Loriot
3f6c6b3369
Merge branch 'Generator-more_point_generators-pmachado' of git://github.com/sloriot/cgal into sloriot-Generator-more_point_generators-pmachado
...
Conflicts:
Generator/doc/Generator/Generator.txt
Generator/doc/Generator/PackageDescription.txt
Generator/doc/Generator/examples.txt
Installation/changes.html
2015-04-15 16:25:34 +02:00
Sébastien Loriot
eeff9b601a
fix link and add missing group
2015-03-31 16:15:42 +02:00
Guillaume Damiand
9c78897ba5
Merge branch 'CGAL_headers_only-gdamiand_cjamin-old' into CGAL_headers_only-gdamiand_cjamin
2015-03-16 14:00:43 +01:00
Sébastien Loriot
dc69184f40
decrease epsilon
2015-02-26 16:57:01 +01:00
Sébastien Loriot
1abea0f18e
remove warnings
2015-02-25 07:57:56 +01:00
Sébastien Loriot
b28b4607ae
use UTF8 for letters with accent
2015-01-31 13:58:08 +01:00
Remy Thomasse
33e5f52486
fix iterator bug in convex_hull_in_disc_2.h
...
trivial fix for master
2015-01-27 16:03:01 +01:00
Remy Thomasse
54adc78e2b
bug windows
2015-01-06 16:53:49 +01:00
Remy Thomasse
b5047c9bb8
try to fix some warnings
2015-01-06 16:53:48 +01:00
Remy Thomasse
fe929dee85
(try to) fix the windows bug
2015-01-06 16:53:48 +01:00
Remy Thomasse
b3514854de
compatibility old version of boost
2015-01-06 16:53:48 +01:00
Remy Thomasse
30c93188c5
doc: zero becomes origin
2015-01-06 16:53:48 +01:00
Remy Thomasse
1e587c8177
petit oubli
2015-01-06 16:53:48 +01:00
Remy Thomasse
2b9bfcf337
Left_turn_2 no longer needed
2015-01-06 16:53:48 +01:00
Remy Thomasse
aa374e3e99
reference biblio
2015-01-06 16:53:47 +01:00
Remy Thomasse
6c3072ec95
ajout de test
2015-01-06 16:50:15 +01:00
Remy Thomasse
a0fdbe9ab0
petits ajustements anglais doc
2015-01-06 16:50:15 +01:00
Remy Thomasse
1a75179c94
petits ajustements doc
2015-01-06 16:50:14 +01:00
Remy Thomasse
76377e1463
Enorme typo sur le parametre fast
2015-01-06 16:50:14 +01:00
Remy Thomasse
be57b3f2e6
typo
2015-01-06 16:50:14 +01:00
Remy Thomasse
5a876394d9
documentation+concept RandomConvexHullTraits_2
2015-01-06 16:50:14 +01:00
Remy Thomasse
57d4dbbb2a
Add Traits, clean the code
2015-01-06 16:50:14 +01:00
Remy Thomasse
03ef4e6789
modifications OutputIterator
2015-01-06 16:50:14 +01:00
Remy Thomasse
9e6fc4f698
typo
2015-01-06 16:50:13 +01:00
Remy Thomasse
616178e80f
name change, typos
2015-01-06 16:50:13 +01:00
Remy Thomasse
8bb8668a03
documentation
2015-01-06 16:50:13 +01:00
Remy Thomasse
d350d0e51b
doc
2015-01-06 16:50:13 +01:00
Remy Thomasse
86cf507775
add size_t, FT instead of long and double, ifndef Q_MOC_RUN trick to compile the demo without trouble (pb with boost headers and Qt)
2015-01-06 16:50:13 +01:00
Remy Thomasse
1d82acee46
demo generator
2015-01-06 16:50:13 +01:00
Remy Thomasse
264e8ccb25
header random convex polygon
2015-01-06 16:50:12 +01:00
Guillaume Damiand
ef550fd3bb
Ok for first version.
2014-11-14 17:22:06 +01:00
Guillaume Damiand
ebc4300334
Header only for random.cpp.
...
For the header only version, the global variable default_random no more exist => we need to replace all occurences of default_random by a call to the global function get_default_random().
As usual, no modification for the non header only version.
2014-11-14 14:20:26 +01:00
Sébastien Loriot
9114db9085
restore figure source files removed in 0fa2cacb
...
| commit 0fa2cacb60
| Author: Sébastien Loriot <sebastien.loriot@cgal.org>
| Date: Tue Dec 3 17:27:02 2013 +0100
|
| remove doc_tex documentation (including developer manual) and old manual tools
2014-02-10 14:54:23 +01:00
Sébastien Loriot
0fa2cacb60
remove doc_tex documentation (including developer manual) and old manual tools
2013-12-03 17:27:02 +01:00
Pedro Machado Manhaes de Castro
ef2d934007
Adding new authors to the files.
2013-10-22 11:24:58 -03:00
Pedro Machado Manhaes de Castro
6d7138ab89
Adjustements in the doc due to Sebastien's report of the small feature submission.
2013-10-14 18:09:00 -03:00
Pedro Machado Manhaes de Castro
79e3ea8ee2
Adding author information to the doc.
2013-10-14 12:36:14 -03:00
Pedro Machado Manhaes de Castro
386fe6eb09
stable stuffs done in gsoc2013, random points in triangle_2, triangle_3, and tetrahedron_3
2013-10-04 11:59:03 -03:00
Andreas Fabri
6c547e5663
Mainly added includes
2013-09-13 22:24:30 +02:00
Sébastien Loriot
e8975dbac7
function documentation fixes
...
remove the repetition of the name of the function in its brief description
add parenthesis for function matching "function\s+`[a-z0-9_]`"
2013-09-03 14:25:50 +02:00
Laurent Rineau
bc03aaf30b
Put doc/ in the global dont_submit file
2013-08-20 10:57:03 +02:00
Sébastien Loriot
9c2f35ed1a
using cgalHeading instead of h3
2013-08-07 10:06:49 +02:00
Sébastien Loriot
d282ade623
use \cgalCite instead of \cite
...
using perl -i -pe 's/\\cite\s*{?([a-zA-Z0-9:-]+)}?/\\cgalCite{$1}/g'
2013-08-05 18:25:26 +02:00
Sébastien Loriot
b2ef3b8673
Merge branch 'doc-remove_gif-local'
...
Successfully test in CGAL-4.3-Ic-102
This commit fixes a few issues in the doxygen documentation and in particular
the figure for the generation of latex doc.
Approved by the interim release manager
xplain why this merge is necessary,
2013-07-26 17:50:07 +02:00