Sébastien Loriot
|
74c8eaec29
|
use named parameters
I removed the constructor from a range of meshes as it is complicated to
specify a range of vertex point map.
|
2018-10-09 10:28:44 +02:00 |
|
Sébastien Loriot
|
a2491fe07c
|
really use one point per CC
|
2018-10-09 10:28:44 +02:00 |
|
Sébastien Loriot
|
2b350e71e1
|
use vpm
|
2018-10-09 10:28:44 +02:00 |
|
Sébastien Loriot
|
f8722ef3be
|
update implementation of get_all_intersections to use the traversal traits
|
2018-10-09 10:28:44 +02:00 |
|
Sébastien Loriot
|
d206112f01
|
add vertex point map as parameter
|
2018-10-09 10:28:44 +02:00 |
|
Sébastien Loriot
|
a1ea22b27e
|
rename macro
|
2018-10-09 10:28:44 +02:00 |
|
Sébastien Loriot
|
ab4759a5f2
|
add AABB-tree as a template parameter
|
2018-10-09 10:28:44 +02:00 |
|
Sébastien Loriot
|
5af3523420
|
add the possibility to use an existing AABB-tree
|
2018-10-09 10:28:44 +02:00 |
|
Sébastien Loriot
|
84e2d4a97b
|
rename header
|
2018-10-09 10:28:44 +02:00 |
|
Sébastien Loriot
|
df15af614d
|
use a traversal traits instead of a pseudo model of AABBTraits
|
2018-10-09 10:28:44 +02:00 |
|
Sébastien Loriot
|
d7e7c74782
|
fix inclusion test
|
2018-10-09 10:28:44 +02:00 |
|
Sébastien Loriot
|
773413985a
|
handle meshes with several CC for inclusion
|
2018-10-09 10:28:44 +02:00 |
|
Sébastien Loriot
|
7f65916f54
|
add the possibility to specify with which models to do the intersection test
|
2018-10-09 10:28:44 +02:00 |
|
Sébastien Loriot
|
af39d7f2d2
|
delete the tree when removing a mesh
|
2018-10-09 10:28:44 +02:00 |
|
Sébastien Loriot
|
5f50f5d7e9
|
add protector and API without deformation
I added a bitset to avoid changing the rounding-mode too often
|
2018-10-09 10:28:44 +02:00 |
|
Sébastien Loriot
|
beaded520d
|
add missing protectors and clean-up
|
2018-10-09 10:28:43 +02:00 |
|
Maxime Gimeno
|
939e14561f
|
clean-up
|
2018-10-09 10:28:43 +02:00 |
|
Maxime Gimeno
|
7a3c441489
|
Fix plugin and WIP make precompute boxes
|
2018-10-09 10:28:43 +02:00 |
|
Maxime Gimeno
|
2013885eb4
|
WIP fix plugin
|
2018-10-09 10:28:43 +02:00 |
|
Maxime Gimeno
|
19f11b861a
|
WIP use box_intersection_d
|
2018-10-09 10:28:43 +02:00 |
|
Sébastien Loriot
|
aff9f5be40
|
simplify
|
2018-10-09 10:28:43 +02:00 |
|
Sébastien Loriot
|
7220e43e07
|
fix condition + clean up
|
2018-10-09 10:28:43 +02:00 |
|
Maxime Gimeno
|
dd78147d3a
|
Add if test for optimisation if SUPPORTS_ROTATION is Tag_true;
|
2018-10-09 10:28:43 +02:00 |
|
Maxime Gimeno
|
89e3c69db0
|
Add a Tag to specify a no_rotation case, which calls a faster transform_bbox() function
|
2018-10-09 10:28:43 +02:00 |
|
Sébastien Loriot
|
f77725882b
|
use Interval_nt_advanced with protectors
|
2018-10-09 10:28:43 +02:00 |
|
Maxime Gimeno
|
3e2d61e29d
|
Move traits in PMP/internal
|
2018-10-09 10:28:43 +02:00 |
|
Maxime Gimeno
|
9522c02639
|
Add remove_mesh()
|
2018-10-09 10:28:43 +02:00 |
|
Maxime Gimeno
|
7da9adfa90
|
Addadd_mesh() to the class.
|
2018-10-09 10:28:43 +02:00 |
|
Maxime Gimeno
|
d2e58526a7
|
Use Rigid_mesh_intersection and make it work for n items.
|
2018-10-09 10:28:43 +02:00 |
|
Sébastien Loriot
|
e179770aab
|
add skeleton for collision detection in PMP
|
2018-10-09 10:28:43 +02:00 |
|
Sébastien Loriot
|
bdb4ddeada
|
hide direct usage of bounding boxes behind free functions
|
2018-10-09 10:28:42 +02:00 |
|
Mael Rouxel-Labbé
|
1676cd7405
|
Merge branch 'repair_functions-old' into repair_functions
|
2018-09-17 15:10:39 +02:00 |
|
Sébastien Loriot
|
7017a26d35
|
update conditions
|
2018-09-06 16:50:43 +02:00 |
|
Sébastien Loriot
|
e4ad5d96a7
|
start adding support for open meshes
|
2018-09-06 16:50:43 +02:00 |
|
Sébastien Loriot
|
6a885796bc
|
do not test the whole mesh, only the current face
|
2018-09-06 16:50:43 +02:00 |
|
Mael Rouxel-Labbé
|
8cb8102cfc
|
Fixed not incrementing index
|
2018-09-03 16:35:02 +02:00 |
|
Mael Rouxel-Labbé
|
72422ca498
|
Replaced ::max() (to avoid issues with NTs that do not have a max value)
|
2018-08-28 12:05:30 +02:00 |
|
Sébastien Loriot
|
458d2cc6cf
|
be more permissive for collapsing constrained edges
the only non-collapsable constrained edges are those with
both endpoints being explicitly constrained vertices or
corners
|
2018-08-20 17:24:28 +02:00 |
|
Mael Rouxel-Labbé
|
979456be47
|
Fixed typo
|
2018-08-17 16:33:11 +02:00 |
|
Mael Rouxel-Labbé
|
7b740e9561
|
Fixed 'is_non_manifold_vertex'
A pinched vertex is not manifold
|
2018-08-17 10:44:35 +02:00 |
|
Sébastien Loriot
|
89df0d977f
|
typo and indicate that the cycle is a boundary cycle
|
2018-08-16 16:55:49 +02:00 |
|
Mael Rouxel-Labbé
|
5a8d6c67e8
|
Merge branch 'repair_functions-old' into repair_functions
|
2018-07-30 15:53:37 +02:00 |
|
Mael Rouxel-Labbé
|
f58247d8df
|
Added missing quotes
|
2018-07-30 15:48:20 +02:00 |
|
Mael Rouxel-Labbé
|
1765ae106b
|
Added new headers to pmp.h
|
2018-07-26 15:49:48 +02:00 |
|
Sébastien Loriot
|
168d684ef1
|
Merge pull request #3255 from sloriot/PMP-rm_unused_file
Remove unused file
|
2018-07-25 18:57:15 +02:00 |
|
Sébastien Loriot
|
d05df530b3
|
Merge pull request #2658 from MaelRL/Periodic_3_mesh_3-Feature-MBogdanov
Periodic_3_mesh_3, new package
|
2018-07-25 18:55:12 +02:00 |
|
Sébastien Loriot
|
3f9e22994c
|
Merge pull request #3252 from sloriot/PMP-autorefine_bugfixes
Autorefine bug-fix
|
2018-07-25 18:53:57 +02:00 |
|
Sébastien Loriot
|
302cebf325
|
check iterator is valid before dereferencing it
|
2018-07-25 17:04:40 +02:00 |
|
Mael Rouxel-Labbé
|
789d416f21
|
Moved 'merge_vertices_in_range' to internal namespace and undocumented it
|
2018-07-25 11:33:44 +02:00 |
|
Mael Rouxel-Labbé
|
a4d825f144
|
Misc minor changes
|
2018-07-25 11:29:25 +02:00 |
|