Simon Giraudot
|
ac752c05a7
|
Fix verbosity
|
2019-01-29 13:31:54 +01:00 |
Simon Giraudot
|
74b7e92ef5
|
Add a validity check when flipping and collapsing
|
2019-01-29 13:19:50 +01:00 |
Simon Giraudot
|
8abbebaadf
|
Make copy_star() create a valid Triangulation_2
|
2019-01-29 13:19:50 +01:00 |
Sébastien Loriot
|
02de899d26
|
fix wrong ref
|
2019-01-28 15:17:58 +01:00 |
Andreas Fabri
|
b7d4a081c7
|
No need to write the assignment as it comes by default
|
2019-01-28 09:39:46 +01:00 |
Andreas Fabri
|
cc23699ea0
|
fix Arrangement_2
|
2019-01-28 09:14:59 +01:00 |
Andreas Fabri
|
c636ea1ce2
|
Fix PSP
|
2019-01-28 08:37:26 +01:00 |
Andreas Fabri
|
6b4ecd0f32
|
Fix Snap_rounding
|
2019-01-28 08:32:48 +01:00 |
Andreas Fabri
|
c548eee5c7
|
Fix STL_Extension
|
2019-01-28 08:28:17 +01:00 |
Maxime Gimeno
|
e456d29abf
|
WIP write_vtu_with_attributes
|
2019-01-25 16:10:03 +01:00 |
Maxime Gimeno
|
b812f333a0
|
Dont export far points when converting to vtkUnstructuredGrid
|
2019-01-25 15:04:37 +01:00 |
Maxime Gimeno
|
06b42de055
|
Fixes
|
2019-01-25 14:43:58 +01:00 |
Maxime Gimeno
|
1ce8c87b64
|
Add a function that writes a vtu from a c3t3 and a list of attributes
|
2019-01-25 14:39:44 +01:00 |
Maxime Gimeno
|
ff18d34ab0
|
Fix Erase_all so it wont hang on a lock child item.
|
2019-01-25 10:32:11 +01:00 |
Maxime Gimeno
|
5a236a5bf8
|
Add a test for Boost_FOUND and reduce hyperbolic_delaunay_triangulation_2_demo to HDT2 for paths
|
2019-01-25 09:49:13 +01:00 |
Simon Giraudot
|
fb63d960e8
|
Update doc based on reviews
|
2019-01-25 09:32:32 +01:00 |
Lingjie Zhu
|
cb402f1e91
|
update ui
|
2019-01-25 10:56:15 +08:00 |
Lingjie Zhu
|
d379136650
|
add visual items after meshing
fix #3617
|
2019-01-25 10:33:39 +08:00 |
Andreas Fabri
|
fa2882cc00
|
Fix STL_extensions
|
2019-01-24 18:24:57 +01:00 |
Andreas Fabri
|
a7d65b7913
|
Try to fix Polyhedron examples with Basic Viewer
|
2019-01-24 18:22:02 +01:00 |
Andreas Fabri
|
d0b8fc5408
|
Fix QP_solver
|
2019-01-24 18:17:46 +01:00 |
Andreas Fabri
|
a77988e149
|
Fix Nef_3
|
2019-01-24 18:06:03 +01:00 |
Andreas Fabri
|
eaedab3c60
|
Fix Algebraic_kernel_d
|
2019-01-24 17:46:26 +01:00 |
Marc Glisse
|
851458caab
|
Prefer Quotient<MP_Float> to cpp_rational for now.
Keeping cpp_int for Exact_integer, since MP_Float was never an
alternative there.
|
2019-01-24 16:58:25 +01:00 |
Mael Rouxel-Labbé
|
d3956b463d
|
Fixed not using periodic vertex classes in P2T2 examples
|
2019-01-24 14:47:16 +01:00 |
Maxime Gimeno
|
8cbede3b0b
|
Add link to CGAL_Core
|
2019-01-24 09:03:59 +01:00 |
Maxime Gimeno
|
c143c657eb
|
Fix permisisons
|
2019-01-23 16:45:55 +01:00 |
Maxime Gimeno
|
e610f8a8ff
|
Adapt the vsa plugin
|
2019-01-23 10:59:09 +01:00 |
Maxime Gimeno
|
318f0bf1e7
|
Merge remote-tracking branch 'cgal/master' into Demo-Fix_reload_with_empty_file-GF
|
2019-01-23 10:48:26 +01:00 |
Maxime Gimeno
|
d40fb37b45
|
Link with CGAL and Qt5 and add NOTICE if no Qt5.
|
2019-01-23 10:44:39 +01:00 |
Maxime Gimeno
|
2da2ceac13
|
Rename p4hdt2 files to avoid reaching the max path length on windows.
|
2019-01-23 10:31:55 +01:00 |
Andreas Fabri
|
c8183ab941
|
Fix Quadratic_program_solution
|
2019-01-23 10:25:27 +01:00 |
Laurent Rineau
|
afc3de2894
|
Merge branch 'master' into Stream_support-Color-GF
|
2019-01-23 09:37:08 +01:00 |
Simon Giraudot
|
b8933836fa
|
Fix normal estimation parameter
|
2019-01-23 09:31:35 +01:00 |
Andreas Fabri
|
ade4903000
|
Fix Voronoi
|
2019-01-22 19:07:32 +01:00 |
Andreas Fabri
|
09ae18b191
|
Fix Nef_3
|
2019-01-22 19:07:31 +01:00 |
Andreas Fabri
|
9fc58ff874
|
Fix SNC_sphere_map
|
2019-01-22 19:07:31 +01:00 |
Sébastien Loriot
|
e34ddaef38
|
reset the halfedge pointer of the faces before setting them
that way in the bounded case, the infinite face has no halfedge
associated, only holes. Before the patch it could be that
an erased one was associated
|
2019-01-22 19:06:58 +01:00 |
Marc Glisse
|
811ab8ac43
|
Add checks in the conversion to interval.
I am more or less asserting that x belongs to to_interval(x).
|
2019-01-22 18:27:36 +01:00 |
Marc Glisse
|
9f42c9380d
|
Tighter conversion of boost multiprecision types to intervals.
|
2019-01-22 18:19:12 +01:00 |
Sébastien Loriot
|
624cf0793f
|
remove applications directory
|
2019-01-22 16:03:52 +01:00 |
Marc Glisse
|
34fdb82980
|
add boost types to tests
|
2019-01-22 15:34:36 +01:00 |
Marc Glisse
|
201b96db55
|
Coercion traits between builtins and expressions
|
2019-01-22 15:34:14 +01:00 |
Marc Glisse
|
92f55fb8ca
|
Specialize conversion of mpz_int to interval
copy-paste of the code for Gmpz/mpz_class
|
2019-01-22 14:32:08 +01:00 |
Marc Glisse
|
a5d89b1f33
|
Specialize conversion of mpq_rational to interval
copy-paste of the code for Gmpq/mpq_class
|
2019-01-22 14:20:43 +01:00 |
Laurent Rineau
|
a57db0bac4
|
Fix the filling of 'mids'
|
2019-01-22 12:20:53 +01:00 |
Laurent Rineau
|
c9164a0660
|
Merge branch 'master' into Stream_support-Dont_use_vtk_for_vtu-GF
|
2019-01-22 12:06:08 +01:00 |
Laurent Rineau
|
b74753680b
|
Fix "<CellData Scalars="
|
2019-01-22 12:03:05 +01:00 |
Maxime Gimeno
|
31a6de0c4f
|
...and in the qrc
|
2019-01-22 10:54:16 +01:00 |
Laurent Rineau
|
1ca9dbc514
|
Merge pull request #3596 from maxGimeno/PMP-Make_do_intersect_faster-GF
PMP:: speed up PMP::do_intersect()
Co-authored-by: Sebastien Loriot <sebastien.loriot@cgal.org>
|
2019-01-22 10:49:59 +01:00 |