Guillaume Damiand
92ba7fa6c9
Update minimum cmake required version in all CMakeLists.txt
2018-10-18 14:49:23 +02:00
Guillaume Damiand
0c2dcf7208
Re-add include({CGAL_USE_FILE} ) in each CMakeLists.txt where CGAL is used with some component.
2018-10-18 14:38:42 +02:00
Guillaume Damiand
0bd9088b5a
Remove all include( ) and include( CGAL_CreateSingleSourceCGALProgram ) in CMakeLists.txt; they are no more required.
2018-10-17 14:17:08 +02:00
Mael Rouxel-Labbé
7b90f28601
Removed redundant call to random_shuffle when using 'is_large_point_set'
2018-10-10 11:03:52 +02:00
Mael Rouxel-Labbé
592d60ff0d
There is no need to compare addresses, compare iterators directly
...
Also needed for determinism
2018-10-10 10:42:31 +02:00
Sébastien Loriot
ea240cfac5
use \PkgXXX instead of \PkgXXXSummary
2018-10-08 10:28:44 +02:00
Sébastien Loriot
a2e8a1c68f
add the suffix Ref to doxygen link to reference
2018-10-08 10:26:56 +02:00
Sébastien Loriot
d05df530b3
Merge pull request #2658 from MaelRL/Periodic_3_mesh_3-Feature-MBogdanov
...
Periodic_3_mesh_3, new package
2018-07-25 18:55:12 +02:00
Sébastien Loriot
d514411868
re-add files removed during git filter-branch
2018-07-19 21:47:31 +02:00
Mael Rouxel-Labbé
7c68a8a743
Added a quick return to P3RT3 set_point() if the new position is the current one
2018-07-18 16:51:43 +02:00
Maxime Gimeno
fcf16d31e3
Fix Periodic-3 demos
2018-07-10 16:32:22 +02:00
Mael Rouxel-Labbé
980036feaf
Fixed p3rt3's operator>> not setting up orthosphere radius bound
2018-07-01 11:35:39 +02:00
Mael Rouxel-Labbé
09cce4384f
Use threshold member instead of recomputing it
2018-06-29 16:52:19 +02:00
Mael Rouxel-Labbé
578302f342
Properly test P3T3 copy constructors
2018-06-28 13:02:23 +02:00
Mael Rouxel-Labbé
cfad163749
Fixed some issues in the P3T3 constructors
...
- The copy constructor of P3T3 didn't do anything
- There is no need to duplicate copy_multiple_coverings in P3RT3 and P3DT3,
it can simply be factorized at P3T3 level, solving the first point.
- P3T3 constructor shouldn't call virtual functions
- Some other minor stuff
2018-06-28 12:59:29 +02:00
Mael Rouxel-Labbé
9b5b558101
Do not take argument of P3T3 operator= by reference
...
Since we're swapping, it needs to be copy
2018-06-27 17:12:22 +02:00
Mael Rouxel-Labbé
3e1bf168f8
Removed commented code
2018-06-27 16:30:44 +02:00
Mael Rouxel-Labbé
4e256ef80e
Fixed deleting only the last newly-created cell during a periodic_remove abort
2018-06-27 16:30:36 +02:00
Mael Rouxel-Labbé
7490f34560
Merge branch 'Periodic_3_mesh_3-Feature-MBogdanov-old' into Periodic_3_mesh_3-Feature-MBogdanov
2018-06-21 10:15:25 +02:00
Mael Rouxel-Labbé
1765d23536
Don't expose P3T3's _cover member
2018-06-18 13:15:28 +02:00
Mael Rouxel-Labbé
26c857a431
Moved unary/binary_function to CGAL::cpp98
2018-06-13 15:58:19 +02:00
Mael Rouxel-Labbé
9e66bc65ef
Cleaned output
2018-06-06 17:02:50 +02:00
Mael Rouxel-Labbé
7ea3a8044e
Merge branch 'Periodic_3_mesh_3-Feature-MBogdanov-old' into Periodic_3_mesh_3-Feature-MBogdanov
2018-06-05 14:39:18 +02:00
Andreas Fabri
cc61059cc8
Fix Periodic_3 demo (CGAL_PI)
2018-05-23 16:21:57 +02:00
Maxime Gimeno
dbfa5bf8ad
Fix remaining Viewer error in P3T3 demo
2018-05-17 10:20:57 +02:00
Maxime Gimeno
f22c2864a0
Put qglviewer in the namespace CGAL
2018-05-17 10:20:56 +02:00
Andreas Fabri
ff0836ec79
cleanup
2018-05-17 10:20:56 +02:00
Maxime Gimeno
f1700285de
Restore snapshot feature in P3T3 demo
2018-05-17 10:20:56 +02:00
Maxime Gimeno
4d13eb724f
Remove render video feature of loyd demo and fix drawvisualhnts in the qglviewer code.
2018-05-17 10:20:55 +02:00
Maxime Gimeno
c7185f5893
Remove the snapshot feature from P3T3 demo.
2018-05-17 10:20:55 +02:00
Maxime Gimeno
6584abd90b
Use integrated qglviewer for 3D demos
2018-05-17 10:20:55 +02:00
Mael Rouxel-Labbé
7007f44f1f
Removed deprecated (since 2014) cls Triangulation_cell_base_with_circumcenter_3
2018-04-26 13:00:21 +02:00
Mael Rouxel-Labbé
17d46e9211
Merge branch 'Periodic_3_mesh_3-Feature-MBogdanov-old' into Periodic_3_mesh_3-Feature-MBogdanov
2018-04-26 11:55:17 +02:00
Andreas Fabri
c54a6a4980
Put CGAL::random_shuffle() in the subnamespace cpp98
2018-04-11 09:32:23 +01:00
Andreas Fabri
dde83c804d
Add #include
2018-04-05 11:42:36 +01:00
Andreas Fabri
3955f031bd
Fix examples/tests/demos
2018-04-04 14:18:22 +01:00
Andreas Fabri
063a91a771
Use CGAL::random_shuffle
2018-04-04 14:00:23 +01:00
Mael Rouxel-Labbé
8646350d47
Merge branch 'Periodic_3_mesh_3-Feature-MBogdanov-old' into Periodic_3_mesh_3-Feature-MBogdanov
2018-03-15 14:42:21 +01:00
Sébastien Loriot
01af331c72
use https for all links to www.cgal.org and doc.cgal.org
2018-03-14 15:59:38 +01:00
Laurent Rineau
0a74393dcf
Commit all new dependencies files
2018-03-06 18:44:48 +01:00
Mael Rouxel-Labbé
c28e05be0c
Merge branch 'Periodic_3_mesh_3-Feature-MBogdanov-old' into Periodic_3_mesh_3-Feature-MBogdanov
2018-02-23 12:50:06 +01:00
Laurent Rineau
452b2360a1
Merge pull request #2807 from maxGimeno/Fedora_32-Fix_error-GF
...
Fix Fedora_32 errors in the testsuite
2018-02-14 15:35:13 +01:00
Laurent Rineau
01e2405fa7
Merge pull request #2774 from MaelRL/T3-Fix_is_Gabriel-GF
...
T3/P3T3: Fix Is_Gabriel(Vertex_handle) for regular triangulations
2018-02-14 15:35:05 +01:00
Maxime Gimeno
86ec93aa25
Remove Qt5::Help from CMakeLists because it causes errors and it is not used.
2018-02-08 09:18:04 +01:00
Maxime Gimeno
688b5dd06e
Move dependencies creation to package_info and add dependencies to git
2018-02-02 12:08:05 +01:00
Maxime Gimeno
8bde832931
Fix METIS headers in BGL
2018-02-02 12:08:05 +01:00
Maxime Gimeno
a676d5a60e
Try to fix errors in classification checks
2018-02-02 12:08:05 +01:00
Maxime Gimeno
acd0a72edf
Modify travis script to test dependencies
2018-02-02 12:08:05 +01:00
Maxime Gimeno
ae36b452bc
Add dependencies of all packages
2018-02-02 12:08:05 +01:00
Mael Rouxel-Labbé
baa1915edf
Changed variable name and initialization
2018-02-01 10:39:36 +01:00
Mael Rouxel-Labbé
95f36b1f12
Added a test P3RT3 is_Gabriel
2018-01-31 15:29:18 +01:00
Mael Rouxel-Labbé
6331d0f238
Fixed is_Gabriel(Vertex_handle) for P3RT3
2018-01-31 15:29:11 +01:00
Mael Rouxel-Labbé
c88044d40a
Fixed nearest_power_vertex for P3RT3
2018-01-31 15:27:39 +01:00
Mael Rouxel-Labbé
bd4c643868
Fixed T3/P3T3 concepts
...
- Fixed RT/DT/P3RT3/P3DT3 not requiring (power)side_of_bounded_(power)_sphere
- No need to specify offset-less predicates in Periodic concepts
2018-01-31 15:27:15 +01:00
Andreas Fabri
9546d96ae0
Mael's comment
2018-01-16 12:10:35 +00:00
Andreas Fabri
cfd566acef
Add timers in all tests, remove an old expensive assertion, and replace a map with an unordered_map
2018-01-16 11:45:51 +00:00
Laurent Rineau
42b11ddf29
Revert the merge of PR #2478
...
This reverts the merge commit 46cc91e787 onto
488c3e2879 .
2018-01-04 17:54:08 +01:00
Mael Rouxel-Labbé
947d428ba9
Removed useless typedefs
2017-12-20 11:11:48 +01:00
Mael Rouxel-Labbé
0bca01d872
Merge branch 'Periodic_3_mesh_3-Feature-MBogdanov-old' into Periodic_3_mesh_3-Feature-MBogdanov
2017-12-19 17:22:03 +01:00
Mael Rouxel-Labbé
3e48f65c08
Doc improvements
2017-12-18 16:50:11 +01:00
Mael Rouxel-Labbé
33ad44254e
Fixed typo
2017-12-16 13:15:07 +01:00
Mael Rouxel-Labbé
ec8d413f17
Fixed missing overload
2017-12-16 13:07:31 +01:00
Mael Rouxel-Labbé
c6f58bce4e
Reworked the way periodicity is defined
...
The input domain does not need to be periodic. It is the domain class that
has to handle the periodicity. This is cleaner mathematically and will be
more natural for other types of domains.
Along the way, the labeled periodic domain is brought up to date with Mesh_3's
(bug fixes, null subdomain index, etc.)
2017-12-15 17:25:42 +01:00
Mael Rouxel-Labbé
dac2327c5e
Clarified possible numerical issues in P3T3's construct_periodic_point()
2017-12-15 11:29:00 +01:00
Mael Rouxel-Labbé
75e31070f6
Fixed not initializing the visited flags to 'false'
2017-12-15 11:25:34 +01:00
Mael Rouxel-Labbé
adfdc70374
Uniformized template parameters names in all P3T3 traits classes
...
Hopefully works around a bug in MSCV compilers too
2017-12-12 20:53:10 +01:00
Mael Rouxel-Labbé
417903d640
Reworked some 'using' keywords in P3T3 traits classes
2017-12-12 17:48:51 +01:00
Mael Rouxel-Labbé
fb740af70e
Replaced a 'using'
2017-12-12 16:35:37 +01:00
Mael Rouxel-Labbé
9a0075ef01
Silenced some output
2017-12-12 00:25:02 +01:00
Mael Rouxel-Labbé
881ad18dac
Removed CXX standard from CMakeLists
2017-12-09 18:10:34 +01:00
Andreas Fabri
dc543af517
Use static arrays and a loop to initialize (accelerates compilation on VC++
2017-12-07 17:05:56 +00:00
Andreas Fabri
99617c37cb
Use static arrays and a loop to initialize (accelerates compilation on VC++
2017-12-07 16:58:47 +00:00
Mael Rouxel-Labbé
34d53aa2d9
Merge branch 'Periodic_3_mesh_3-Feature-MBogdanov-old' into Periodic_3_mesh_3-Feature-MBogdanov
2017-12-05 20:32:30 +01:00
Laurent Rineau
3c6640bf59
Merge pull request #1436 from lrineau/CGAL-new_cmake-GF
...
Renewal of CMake scripts: header-only, ctest, CMake>=3.1
# Conflicts:
# Installation/config/testfiles/CGAL_CFG_NESTED_CLASS_FRIEND_DECLARATION_BUG.cpp
2017-12-05 18:20:05 +01:00
Laurent Rineau
f37630bc0f
Merge branch 'releases/CGAL-4.11-branch'
...
# Conflicts:
# Kernel_23/test/Kernel_23/include/CGAL/_Result_of_kernel.h
# Kernel_23/test/Kernel_23/test_result_of.cpp
2017-12-05 18:14:23 +01:00
Mael Rouxel-Labbé
c18e005cd4
Added a couple of missing tags
2017-12-05 17:20:46 +01:00
Mael Rouxel-Labbé
28c5e09d4d
Made is_1_cover() public
2017-11-30 17:13:05 +01:00
Mael Rouxel-Labbé
a33c162f60
Moved include
2017-11-30 17:12:54 +01:00
Mael Rouxel-Labbé
ba3a59ed5a
Merge branch 'Periodic_3_mesh_3-Feature-MBogdanov-old' into Periodic_3_mesh_3-Feature-MBogdanov
2017-11-30 15:54:00 +01:00
Mael Rouxel-Labbé
13a49227c1
Improved documentation
2017-11-29 16:32:58 +01:00
Mael Rouxel-Labbé
5b93c880de
Added missing licence
2017-11-29 12:32:31 +01:00
Mael Rouxel-Labbé
486ad2a0d6
Do not automatically use `visited_for_vertex_extractor` in P3T3
...
See comment in code for the reason.
2017-11-29 11:57:18 +01:00
Laurent Rineau
6ec4c12031
Do not use OpenGL directly, but only using Qt5 OpenGL classes
2017-11-28 17:58:12 +01:00
Mael Rouxel-Labbé
2ca8e6a4e1
Use enum cast rather than C casts
2017-11-28 15:26:07 +01:00
Mael Rouxel-Labbé
0ac5ba8a88
Added 'remove_if_no_cover_change()'
...
This function allows to attempt to remove points, but abort and return 'false'
if the removal of the point would need to change the cover to 27-sheet.
2017-11-28 15:19:59 +01:00
Mael Rouxel-Labbé
ce0c2afd40
Readability changes
...
Increasing reader sanity, one commit at a time
2017-11-24 11:19:21 +01:00
Mael Rouxel-Labbé
59017a5e9e
Minor code cleaning
2017-11-21 16:14:16 +01:00
Mael Rouxel-Labbé
c1a4fe3d65
Added dual_segment_exact
2017-11-21 16:12:40 +01:00
Mael Rouxel-Labbé
07d6ce363d
Cleaned some obsolete todos
2017-11-20 17:35:24 +01:00
Mael Rouxel-Labbé
3f39a7e33e
Minor improvement to P3DT3's nearest_vertex function
...
simply copying changes from P3RT3
2017-11-20 16:49:05 +01:00
Mael Rouxel-Labbé
f3931d5877
Misc minor changes
2017-11-17 18:42:34 +01:00
Mael Rouxel-Labbé
1f7c95cd27
Implemented clear_covering_data for periodic regular triangulations
2017-11-17 18:35:53 +01:00
Mael Rouxel-Labbé
adfb2f6e74
Fixed nearest_power_vertex functions (some issue with offsets)
2017-11-17 18:34:58 +01:00
Mael Rouxel-Labbé
fffdce7487
Added some clarifying comments
2017-11-17 18:32:11 +01:00
Mael Rouxel-Labbé
d37c9cf802
Added a precondition
2017-11-17 18:28:58 +01:00
Mael Rouxel-Labbé
36a5a43111
Fixed 'Is_Gabriel' using wrong offsets in 27-sheeted triangulations
2017-11-17 17:21:45 +01:00
Mael Rouxel-Labbé
b0eb340e7f
Merge remote-tracking branch 'mine/P3T3-Fix_Gabriel_functions-GF' into P3RT3-Fix_Gabriel_functions-GF
2017-11-17 17:14:18 +01:00
Mael Rouxel-Labbé
8baa0be80f
Fixed 'Is_Gabriel' using wrong offsets in 27-sheeted triangulations
2017-11-17 17:04:48 +01:00
Laurent Rineau
25dffa1710
Modern usage of Qt5 CMake scripts, to allow CMAKE_WARN_DEPRECATED
2017-11-17 12:54:13 +01:00
Laurent Rineau
bbee705221
Add compilation tests for demos
2017-11-16 18:38:15 +01:00