Andreas Fabri
a0ad1829b8
Fixes after Guillaume's review
2024-02-06 14:39:24 +00:00
Andreas Fabri
d9a542fdd6
fix endcond/namespace
2024-02-06 11:21:36 +00:00
Sven Oesau
4c1cf8d9c4
working version of Pair_optional_adaptor
2024-02-06 10:18:35 +01:00
Andreas Fabri
dc17aa4b83
Fix comment in example
2024-02-06 08:52:00 +00:00
Andreas Fabri
b020e1aa4d
Point Set Processing: Remove documentation of deprecated functions
2024-02-06 08:32:04 +00:00
Sven Oesau
59ab39997e
license fix (GPL -> LGPL)
2024-02-06 08:35:09 +01:00
Sven Oesau
e4686a21a9
removed _node from Orthtree property API
2024-02-05 18:11:01 +01:00
Sven Oesau
3310585228
added Pair_optional_adaptor (WIP)
2024-02-05 18:06:39 +01:00
Sven Oesau
cde61a5c49
changed property interface of Orthtree to be closer to Surface mesh
...
added listing of existing properties
added removal of properties
2024-02-05 11:43:58 +01:00
albert-github
248a0523b3
Space before equal sign in ALIASES
...
There is a space before the `=`-sign and in the newer version of doxygen this is not accepted anymore.
(probably an unknown side effect).
2024-02-05 11:26:14 +01:00
Jane Tournois
7109a282af
cleaning
2024-02-05 09:37:15 +01:00
albert-github
a41564060d
Incorrect layout bisector precondition
...
On the page Kernel_23/group__bisector__grp.html we see for `bisector` with the `Point_3` type arguments in the precondition:
```
‘p != q’
```
instead of
```
p != q
```
due to the fact that there is not a backtick but a single quote as closing part
2024-02-03 17:49:03 +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
Sven Oesau
eb24ac1c03
Update Orthtree/doc/Orthtree/PackageDescription.txt
...
Co-authored-by: Andreas Fabri <andreas.fabri@geometryfactory.com>
2024-02-02 18:14:33 +01:00
Jane Tournois
e2ef33f432
cleaning
...
- remove useless comments
- add debug early exits for each type of surface flips
- rename variables
- use c++ for loops
2024-02-02 16:19:57 +01:00
Jane Tournois
ff03290b29
re-insert constraints after split
2024-02-02 15:10:21 +00:00
Sven Oesau
b265ee90a8
fixing tests
2024-02-02 15:45:17 +01:00
Sven Oesau
6f8b3ef55c
add surface mesh to doc dependencies
2024-02-02 15:08:47 +01:00
Sven Oesau
47bbc08d8e
Revert "traversals are now templated by OrthtreeTraits"
...
This reverts commit 3c55548967 .
2024-02-02 15:08:32 +01:00
Sven Oesau
d9756dd971
added missing include
...
adding image to doc
2024-02-02 13:55:37 +01:00
Sven Oesau
f78101222e
fix for ci
...
doc for locate/split predicate
2024-02-02 13:03:16 +01:00
Sven Oesau
3f361a4eda
fixes for ci
2024-02-02 12:35:31 +01:00
Sven Oesau
6e7587a863
fixing tests
2024-02-02 11:56:29 +01:00
Sven Oesau
bd11275ad1
removing Get_geometric_object_for_element and adding Squared_distance_of_element to CollectionPartitioningOrthtreeTraits
2024-02-02 11:56:14 +01:00
Jane Tournois
c0ea678cde
collapse was leaving some complex edges behind
...
remove from complex the edge that is about to be collapsed
2024-02-02 10:13:54 +00:00
Sven Oesau
ad5807f5e6
doc locates behaviour
2024-02-02 11:12:36 +01:00
Sven Oesau
79eaf04bb8
doc split predicate with bucket_size needs Node_data with random access
2024-02-02 10:51:21 +01:00
Sven Oesau
73bf4edf44
moving definition of Node_index into traits
2024-02-02 10:30:51 +01:00
Sven Oesau
da04410892
shortening doc of simple functions
2024-02-02 09:34:36 +01:00
Sven Oesau
3c55548967
traversals are now templated by OrthtreeTraits
2024-02-02 09:32:29 +01:00
Jane Tournois
33b00d679f
reduce debug code
2024-02-01 22:05:46 +01:00
Sven Oesau
834b405a09
adding surface mesh to examples
2024-02-01 16:05:08 +01:00
Jane Tournois
c8d2f8e24a
examples cleaning
2024-02-01 15:50:30 +01:00
Jane Tournois
d287ac8ab1
fix example for testsuite
2024-02-01 15:20:52 +01:00
Jane Tournois
854e00e639
[flip] add third_vertex(f) helper function
...
# Conflicts:
# Tetrahedral_remeshing/include/CGAL/Tetrahedral_remeshing/internal/tetrahedral_remeshing_helpers.h
2024-02-01 14:43:44 +01:00
Jane Tournois
16abfe9958
[flip] reindent piece of code
...
# Conflicts:
# Tetrahedral_remeshing/include/CGAL/Tetrahedral_remeshing/internal/flip_edges.h
2024-02-01 14:43:21 +01:00
Jane Tournois
c6ba155a38
[flip] flipBoundaryEdges cleaning
...
# Conflicts:
# Tetrahedral_remeshing/include/CGAL/Tetrahedral_remeshing/internal/flip_edges.h
2024-02-01 14:42:37 +01:00
Jane Tournois
ac3e35477d
[flip] flipBoundaryEdges cleaning
...
# Conflicts:
# Tetrahedral_remeshing/include/CGAL/Tetrahedral_remeshing/internal/flip_edges.h
2024-02-01 14:41:37 +01:00
Sven Oesau
019be3fc3b
some updates on documentation
2024-02-01 14:28:30 +01:00
Jane Tournois
8941557a6d
[flip] add non-manifold edges to the initial edge-complex
...
this avoids trying to flip them
2024-02-01 14:27:10 +01:00
Jane Tournois
f505ebb2de
rewrite init_c3t3
...
for better handling of input triangulation not generated by Mesh_3
# Conflicts:
# Tetrahedral_remeshing/include/CGAL/Tetrahedral_remeshing/internal/tetrahedral_adaptive_remeshing_impl.h
# Tetrahedral_remeshing/include/CGAL/Tetrahedral_remeshing/internal/tetrahedral_remeshing_helpers.h
2024-02-01 14:26:06 +01:00
Sven Oesau
c8661d0fa8
renaming Orthtree_traits_base_for_dimension to Orthtree_traits_base
...
removing left-over Locate_halfspace
2024-02-01 09:46:06 +01:00
Sven Oesau
7bf9672226
spelling
2024-01-31 16:50:47 +01:00
Sven Oesau
ecc30d8b0f
removing Locate_halfspace
2024-01-31 16:22:40 +01:00
Efi Fogel
edaf59a4b8
dded Arrangement_on_surface_2 and Envelope_3 items
2024-01-31 17:11:49 +02:00
Andreas Fabri
5b187bd79d
Provide a fix for distance.h
2024-01-31 11:10:00 +00:00
Andreas Fabri
7d7b080842
PMP: Change inclusion order to check dependencies
2024-01-31 09:39:45 +00:00
Andreas Fabri
a9a37c1d0e
Fix conversion warning
2024-01-31 07:47:43 +00:00
Efi Fogel
6350815604
Passed the base class of Env_plane_traits_3 as a template parameter with a default value (being the 2D arrangement linear traits). Similarly, passed the base class of Env_triangle_traits_3 as a template parameter with a default value (being the 2D arrangement segment traits).
2024-01-31 00:00:55 +02:00
Sébastien Loriot
85dd768676
handle calls to barycenter for leaf nodes
2024-01-30 17:59:33 +01:00