Andreas Fabri
c97223b933
Add an example for a triangulation hierarchy of a constrained Delaunay triangulation plus
2017-03-31 11:20:47 +02:00
Andreas Fabri
2eeec0f30c
fix file name; fix comments
2017-03-31 10:50:45 +02:00
Laurent Rineau
28f256d632
Merge pull request #1982 from efifogel/Aos_2-polycurve-efif
...
Aos 2 polycurve efif
2017-03-30 18:28:53 +02:00
Laurent Rineau
027744f7a6
Merge pull request #1950 from afabri/Surface_mesh-fix_is_border-GF
...
Surface_mesh: Fix #1949
2017-03-30 18:27:20 +02:00
Laurent Rineau
d6c0396f04
Merge pull request #1981 from janetournois/Polyhedron_demo-fix_surf_reader_non_manifold-jtournois
...
Polyhedron demo : fix surf reader
2017-03-30 18:26:53 +02:00
Laurent Rineau
84ea2c651d
Merge pull request #1997 from afabri/patch-2
...
Generator: doc fix
2017-03-30 16:56:05 +02:00
Andreas Fabri
a4414f1d10
Take Laurent's comments into account
2017-03-30 14:23:59 +02:00
Andreas Fabri
d9c8207317
remove debug output
2017-03-30 08:12:05 +02:00
Andreas Fabri
8e5df1efe9
An isolated point IS a border point
2017-03-29 19:10:47 +02:00
Laurent Rineau
e2298b4e31
Update .travis.yml
...
Change email notifications settings
2017-03-29 17:33:40 +02:00
Andreas Fabri
3c6741feba
typename typename -> typename
2017-03-29 15:00:15 +02:00
Andreas Fabri
5200dc5ac2
Check dependencies
2017-03-29 14:27:50 +02:00
Sébastien Loriot
deb9d984f5
Merge remote-tracking branch 'cgal/releases/CGAL-4.9-branch'
2017-03-29 13:23:05 +02:00
Andreas Fabri
d35ebb9432
Generator: doc fix
...
Fix phrasing in the ref manual of `Random_points_in_sphere_3`.
2017-03-29 12:59:34 +02:00
Laurent Rineau
01ce16fd5f
Merge pull request #1994 from sloriot/BO_2-fix_setting_face_of_ccbs
...
fix a bug when removing redundant edges after an overlay for a boolea…
2017-03-29 11:59:05 +02:00
Laurent Rineau
c025d392fb
Merge pull request #1960 from sloriot/BGL-fix_split_graph
...
Fix bug in split_graph_into_polylines
2017-03-29 11:58:38 +02:00
Laurent Rineau
b5caad4785
Merge pull request #1990 from gdamiand/patch-1
...
Bug fix in test_Prefix
2017-03-29 11:52:14 +02:00
Laurent Rineau
d06ed1dee5
Merge pull request #1975 from maxGimeno/Polyhedron_demo-Fix_polylines_reading-GF
...
Fix polylines reading
2017-03-29 11:49:59 +02:00
Laurent Rineau
ae6b2f2525
Merge pull request #1984 from maxGimeno/Polyhedron_demo-Fix_offset-GF
...
Fix offset bug in polyhedron_demo
2017-03-29 11:49:00 +02:00
Laurent Rineau
03faa46a1b
Merge pull request #1985 from afabri/PMP-subpackage-license-GF
...
Polygon Mesh Processing: Finer grain for license check
2017-03-29 11:48:01 +02:00
Laurent Rineau
ec58002d28
Remove the Travis file: it does not work with CGAL-4.9-branch
2017-03-28 10:24:58 +02:00
Sébastien Loriot
09f5a176b6
fix a bug when removing redundant edges after an overlay for a boolean operation
...
inner ccbs and outer ccb were reused to avoid a reallocation. However,
since the face field of inner/outer ccbs are needed will reassign them,
we now delay the setting of the new face for the ccbs to avoid
overwritting the face field
2017-03-27 16:28:37 +02:00
Simon Giraudot
a29c9a8d60
Fix identation
2017-03-27 07:45:14 +02:00
Jane Tournois
a86708e35c
add verbosity
2017-03-24 14:15:54 +01:00
Maxime Gimeno
f0424b49bd
clean up
2017-03-24 14:14:49 +01:00
Jane Tournois
a0f4f90afc
fix compilation for c++98
2017-03-24 13:04:36 +01:00
Jane Tournois
704dcf9cca
do not allow Exterior material to have something else than Id 0
2017-03-24 13:02:04 +01:00
Jane Tournois
e3a5dc0fbe
remove isolated vertices in each surface patch
...
the vector of all vertices is first inserted in all patches
2017-03-24 12:59:14 +01:00
Maxime Gimeno
a732bb3c66
Don't use signals/slots system but override itemAboutToBeDestroyed
2017-03-24 12:10:22 +01:00
Maxime Gimeno
d5fc592135
clean the surface_mesh_item, point-set_item and c3t3_item as well
2017-03-24 12:10:01 +01:00
Maxime Gimeno
d661b4a6ab
Delete the polyhedron of an item at real time.
2017-03-24 12:09:30 +01:00
Sebastien Loriot
5b71e23074
Merge pull request #1992 from afabri/Triangulation_2-fix_doc-GF
...
Triangulation_2: Add \cgalRefines and polish a little bit
2017-03-24 11:08:36 +01:00
Andreas Fabri
98e41d81af
Add \cgalRefines and polish a little bit
2017-03-24 09:29:21 +01:00
Andreas Fabri
a6d43f0a15
capitalize file name that gets included; fix typo
2017-03-24 08:44:18 +01:00
Jane Tournois
78a3dba576
.reserve(..) that big vector, to optimize memory allocations
2017-03-23 15:48:46 +01:00
Jane Tournois
927b988e16
remove assertion which is not always true
2017-03-23 15:44:02 +01:00
Andreas Fabri
08eacf9d02
forward the types from the template parameter
2017-03-23 15:20:57 +01:00
Andreas Fabri
de805a8934
Change the template parameter name as VC++ has a problem when combining the hierarchy with CDT_plus_2
2017-03-23 15:18:53 +01:00
Andreas Fabri
3f0040ef63
Add types and property maps so that the triangulations become a model of FaceGraph
2017-03-23 14:26:51 +01:00
Guillaume Damiand
9508b8e5ba
Bug fix in test_Prefix
...
Strange that the assert(f2 !=null_face) was always true !!
2017-03-23 08:22:48 -04:00
Andreas Fabri
ba148d1dd8
Add types and property maps so that the triangulations become a model of FaceGraph
2017-03-23 12:51:04 +01:00
Andreas Fabri
23814e692f
Remove functions that already exist for the base class. Add graph_traits for the constrained triangulations
2017-03-23 11:58:46 +01:00
Andreas Fabri
1db870c8d2
Correct inclusion of code that was moved from PMP to Operations_on_polyhedra
2017-03-23 09:04:57 +01:00
Laurent Rineau
a9625f42ca
Merge pull request #1986 from afabri/patch-2
...
Kernel_23: fix typesetting in the manual.
2017-03-22 20:36:34 +01:00
Andreas Fabri
1a3a6e93ee
Kernel_23: fix typesetting in the manual.
...
Leading whitespace has semantics, so we remove it
2017-03-22 17:13:28 +01:00
Andreas Fabri
c4f5122409
Undo the accidental switching on of CGAL_LICENSE_WARNING
2017-03-22 14:54:12 +01:00
Andreas Fabri
8186bf41ae
Fix CGAL_pragma_warning for Visual C++
2017-03-22 14:50:47 +01:00
Andreas Fabri
58bcecc497
License check for Corefinement and Distance
2017-03-22 14:07:52 +01:00
Andreas Fabri
cd7deb8577
License check for Corefinement and Distance
2017-03-22 12:32:43 +01:00
Andreas Fabri
774bdc4351
License check for Geometric Meshing and Hole Filling
2017-03-22 12:10:37 +01:00