Sebastien Loriot
833d425ca3
Triangulation: Add static filter for 5D and 6D orientation predicate ( #8862 )
...
## Summary of Changes
This PR adds a static filter for the orientation test of 4D, 5D and 6D
points. It is ~20% faster than just interval arithmetic.
- [x] Add for 4D
- [x] ~~Add in sphere predicate~~
## Release Management
* Affected package(s): Triangulation
* License and copyright ownership: unchanged
2025-08-05 16:15:54 +02:00
Sébastien Loriot
ce87535e11
fix doxygen command
2025-07-03 14:05:46 +02:00
Sébastien Loriot
d5c8d87ad2
Merge pull request #8906 from albert-github/feature/bug_table_inconsistency
...
Warnings during table generation in documentation
2025-06-04 14:56:21 +02:00
albert-github
d1fea32fc3
Warnings during table generation in documentation
...
With doxygen release1.14.0 doxygen is a bit stricter regarding handling tables (not ignoring superfluous tags), it now leads to some warnings (and unexpected results).
2025-05-26 11:28:55 +02:00
Sébastien Loriot
13609a6966
no need to repeat the package name as it is on the line above
2025-05-22 17:53:41 +02:00
Andreas Fabri
9a134d2145
Adress some items of Issue #8802
2025-04-28 15:39:43 +01:00
Andreas Fabri
a2cfa40a26
Add CGAL:: in a concept
2025-04-25 15:19:38 +01:00
Andreas Fabri
e45f8faaa7
typo
2025-04-24 09:24:32 +01:00
Andreas Fabri
90a376de17
Add to package description
2025-04-24 08:39:07 +01:00
Andreas Fabri
eef2bea7b1
Add doc for storage policies
2025-04-24 08:11:39 +01:00
Andreas Fabri
b0062d2757
Triangulation: Fix Typos
2025-04-09 14:47:37 +01:00
Mael Rouxel-Labbé
691fd789f9
Merge remote-tracking branch 'cgal/master' into gsoc2022-isosurface
2025-03-24 21:34:55 +01:00
albert-github
aaa6adb7c1
In a number of cases the command `@{` (or `\{`) is not closed by a corresponding closing command (`@}`). For the `\=name` command this is apparently not necessary but it is better to have corresponding open and close commands.
...
(also corrected a split in a line that I noticed in Arrangement_on_surface_2/doc/Arrangement_on_surface_2/CGAL/Arr_conic_traits_2.h)
2024-12-25 15:09:57 +01:00
Sébastien Loriot
5254404517
Merge remote-tracking branch 'cgal/master' into HEAD
2024-03-27 22:25:41 +01:00
Mael Rouxel-Labbé
5e38ed54df
Fix double "Figure" in doc
2024-03-22 17:33:43 +01:00
albert-github
f167a90612
issue #8075 Documentation in Triangulation package
...
replace the, for doxygen and thus for the output, strange constructs with better constructs.
2024-03-16 12:55:59 +01:00
Laurent Rineau
1914ba61d0
Merge pull request #8022 from mglisse/Triangulation-dup_vertex-glisse
...
Don't set the point again when reinserting the same point
# Conflicts:
# Installation/CHANGES.md
2024-02-16 18:04:42 +01:00
Laurent Rineau
c21128e652
Merge pull request #8028 from mglisse/Triangulation-dim_8bit-glisse
...
Store index/dimension in 8 bits
2024-02-16 18:03:15 +01:00
Marc Glisse
b01bb60534
Document limit on dimension.
2024-02-14 11:42:21 +01:00
Marc Glisse
e1442ecefb
Document new ON_VERTEX insertion behavior
2024-02-09 15:54:59 +01:00
albert-github
0a2865b288
When running xmllint over the documentation output we get a number of waning's like:
...
```
save_Periodic_2_triangulation_2/class_c_g_a_l_1_1_periodic__2__triangulation__2.html:1420: parser error : Opening and ending tag mismatch: dd line 1420 and div
"This is an advanced function.">is_triangulation_in_1_sheet()</a></code> </div>
^
```
they are a consequence of the fact that a a command is not properly ended in this case we have a `\pre` command and its documentation states:
> The `\pre` command ends when a blank line or some other sectioning command is encountered.
and in this case the command is followed by the `\cgalAdvancedEnd` command that does not properly end the `\pre` command.
The same is valid in the other cases.
2024-02-02 18:58:03 +01:00
albert-github
0621c8d749
issue #7774 Link to support funding of GUDHI project not found
...
Corrected link
2023-10-10 09:57:47 +02:00
Laurent Rineau
63aa411db2
Merge pull request #7700 from albert-github/feature/bug_html_comment
...
Incorrect closing HTML comment
2023-09-13 16:17:05 +02:00
albert-github
a3148fb8f5
issue #7701 Appearance of "Set of Faces" in documentation.
...
Remove gray background and get some indentation
(Note this proposed pull request needs the proposed pull request #7700 )
2023-09-07 17:33:26 +02:00
albert-github
3d49105c91
Incorrect closing HTML comment
...
Newer versions of doxygen are more restrictive (and following the rules) in respect to the end comment of a HTML type of comment, i.e. `<!-- ... -->`, so parts of the paragraphs were missing
(Triangulation/index.html and Triangulation/group___pkg_triangulations_ref.html)
See also https://www.w3.org/TR/2006/REC-xml11-20060816/#sec-comments
2023-09-07 14:57:16 +02:00
albert-github
ad41766454
issue #7395 Improvement of layout of model relations
...
Corrected `cgalModels` to `cgalHasModes` inside `cgalHasNodelsBegin` / `cgalHasModelsEnd`
2023-07-18 13:23:37 +02:00
albert-github
de3ba0f47c
Merge remote-tracking branch 'upstream/master' into feature/issue_7395
2023-07-17 10:17:34 +02:00
albert-github
4e5578d469
issue #7395 Improvement of layout of model relations
...
- based on review
2023-07-15 13:12:15 +02:00
albert-github
a0320dd7b4
Merge branch 'master' into feature/issue_7395
...
# Conflicts:
# Polyhedron/doc/Polyhedron/Concepts/PolyhedronItems_3.h
2023-07-13 10:33:18 +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
Sébastien Loriot
b9d098c7a9
add extra missing renaming
2023-07-12 11:02:03 +02:00
albert-github
301728a8a9
issue #7395 Improvement of layout of model relations
...
- Completed the cgalModels part
2023-07-09 12:43:36 +02:00
Sébastien Loriot
86ae851ee2
renaming requires to update the doc too...
2023-07-06 18:20:35 +02:00
albert-github
ee2a55279d
issue #7395 Improvement of layout of model relations
...
- Completed the cgalHasModel part
- corrected spelling of `Has Model` and `Is Model Of` to `Has model` and `Is model of`
2023-07-06 17:35:34 +02:00
albert-github
b3af96caa1
issue #7454 Consistency of BigO notations
...
Create `cgalBigO` marco and used it.
(`The macro `cgalBigOLarge` is for special situations where we need bigger round brackets)
2023-07-04 16:23:14 +02: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
albert-github
c32b1f4127
spelling corrections
...
Some spelling corrections (Directories starting with `S` rest - `W`),
2022-11-16 13:22:39 +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
Mael
0eb5090013
Revert variable name change
2021-02-18 19:48:58 +01:00
Mael
cf533e9016
Typo
2021-02-18 19:46:45 +01:00
Mael
faff1c1444
Tiny changes in doc of insert_if_in_star
2021-02-18 19:45:35 +01:00
ROUVREAU Vincent
a4e7261e1e
code review: remove trailing whitespaces
2021-02-17 14:37:47 +01:00
Vincent Rouvreau
098c88167c
code review: apply suggested changes
...
Co-authored-by: Mael <mael.rouxel.labbe@geometryfactory.com>
2021-02-17 14:26:29 +01:00
Vincent Rouvreau
17fca4bf1f
code review: apply changes
...
Co-authored-by: Mael <mael.rouxel.labbe@geometryfactory.com>
2021-02-16 18:15:21 +01:00
Vincent Rouvreau
c5721c38c8
doc review: Apply proposed changes
...
Co-authored-by: Mael <mael.rouxel.labbe@geometryfactory.com>
2021-02-16 18:14:54 +01:00
ROUVREAU Vincent
e26af3a445
Add some documentation for insert_if_in_star methode of Regular_triangulation
2021-01-18 17:27:35 +01:00
Mael Rouxel-Labbé
5bd28b4aea
Remove extra backticks on some \tparam
2020-07-29 10:24:47 +02:00
Mael Rouxel-Labbé
ae4c2aaa9e
IO doc fixes
2020-06-26 16:08:02 +02:00
Mael Rouxel-Labbé
093af2caec
Don't do anything about Triangulation_23d I/O for now
2020-06-24 12:24:58 +02:00
Maxime Gimeno
ea53a8d70d
Merge remote-tracking branch 'cgal/master' into CGAL_IO-maxGimeno
2020-06-17 14:25:21 +02:00