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
Mael
6538b22e06
Merge branch 'master' into CGAL-Clean_CMakeLists.txt-GF
2022-12-05 16:03:41 +01:00
Mael Rouxel-Labbé
b5c21e1f5d
Http -> https + update some dead links
2022-11-23 18:54:37 +01:00
albert-github
45478184de
spelling corrections
...
Some spelling corrections (Directories starting with `E`-` L`),
some backward work
some forward work
2022-11-15 13:39:40 +01:00
Andreas Fabri
1649d73a68
LCC demo
2022-10-25 07:36:03 +01:00
albert-github
bc53c459c7
Obvious spelling error
...
Obvious spelling error: betwen -> between
2022-09-29 12:13:39 +02:00
Mael Rouxel-Labbé
4fc486b195
Purge CMakeLists.txts from obsolete code / noise
2022-09-06 16:19:11 +02:00
Mael Rouxel-Labbé
7cb21c24b0
Uniformize message() for missing 3rd party libraries
...
STATUS for non-essential, NOTICE for important stuff
2022-09-06 16:07:31 +02:00
Sébastien Loriot
fbd8b8a75a
add out-of-class definition if c++17 is not used
2022-07-27 16:28:59 +02:00
Guillaume Damiand
b4e3a2023a
Remove warnings
2022-07-26 08:22:19 +02:00
Guillaume Damiand
38a14de2cb
Remove warning unused variable
2022-07-21 17:16:41 +02:00
Guillaume Damiand
233f757148
Remove macro used for the reviewing step.
2022-07-21 10:40:45 +02:00
Guillaume Damiand
447728692d
use rebind_alloc instead of rebind for std::allocator
2022-07-20 11:31:04 +02:00
Guillaume Damiand
1e2c505cbe
Add missing type in LCC-GMap
2022-07-19 10:21:41 +02:00
Guillaume Damiand
f2630fa4b9
Merge branch 'master' into CMap_index-gdamiand
2022-07-19 09:44:16 +02:00
Guillaume Damiand
cbc038fff8
Rename upper_bound_XXX_ids by upper_bound_on_XXX_ids
2022-06-27 12:37:49 +02:00
Guillaume Damiand
aa91b53297
Add methods in CMap/GMap/LCC to get upper bounds, when indices are used
2022-06-21 14:16:12 +02:00
Guillaume Damiand
6c484b7a8f
Replace a rand by default_random
2022-06-21 10:52:41 +02:00
Sébastien Loriot
c1eacac982
fix link
2022-06-21 10:42:30 +02:00
Guillaume Damiand
5d7d16cb9e
Update Linear_cell_complex/doc/Linear_cell_complex/CGAL/Linear_cell_complex_for_combinatorial_map.h
...
Co-authored-by: Sebastien Loriot <sloriot.ml@gmail.com>
2022-06-21 10:22:19 +02:00
Guillaume Damiand
1e0adffc21
Add is_used method
2022-06-10 18:57:53 +02:00
albert-github
ee415d50de
Corrections for more strict doxygen symbol resolver
...
The doxygen symbol resolver for the doxygen master version (1.9.5 (35711f2d14acc81cff83f81f04c566ad8c8c6fe8)) has been improved (made stricter) but this means also means that some links have to be corrected.
The patch has been tested against the mentioned doxygen master and against doxygen 1.8.13 and the results look in both cases correct (without the patch the master version has some warnings and some incorrect links)..
The patch has been created by @doxygen and upon request created into a pull request by me.
2022-06-07 10:56:37 +02:00
Guillaume Damiand
a60dd02665
null_descriptor should be public
2022-06-02 20:12:01 +02:00