Commit Graph

944 Commits

Author SHA1 Message Date
Mostafa-ashraf19 2b0969d10e Removed redundant 2022-10-03 14:26:26 +02:00
Mostafa-ashraf19 588b021d51 Migrated to original file. 2022-10-03 14:24:58 +02:00
Mostafa-ashraf19 796ec13391 Modified GraphicBuffer class name to snake case. 2022-10-03 13:27:22 +02:00
Mostafa-ashraf19 913f676b22 Added two versions of add in LCC 2022-10-01 19:28:47 +02:00
Mostafa-ashraf19 cb4c77f1eb changed functor names. 2022-09-23 22:23:10 +02:00
Mostafa-ashraf19 6c95908e6c Renamed functors and GB, added handles to test functors. 2022-09-23 18:03:11 +02:00
Mostafa-ashraf19 9db1695576 Migrated generic functor to Generic_functor.h, changed functors name. 2022-09-22 17:34:46 +02:00
Guillaume Damiand 974a4accf1 Update drawing functor and lcc demo 2022-09-12 15:42:07 +02:00
Guillaume Damiand 6076849ea5 Update for basic viewer 2022-09-12 10:55:37 +02:00
Mostafa-ashraf19 156ea1a1c9 Edit generic functor. 2022-09-10 21:52:39 +02:00
Mostafa-ashraf19 382aa602d7 Error in build didn't see gBuffer, and add_in_graphic_buffer_lcc 2022-09-10 21:19:17 +02:00
Mostafa-ashraf19 ca7ae5f878 Initial commit for generic functors with and without volume for faces, edges, and vertices. 2022-09-05 09:22:36 +02:00
Mostafa-ashraf19 ebc4b65607 Initial commit for modifying demo. 2022-09-05 08:37:31 +02:00
Mostafa-ashraf19 8e3b1bef75 Fix typo bug in the variable name. 2022-08-31 11:06:07 +02:00
Mostafa-ashraf19 0f4f3476f6 Removed nofill redundant, added formatting. 2022-08-31 10:51:30 +02:00
Mostafa-ashraf19 c8c068ecff Moved draw_buffer function. 2022-07-25 19:45:45 +02:00
Guillaume Damiand 9d0fb1e289 Correction of draw_linear_cell_complex_function 2022-07-22 18:27:58 +02:00
Mostafa-ashraf19 a68ad47df0 Local_Kernel error during compiling 2022-07-22 15:17:44 +02:00
Mostafa-ashraf19 c85f775651 TODO 2022-07-20 18:05:42 +02:00
Mostafa-ashraf19 0f7d0c5c92 Fixed Dart_const_handle error 2022-07-20 18:03:52 +02:00
Mostafa-ashraf19 405b64edb7 Initial commit of filling buffers and drawing it for each data structure. 2022-07-20 12:46:29 +02:00
Mostafa-ashraf19 c3541b2c6f Use the new version. 2022-07-20 10:06:10 +02:00
Mostafa-ashraf19 c1a64ea90d Deleted, Redundant. 2022-07-20 02:08:40 +02:00
Mostafa-ashraf19 81e42ffd73 Initial commit handling basic viewers.
The new version of dealing with CGAL basic viewers and data structures uses functions inserted of classes.
2022-07-19 09:40:23 +02:00
Sebastien Loriot 269a391fa0
Merge pull request #6558 from lrineau/Installation-remove_wd4503-GF
CMake script updates: version of CMake and /wd4503 is only for MSVC 2015
2022-05-13 15:53:36 +02:00
Laurent Rineau 2288225448 Massive update of CMake policies to version 3.23 2022-05-06 09:34:35 +02:00
Andreas Fabri 238a2e1b62 Remove unused #include 2022-05-03 17:01:00 +01:00
Andreas Fabri fd20beeef7 Use vertices_around_target() 2022-05-03 15:09:05 +01:00
Andreas Fabri abb54bf0b8 BGL: Add adjacency_iterator for several classes 2022-05-03 14:02:21 +01:00
Laurent Rineau 95b6bf33a7 Merge pull request #6395 from afabri/TDS-better_initialization_of_Unique_hash_map-GF
TDS: Initialize the size of Unique_hash_map
2022-03-18 15:58:28 +01:00
Andreas Fabri f3db661acb Deal a little bit with Linear_cell_complex and Combinatorial_map 2022-03-09 14:13:31 +00:00
Laurent Rineau 258d704a90 Merge pull request #6209 from sloriot/PMP-std_instead_of_boost
Use features available in std instead of boost
2022-02-24 19:57:17 +01:00
Guillaume Damiand 849b477654
Merge branch 'master' into LCC_update-gdamiand 2022-02-11 07:38:46 +01:00
Laurent Rineau d78a7b9255 Merge pull request #6302 from afabri/P2T2-assert-GF
CGAL: In testcode do not use CGAL_assertion but assert
2022-02-08 23:44:24 +01:00
Sébastien Loriot 4ffc949199 replace boost::unordered by std::unordered
but in T3, Mesh_3, TDS_3, P3[TM]3
2022-02-03 19:11:12 +01:00
Andreas Fabri 440a8dfb7b Fix file name 2022-02-03 08:41:04 +00:00
Andreas Fabri 735752bec9 Do the remaining changes after Laurent's check 2022-02-03 08:02:11 +00:00
Laurent Rineau f9c05a0ba1 Merge pull request #6253 from afabri/P2T2-assert-GF
CGAL:   In testcode do not use CGAL_assertion  but assert
2022-02-02 16:38:22 +01:00
Guillaume Damiand 54142fd2a1 Update generic copy to proper copy marks and add an option to enable/disable this copy. Add move constructors. 2022-01-27 15:16:16 +01:00
Guillaume Damiand 46f5325c1b Remove deprecated code in CMap and LCC (deprecated since CGAL 4.9) 2022-01-27 10:36:22 +01:00
Andreas Fabri a75a88945d LCC CM GM 2022-01-24 16:43:39 +00:00
Andreas Fabri 3d17d3d3f3 Deal with LCC 2022-01-19 07:20:15 +00:00
Sébastien Loriot c169c41240 Merge remote-tracking branch 'maxGimeno/PMP-Example_of_new_mp_function-maxGimeno' into HEAD 2022-01-12 13:33:49 +01:00
Laurent Rineau 921380202b Merge pull request #6055 from gdamiand/LCC_improvements-gdamiand
Lcc improvements
2022-01-12 12:22:00 +01:00
Sébastien Loriot 6d3176e061 move Named_parameters class in STL_extension
helpers stay in BGL because it depends on BGL tags
2022-01-07 15:12:22 +01:00
Guillaume Damiand b0c9cf958b Really remove the warning in LCC incremental builder 2021-12-10 16:32:44 +01:00
Guillaume Damiand c56dc46679 Fix a warning (and some strange indentation) 2021-12-07 16:43:10 +01:00
Laurent Rineau 4d38f2b7b3 Merge pull request #6114 from sloriot/CGAL-cmake_clean_up
Clean cmake scripts of examples and tests
2021-11-18 12:27:19 +01:00
Guillaume Damiand 2bbcabe71b The size of argv array is now 2, ending with nullptr. 2021-11-11 17:23:37 +01:00
Guillaume Damiand ee11c858b5 The size of argv array is changed to 1 in all basic viewers. 2021-11-10 09:59:48 +01:00