Mael Rouxel-Labbé
|
ae60ff2d15
|
Robustification of most visible vertex normal computation
|
2019-08-26 13:05:27 +02:00 |
|
Mael Rouxel-Labbé
|
6da2cebc8d
|
Sqrt -> Approximate_sqrt
|
2019-08-26 13:04:52 +02:00 |
|
Mael Rouxel-Labbé
|
ce9b3a890d
|
Use sin-based weights in the default vertex normal computation
|
2019-08-26 13:04:24 +02:00 |
|
Mael Rouxel-Labbé
|
b9f37cea38
|
Hide debug code behind macros
|
2019-08-26 13:03:22 +02:00 |
|
Sébastien Loriot
|
242cce424b
|
add parameters to collect pair of cc intersecting
|
2019-08-25 13:53:32 +02:00 |
|
Sébastien Loriot
|
83fcb5d24e
|
add new named parmeters to extract more info from the function
|
2019-08-25 09:46:56 +02:00 |
|
Martin Skrodzki
|
5f2069a6b3
|
Document named parameters.
|
2019-08-24 11:09:36 +02:00 |
|
Martin Skrodzki
|
316cae0dd9
|
Finalize documentation of bounded Hausdorff Distance computation and make print outs optional via a debug parameter.
|
2019-08-23 17:30:07 +02:00 |
|
Mael Rouxel-Labbé
|
cf35771337
|
Robustify and incorporate most visible normal computations into standard fns
|
2019-08-23 16:29:36 +02:00 |
|
Maxime Gimeno
|
ed91d4e86e
|
Add doc for new function
|
2019-08-23 15:41:06 +02:00 |
|
Maxime Gimeno
|
a446908575
|
Use some CRTP voodoo to factorize the mesh and the soup versions of sampling.
|
2019-08-23 15:40:57 +02:00 |
|
Maxime Gimeno
|
cc5b9c7a8a
|
WIP
|
2019-08-23 15:40:02 +02:00 |
|
Maxime Gimeno
|
9551de0782
|
Clarify precondition message in polygon_soup_to_polygon_mesh()
|
2019-08-23 15:39:52 +02:00 |
|
Sébastien Loriot
|
283b52cb8b
|
Revert "move self-intersection computation in an internal function"
This reverts commit 3ae8e0f06f.
|
2019-08-23 15:33:59 +02:00 |
|
Sébastien Loriot
|
48b72b3fab
|
use c++11 for-range loop
|
2019-08-23 15:22:01 +02:00 |
|
Sébastien Loriot
|
3ae8e0f06f
|
move self-intersection computation in an internal function
|
2019-08-23 14:59:59 +02:00 |
|
Mael Rouxel-Labbé
|
195a3319eb
|
Also remove isolated vertices in remove_negligible_CCs
|
2019-08-23 14:37:16 +02:00 |
|
Sébastien Loriot
|
baea5490a4
|
collect only faces for cc to be handled
|
2019-08-23 12:00:17 +02:00 |
|
Mael Rouxel-Labbé
|
bba6e57053
|
Misc code cleaning
|
2019-08-23 11:35:34 +02:00 |
|
Mael Rouxel-Labbé
|
ad90fa30fd
|
Fix potentially taking references to temporaries
For example, if the vertex point property map returned temporaries
|
2019-08-23 11:16:01 +02:00 |
|
Mael Rouxel-Labbé
|
f05a11dde5
|
Fix some internal functions not being in the 'internal' namespace
|
2019-08-23 11:15:41 +02:00 |
|
Mael Rouxel-Labbé
|
c65c5e0b42
|
Merge branch 'PMP-New_vertex_normal_computations-GF-old' into PMP-New_vertex_normal_computations-GF
|
2019-08-23 11:01:31 +02:00 |
|
Mael Rouxel-Labbé
|
923bd66ddf
|
Document remove_connected_components_of_negligible_size
|
2019-08-23 10:33:13 +02:00 |
|
Sébastien Loriot
|
68f7fac254
|
update doc to make links working
|
2019-08-23 09:49:08 +02:00 |
|
Mael Rouxel-Labbé
|
68419d1e65
|
Remove_negligible_CCs now take two new NP: area and volume thresholds
If no treshold is provided, a default value is computed based on the length
of the diagonal of the bbox.
|
2019-08-23 09:24:17 +02:00 |
|
Mael Rouxel-Labbé
|
cd46683b48
|
Update NP syntax to new standards (choose_parameter / get_parameter)
|
2019-08-23 09:23:40 +02:00 |
|
Mael Rouxel-Labbé
|
83184032e6
|
Add a function 'number_of_CCs' for convenience
Just so that we don't have have to create the face map and such
if we only care about the number of CCs
|
2019-08-23 09:22:54 +02:00 |
|
Martin Skrodzki
|
ba0a67190f
|
Clean up Code.
|
2019-08-23 07:47:46 +02:00 |
|
Mael Rouxel-Labbé
|
fad61974d6
|
Merge branch 'PMP-Remove_small_CCs-old' into PMP-Remove_small_CCs
|
2019-08-22 14:22:41 +02:00 |
|
Mael Rouxel-Labbé
|
6d2ebc7a6e
|
Minor doc changes
|
2019-08-22 13:14:45 +02:00 |
|
Mael
|
023dfec313
|
Add const marker
|
2019-08-22 09:06:02 +02:00 |
|
Mael
|
be20ddb568
|
Add const marker
|
2019-08-22 09:05:14 +02:00 |
|
 MaelandSebastien Loriot
