Commit Graph

1033 Commits

Author SHA1 Message Date
Sebastien Loriot c5cf3d9915
Edge insertion for CMap/GMap (#7409)
_Please use the following template to help us managing pull requests._

## Summary of Changes

Added the function `insert_cell_1_between_two_cells_2()` into
`GenericMap` concept, which allows users to insert an edge between two
different faces allowing to create faces with holes.

## Release Management

* Affected package(s): CMap/GMap
* Feature/Small Feature (if any):
https://cgal.geometryfactory.com/CGAL/Members/wiki/Features/Small_Features/Insert_edge_CMap/GMap
* Link to compiled documentation (obligatory for small feature) [*wrong
link name to be changed*](httpssss://wrong_URL_to_be_changed/Manual/Pkg)
* License and copyright ownership:
2023-08-14 11:55:26 +02:00
Laurent Rineau d10e9387c2 Merge branch 'master' into CGAL-add_missing_test
# Conflicts:
#	STL_Extension/test/STL_Extension/test_skiplist.cpp
2023-07-12 15:48:42 +02:00
albert-github 5673ccfc71 Spelling corrections
Spelling correction `a edge` to `an edge`
2023-07-06 18:04:38 +02:00
Sébastien Loriot efd8b2d38b add more missing tests 2023-06-27 11:18:20 +02:00
Guillaume Damiand edc11a8bc0 Example of insert edge between two different 2-cells, for cmap, gmap and lcc 2023-06-23 08:43:36 +02:00
Guillaume Damiand 3ed60dc649 Examples for insert between two different 2-cells 2023-06-23 08:22:00 +02:00
Sébastien Loriot dfc386d65b Merge branch 'master' into HEAD 2023-06-22 14:05:45 +02:00
Guillaume Damiand c44371aa4e
Merge branch 'master' into CMap-insert-gdamiand 2023-06-22 12:18:23 +02:00
Sébastien Loriot f936680600 Merge remote-tracking branch 'cgal/master' into HEAD 2023-06-15 18:48:39 +02:00
Sébastien Loriot bbc4d08ee0 Merge remote-tracking branch 'cgal/master' into HEAD 2023-06-15 10:47:07 +02:00
Sébastien Loriot c8a88b9014 remove CGAL_static_assertion* 2023-06-15 10:42:10 +02:00
Sébastien Loriot e54408370b remove CGAL_CXX17 macro
... and no longer used macros
2023-06-15 10:41:56 +02:00
Sébastien Loriot 852b3b664b expand -CGAL_CPP17_INLINE macro 2023-06-15 10:40:54 +02:00
Guillaume Damiand a9e1d599aa more warnings lcc 2023-06-13 12:45:58 +02:00
Guillaume Damiand 1237c7a398 Remove a warning for lcc tests 2023-06-09 12:45:19 +02:00
Laurent Rineau 3c34bac082 Linear_cell_complex_Demo: restore `QUIET` for Qt5 2023-05-04 16:50:07 +02:00
Laurent Rineau fe5a36c08e fix all the CMakeLists.txt for Qt5 2023-04-27 17:27:37 +02:00
Guillaume Damiand eb9dd93ae5 Merge master 2023-04-26 10:23:30 +02:00
Guillaume Damiand c9a683bf54 Start to reintroduce last master modifications 2023-04-26 10:17:58 +02:00
Guillaume Damiand 57f0b8908d bug fix in insert cell 1 between two 2 cells 2023-04-25 14:47:33 +02:00
Guillaume Damiand 79ac67c8ff Create all attributes for LCC tests; add draw to debug (todo: remove later) 2023-04-25 11:40:31 +02:00
Sébastien Loriot b8571795b6 remove extra namespace 2023-04-23 22:37:07 +02:00
Laurent Rineau 824976a003 Merge pull request #7236 from albert-github/feature/issue_7231
issue #7231 Improvement of layout of refines relations.
2023-04-17 10:14:01 +02:00
Laurent Rineau 0316078b95 Merge pull request #7316 from gdamiand/CMap-bugfix-gdamiand
Use reserve(size+1) before to copy attribute
2023-03-21 16:14:11 +01:00
albert-github 2d60f46985 issue #7231 Improvement of layout of refines relations.
- Adjusted cgalRefines according to reviews
- Implemented it in all files
2023-03-14 17:37:50 +01:00
Mael Rouxel-Labbé f1c2668ad8 Fix a number of copyright-related issues 2023-03-13 09:57:03 +01:00
Guillaume Damiand 804f28804d same modif for lcc 2023-03-10 13:31:56 +01:00
Guillaume Damiand 83ae1d54ea add missing own method for with index cases 2023-03-10 10:46:23 +01:00
Laurent Rineau 73bda7c846
LCC: Add an incremental builder (#7210)
## Summary of Changes

The code exists already and only the documentation is missing. It is
pretty close to the incremental builder of `Polyhedron_3`.

## Release Management

* Affected package(s): Linear_cell_complex
* Feature/Small Feature (if any):
[link](https://cgal.geometryfactory.com/CGAL/Members/wiki/Features/Small_Features/Linear_cell_complex_incremental_builder_3),
pre-approved by @gdamiand the 2th Feb 2023.
* Link to compiled documentation [Reference
Manual](https://cgal.github.io/7210/v0/Linear_cell_complex/classCGAL_1_1Linear__cell__complex__incremental__builder__3.html)
and subsection for an
[example](https://cgal.github.io/7210/v0/Linear_cell_complex/index.html#Linear_cell_complexIncrementalBuilderExample).
* License and copyright ownership: cnrs
2023-02-16 11:16:20 +01:00
Andreas Fabri b2798bc81e polish the example 2023-02-02 14:33:28 +00:00
Andreas Fabri c37341671e Turn comment into doxygen comment 2023-02-02 12:29:44 +00:00
Guillaume Damiand a0826b4929 update documentation in example 2023-02-02 12:31:53 +01:00
Guillaume Damiand 7b3fd28dac missing dot 2023-02-02 12:31:35 +01:00
Andreas Fabri accbbb8a87 Fix doc 2023-02-02 08:00:29 +00:00
Andreas Fabri 1530b0a25d Traverse the linear cell complex in the example 2023-02-01 13:02:22 +00:00
Guillaume Damiand 612991fa84 add _3 after LCC incremental builder 2023-02-01 13:08:51 +01:00
Andreas Fabri f1535c2ae4 Unify comments 2023-02-01 10:52:31 +00:00
Guillaume Damiand 4ca40f8e07 LCC incremental builder doc 2023-02-01 11:35:19 +01:00
Andreas Fabri 5797ddb48c Add _3 suffix and add example to the User Manual 2023-01-31 10:10:03 +00:00
Andreas Fabri 5270bbfdc7 trailing whitespace 2023-01-30 15:09:58 +00:00
Andreas Fabri e9668a9deb Fix CMakeLists.txt 2023-01-30 15:03:53 +00:00
Andreas Fabri 54245a754f Add example 2023-01-30 14:38:31 +00:00
Andreas Fabri ab2a655a53 Fixes after Guillaume's review 2023-01-30 13:44:08 +00:00
Mael 153c603209
Merge branch 'master' into CGAL-Clean_CMakeLists.txt-GF 2023-01-27 22:09:02 +01:00
Andreas Fabri 17b86d5536 Another _3 2023-01-25 16:32:19 +00:00
Andreas Fabri 217a65bfba Make public: 2023-01-25 16:25:58 +00:00
Andreas Fabri d6e5e22ce1 No _3 2023-01-25 16:15:40 +00:00
Andreas Fabri ac00c68f38 Add file 2023-01-25 16:06:13 +00:00
Andreas Fabri 6a2932b8d2 LCC: Add an incremental builder 2023-01-25 15:42:54 +00:00
Mael 0ff7882997
Merge branch 'master' into feature/bug_documentation_spell_20221113 2022-12-06 22:21:06 +01:00