Laurent Rineau
|
edbc32959d
|
refactor debug API so that cdt_3_from_off can use the official API
|
2025-10-29 14:12:50 +01:00 |
Laurent Rineau
|
b068e62ffb
|
cleanup of cdt_3_from_off.cpp, and move ITT code to CDT_3
|
2025-10-29 14:12:50 +01:00 |
Laurent Rineau
|
b85035ff87
|
fix warnings
|
2025-10-29 14:12:50 +01:00 |
Laurent Rineau
|
c48b4cb6c2
|
handle isolated non-manifold vertices into constrained faces
|
2025-10-29 14:12:50 +01:00 |
Laurent Rineau
|
15a155ec30
|
rename to `insert_vertices_range` and use `spatial_sort`
|
2025-10-29 14:12:50 +01:00 |
Laurent Rineau
|
28d6ac5e49
|
missing include
|
2025-10-29 14:12:50 +01:00 |
Laurent Rineau
|
8746a29fa9
|
fix warnings about unused arguments or captures
|
2025-10-17 10:55:55 +02:00 |
Laurent Rineau
|
61013d5053
|
more refactoring
|
2025-10-16 17:20:20 +02:00 |
Laurent Rineau
|
d7faad95dd
|
factoring part of the code into a function
|
2025-10-15 16:30:25 +02:00 |
Laurent Rineau
|
75c2ac5a68
|
bug-fix: use longest border polyline to compute the normal
fix bug of Thingi 1439534
|
2025-10-13 17:52:41 +02:00 |
Laurent Rineau
|
b11e42c4a7
|
improve the assertion
|
2025-10-13 17:52:41 +02:00 |
Laurent Rineau
|
7d9dbdafcd
|
WIP: copy-paste to merge the two implementation
TODO: extract a common function
|
2025-10-13 17:52:41 +02:00 |
Laurent Rineau
|
21df7dad86
|
fix a bug
fixes Thingi test cases 200695 and 822697
|
2025-10-13 17:52:09 +02:00 |
Laurent Rineau
|
4d3d2f4f03
|
simplify the code
|
2025-10-10 10:35:38 +02:00 |
Laurent Rineau
|
626675ea08
|
use the traits class
|
2025-10-10 10:33:46 +02:00 |
Laurent Rineau
|
71c2425b6e
|
more debug
|
2025-10-10 10:33:27 +02:00 |
Laurent Rineau
|
c26c013b5a
|
reorganize some of the debugging code
|
2025-10-08 15:59:00 +02:00 |
Laurent Rineau
|
ba10efcbe4
|
more runtime debug possibilities
|
2025-10-03 09:38:10 +02:00 |
Laurent Rineau
|
f4aa383177
|
add new runtime debug flags
|
2025-09-30 12:49:02 +02:00 |
Laurent Rineau
|
b5a180d9df
|
fix the confusion between `handle` and `const_handle`
|
2025-09-26 10:22:15 +02:00 |
Laurent Rineau
|
757cc8525d
|
fix a warning
```
warning: array subscript 5 is outside array bounds of ‘std::array<const CGAL::Point_3<CGAL::Epick>*, 3> [1]’ [-Warray-bounds=]
```
|
2025-09-25 16:36:37 +02:00 |
Laurent Rineau
|
7df5c3a7bb
|
fix warning: captured structured bindings are a C++20 extension [-Wc++20-extensions]
|
2025-09-25 16:26:13 +02:00 |
Laurent Rineau
|
3f088282c5
|
add comments
add comments
|
2025-09-24 18:32:39 +02:00 |
Laurent Rineau
|
44e3994c51
|
careful when the union-find has only one set
|
2025-09-24 18:31:20 +02:00 |
Laurent Rineau
|
1a2c061364
|
add another way to reduce to two sets with union-find
|
2025-09-24 18:29:42 +02:00 |
Laurent Rineau
|
f6ebe208e9
|
extract a member function `detect_edges_and_cells_intersecting_region`
|
2025-09-24 16:59:32 +02:00 |
Laurent Rineau
|
5e80ca60bb
|
fix when CGAL_CDT_3_CAN_USE_CXX20_FORMAT is false
|
2025-09-23 21:37:55 +02:00 |
Laurent Rineau
|
538c2721b3
|
add border_facet_above
|
2025-09-23 21:30:59 +02:00 |
Laurent Rineau
|
9a241b2a9d
|
const-construct facets_of_border
|
2025-09-23 21:30:59 +02:00 |
Laurent Rineau
|
9726fb59bc
|
const-construct vertex_above
|
2025-09-23 19:00:03 +02:00 |
Laurent Rineau
|
7267b3a347
|
refactor the definition of vertex_below_handle
|
2025-09-19 16:40:58 +02:00 |
Laurent Rineau
|
9d08d4087d
|
missing is_marked
|
2025-09-19 16:40:12 +02:00 |
Laurent Rineau
|
92fab37129
|
add member fcts to handle vertex marks
|
2025-09-19 16:20:21 +02:00 |
Laurent Rineau
|
c5ad5bb113
|
more concise code
|
2025-09-19 12:11:28 +02:00 |
Laurent Rineau
|
0b2ebbc23e
|
extract debug output functions from construct_cavities
|
2025-09-18 16:57:54 +02:00 |
Laurent Rineau
|
0273049541
|
use if-constexpr instead of C++ preprocessor
|
2025-09-16 16:26:54 +02:00 |
Laurent Rineau
|
9e10beda8b
|
protect a debug output
|
2025-07-03 11:04:25 +02:00 |
Laurent Rineau
|
7d828e506e
|
fix headers
|
2025-07-02 15:36:03 +02:00 |
Laurent Rineau
|
a001ee036a
|
better snippets for triangulation()
|
2025-06-16 15:04:20 +02:00 |
Jane Tournois
|
fb898e9ab1
|
remove return_empty_on_invalid_input
and show in an example how to check preconditions
|
2025-06-13 14:30:05 +02:00 |
Jane Tournois
|
1323411457
|
doc
|
2025-06-12 17:56:14 +02:00 |
Jane Tournois
|
2a2651b343
|
doc (review round 6 Mael)
|
2025-06-12 17:42:00 +02:00 |
Jane Tournois
|
e0324b6ff0
|
typo!
|
2025-06-12 17:20:32 +02:00 |
Jane Tournois
|
8ebfd91d8e
|
review round 6 Mael (ref manual 1st part)
|
2025-06-12 13:53:34 +02:00 |
Jane Tournois
|
7600e30fd4
|
fix doxygen warnings
|
2025-06-05 17:01:56 +02:00 |
Jane Tournois
|
0e3778ff1a
|
face/facet vocabulary
the np is now plc_face_id
where "face" stands for "polygon" as in FaceListGraph for example
|
2025-06-05 16:10:21 +02:00 |
Laurent Rineau
|
08d39c959f
|
bug-fix for Thingi-79020
|
2025-06-04 01:08:04 +02:00 |
Laurent Rineau
|
7a2f548768
|
a lambda function to factorize a piece of code
|
2025-06-04 00:52:38 +02:00 |
Jane Tournois
|
1afaad6fdf
|
use right named parameter name
|
2025-06-03 10:57:44 +02:00 |
Jane Tournois
|
19f10ea890
|
rename plc_face_id to plc_facet_id
|
2025-06-02 12:49:03 +02:00 |