|
d2349066af
|
Add const marker
Co-Authored-By: Sebastien Loriot <sloriot.ml@gmail.com>
|
2019-08-22 09:03:01 +02:00 |
|
Mael Rouxel-Labbé
|
4bca5d114f
|
Rephrase end condition
|
2019-08-21 17:07:44 +02:00 |
|
Mael Rouxel-Labbé
|
afec55f375
|
Rephrase end condition
|
2019-08-21 17:06:55 +02:00 |
|
Mael Rouxel-Labbé
|
799916d7c5
|
Rephrase end condition
|
2019-08-21 17:04:39 +02:00 |
|
Mael Rouxel-Labbé
|
a1039b9d33
|
Fix boundary cycle stitching when nm vertices are present
|
2019-08-21 16:51:58 +02:00 |
|
Mael Rouxel-Labbé
|
b60f1f5205
|
stitch_borders() now returns the number of halfedge pairs that were stitched
|
2019-08-21 16:24:34 +02:00 |
|
Mael Rouxel-Labbé
|
9bd79323f6
|
Change guard name
|
2019-08-21 16:15:57 +02:00 |
|
Mael Rouxel-Labbé
|
7c09f56889
|
Minor changes to enable debug code
|
2019-08-21 16:10:04 +02:00 |
|
Mael Rouxel-Labbé
|
13f9d60518
|
Fix boundary cycle stitching when non-manifold vertices are present
|
2019-08-21 16:05:04 +02:00 |
|
Mael Rouxel-Labbé
|
7f55980ac6
|
Misc debug and code cleaning (no real changes)
|
2019-08-21 16:02:53 +02:00 |
|
Simon Giraudot
|
dd5fe73996
|
Document type of iterator (random access)
|
2019-08-21 15:43:50 +02:00 |
|
Simon Giraudot
|
790ed44613
|
Fix distance range type
|
2019-08-21 14:51:04 +02:00 |
|
Jane Tournois
|
77c8e68e07
|
fix the use of flip() inside fix_degenerate_faces()
the topological condition should be a strong condition, not an assertion
|
2019-08-20 17:23:32 +02:00 |
|
Maxime Gimeno
|
a8bccc6e41
|
restore the bool parameter and use ittogether with the init_XXX_indices helper functions.
|
2019-08-19 12:55:17 +02:00 |
|
Maxime Gimeno
|
4f0d883b27
|
WIP map_getter helper
|
2019-08-16 16:01:26 +02:00 |
|
Maxime Gimeno
|
3b38ede8c4
|
Add CGAL_USE to manage case where assertions are ignored
|
2019-08-14 13:22:19 +02:00 |
|
Andreas Fabri
|
7db6c8e670
|
make const &
|
2019-08-12 07:51:32 -07:00 |
|
Andreas Fabri
|
52ca4f828f
|
Comment debug output as travis fails
|
2019-08-12 07:49:12 -07:00 |
|