Sébastien Loriot
8f579d8069
fix a bug when appending facets to a polyhedron using the incremental builder
2013-12-18 12:35:26 +01:00
Andreas Fabri
ca13d36c2b
remove whitespace
2013-09-23 12:44:07 +02:00
Andreas Fabri
6c547e5663
Mainly added includes
2013-09-13 22:24:30 +02:00
Sébastien Loriot
32f1e53b41
allow the polyhedron copy to also append into an existing polyhedron
...
trivial fix on a non-documented class (not included by any file in CGAL)
2013-07-16 12:54:31 +02:00
Sébastien Loriot
6735255fd0
The vertex point property map can be external for non-CGAL graph implementation
...
This is a bugfix of the API
2013-07-03 12:51:09 +02:00
Sébastien Loriot
7dcfef5a53
Merge branch 'Polyhedron-demo_header_cleanup_and_new_plugins-sloriot'
...
Successfully tested in CGAL-4.3-Ic-68
approved by the Release Manager
2013-06-24 12:30:25 +02:00
Sébastien Loriot
376e99312e
Merge branch 'AABB_tree-one_primitive_per_object-sloriot'
...
Successfully tested in CGAL-4.3-Ic-68
implements what is described in Small_Features/aabb_tree_more_primitives
2013-06-24 08:11:05 +02:00
Sébastien Loriot
47fa1269cb
make get function friend functions of the property maps
...
This change was needed to workaround a bug observed with g++ (Debian 4.7.3-4)
while compiling Scene_polyhedron_item, just including
CGAL/Polyhedron_3_property_map.h
2013-06-21 09:07:15 +02:00
Sébastien Loriot
204e8a6ae0
fix constness issue for HalfedgeGraph property maps
2013-06-20 19:45:26 +02:00
Sébastien Loriot
8c72a3d046
use point type of the polyhedron to deduce the kernel with Kernel_traits
2013-06-20 19:10:58 +02:00
Sébastien Loriot
b5aa981404
move corefinement to operations on polyhedra
2013-06-20 16:47:26 +02:00
Sébastien Loriot
ca9636bf1e
move polyhedron slicer
2013-06-20 16:45:17 +02:00
Sébastien Loriot
ea5e1933b2
Merge branch 'Polyhedron-mesh_slicer_with_AABB-iyaz'
2013-06-20 14:37:21 +02:00
Sébastien Loriot
2463131774
the output polyhedron type is now a template parameter
2013-06-20 08:00:19 +02:00
Sébastien Loriot
969cbc537b
add missing call to vertex visitor for edge_split
2013-06-20 07:57:04 +02:00
Sébastien Loriot
26a46e2fa9
use Default for template parameters
2013-06-20 07:57:04 +02:00
Sébastien Loriot
e9caabf68d
remove used variable
2013-06-19 19:36:30 +02:00
Sébastien Loriot
607dc3386a
fix HalfedgeGraph segment primitive to match the current implementation
2013-06-19 17:30:13 +02:00
iyaz
dc8d71943b
API changes, demo improvements
2013-06-19 00:41:34 +03:00
Sébastien Loriot
650f9b4295
Merge branch 'AABB_tree-one_primitive_per_object-sloriot-old' into AABB_tree-one_primitive_per_object-sloriot
...
Conflicts:
.gitattributes
AABB_tree/doc_tex/AABB_tree_ref/AABBGeomTraits.tex
AABB_tree/doc_tex/AABB_tree_ref/AABBTraits.tex
AABB_tree/dont_submit
AABB_tree/include/CGAL/AABB_traits.h
AABB_tree/include/CGAL/AABB_tree.h
AABB_tree/include/CGAL/internal/AABB_tree/AABB_traversal_traits.h
AABB_tree/test/AABB_tree/AABB_test_util.h
AABB_tree/test/AABB_tree/aabb_correctness_triangle_test.cpp
AABB_tree/test/AABB_tree/aabb_distance_edge_test.cpp
AABB_tree/test/AABB_tree/aabb_distance_triangle_hint_test.cpp
AABB_tree/test/AABB_tree/aabb_distance_triangle_test.cpp
AABB_tree/test/AABB_tree/aabb_intersection_triangle_test.cpp
Boolean_set_operations_2/examples/Boolean_set_operations_2/bezier_traits_adapter2.cpp
Installation/cmake/modules/CGAL_Common.cmake
Installation/cmake/modules/CGAL_CreateSingleSourceCGALProgram.cmake
Installation/cmake/modules/CGAL_Macros.cmake
Installation/cmake/modules/CGAL_SetupBoost.cmake
Installation/cmake/modules/CGAL_SetupDependencies.cmake
Installation/cmake/modules/CGAL_SetupGMP.cmake
Installation/cmake/modules/CGAL_SetupGMPXX.cmake
Installation/cmake/modules/CGAL_SetupLEDA.cmake
Installation/cmake/modules/CGAL_SetupMPFI.cmake
Installation/cmake/modules/CGAL_SetupNTL.cmake
Installation/cmake/modules/CGAL_SetupRS.cmake
Installation/cmake/modules/CGAL_UseMPFI.cmake
Installation/cmake/modules/CGAL_UseNTL.cmake
Installation/cmake/modules/CGAL_UseRS.cmake
Installation/cmake/modules/CGAL_VersionUtils.cmake
Interval_skip_list/examples/Interval_skip_list/isl_terrain.pts
Linear_cell_complex/examples/Linear_cell_complex/linear_cell_complex_3_triangulation.cpp
Maintenance/svn_server/hooks/Mail/Sender/CType/Ext.pm
Point_set_processing_3/include/CGAL/property_map.h
Principal_component_analysis/include/CGAL/linear_least_squares_fitting_cuboids_3.h
Principal_component_analysis/include/CGAL/linear_least_squares_fitting_segments_3.h
Principal_component_analysis/include/CGAL/linear_least_squares_fitting_tetrahedra_3.h
Principal_component_analysis/test/Principal_component_analysis/linear_least_squares_fitting_segments_3.cpp
Principal_component_analysis/test/Principal_component_analysis/linear_least_squares_fitting_spheres_3.cpp
Scripts/developer_scripts/list_package_files.rb
Scripts/developer_scripts/mirror_all_packages.rb
Scripts/developer_scripts/mirror_package.rb
Scripts/developer_scripts/mirror_package_files.rb
Scripts/developer_scripts/remove_package_files_from_build_tree.rb
Surface_mesh_parameterization/examples/Surface_mesh_parameterization/CMakeLists.txt
Surface_reconstruction_points_3/demo/Surface_reconstruction_points_3/PS_demo_normal_estimation_plugin.cpp
Surface_reconstruction_points_3/doc_tex/Surface_reconstruction_points_3/contouring.tex
Surface_reconstruction_points_3/doc_tex/Surface_reconstruction_points_3/output.tex
2013-06-18 11:50:30 +02:00
Sébastien Loriot
8f2d428df5
add a visitor to the visitor to keep track of new vertices added
2013-06-05 16:27:56 +02:00
Sébastien Loriot
7bd344a033
add a cleaner way to create new nested facets
2013-06-05 10:51:11 +02:00
Sébastien Loriot
77c5f7320b
remove unused functions
2013-06-05 10:17:12 +02:00
Sébastien Loriot
0f894d73a3
add a function that mark the componants and keep one representant per componant
2013-06-04 11:30:06 +02:00
Sébastien Loriot
cf6cc0d775
remove wrongly added line
2013-06-04 11:29:11 +02:00
Sébastien Loriot
022db97790
Merge branch 'Polyhedron_3-corefinement_demo-sloriot-old' into Polyhedron_3-corefinement_demo-sloriot
...
Conflicts:
Polyhedron/include/CGAL/intersection_of_Polyhedra_3.h
Polyhedron/include/CGAL/intersection_of_Polyhedra_3_refinement_visitor.h
2013-05-23 16:50:40 +02:00
Sébastien Loriot
ce94f69b45
temporary fix to be able to copy attribute in faces split
2013-05-23 16:47:22 +02:00
iyaz
e5c3714823
finalizing first version of plane-cut, tested with a few synthetic degenerate test cases
...
new option for plugin
2013-05-15 04:54:16 +03:00
Sébastien Loriot
697140ee9f
fix compilation issue on linux
...
conflict with nested typedef and class name
2013-05-13 10:01:20 +02:00
iyaz
37dcb4db03
plane cut plugin,
...
need to clean up and make some addition on intersection_of_plane_Polyhedra_3_using_AABB_2 version
need to test it with some simple degenerate cases that I created.
For now it works with meshed with without holes as long as plane intersect segments on one interior point
2013-05-13 05:08:24 +03:00
Andreas Fabri
0cbc8b0e40
remove unused parameters
2013-03-23 08:45:06 +01:00
Laurent Rineau
2d8da664a3
Merge branch 'CGAL-fix_warnings-gdamiand'
...
Conflicts:
.gitignore
Skin_surface_3/examples/Skin_surface_3/CMakeLists.txt
2013-02-22 13:02:37 +01:00
Laurent Rineau
32c315b4a7
Use CGAL_error_msg instead of an assertion
...
CGAL_error_msg is effective even in release mode. It is marked with the
attribute __noreturn__, and that tells the compiler that the code cannot be
reached.
2013-02-20 18:38:56 +01:00
Laurent Rineau
e06a6f535b
Add or fix license/copyright headers in CGAL headers
2013-02-19 16:45:00 +01:00
Laurent Rineau
01db7d30af
Fix the fix of a warning
2013-02-07 12:51:55 +01:00
Laurent Rineau
e87dad0f95
Fix all warnings in demo/Polyhedron/
...
The compilation was fix g++-4.8, and the flags:
--std=c++11 -frounding-math Wall -Wno-array-bounds -Wno-uninitialized
2013-02-06 17:03:20 +01:00
Philipp Möller
0f34f2a89e
Merge branch 'Maintenance-include-less-boost-pmoeller'
2012-12-21 09:44:18 +01:00
Philipp Möller
ea956821a8
Add missing includes in intersection_of_Polyhedra
2012-12-21 09:41:56 +01:00
Sébastien Loriot
82b2ebc865
apply the cpp0x namespace renaming in all files
2012-12-19 11:33:17 +01:00
Philipp Möller
71ea8e6e22
Minimal boost includes
...
Replace type_traits.hpp and utility.hpp with the respective
fine-grained includes.
2012-12-14 18:13:59 +01:00
Sébastien Loriot
7b7ba55f8c
mark opposite edges (needed for border edge)
2012-11-15 19:09:11 +01:00
Sébastien Loriot
0d810d37c8
fix an erroneous warning
2012-11-15 18:00:34 +01:00
Sébastien Loriot
0b0fb81b5f
changes to apply extract_connected_components on non-const Polyhedron
2012-11-15 09:45:26 +01:00
Sébastien Loriot
c699f225dd
we need the polyhedron to access the correct edge info
2012-11-09 14:25:57 +00:00
Sébastien Loriot
370c362c23
allow copy of polyhedron with points in different kernels
2012-11-09 10:18:14 +00:00
Laurent Rineau
7f5cdbcb89
Error in previous commit: that one is a vector, and not a map.
2012-11-01 16:16:58 +00:00
Laurent Rineau
913c60f62d
Rename types
...
'Node_vector' is sometime renamed 'Nodes_map', and something 'Nodes_vector'.
2012-11-01 16:14:13 +00:00
Laurent Rineau
86262d88d3
Change two names, that are fundamentally plural
...
Node_vector -> Nodes_vector
Triangle_segment_intersection_point -> Triangle_segment_intersection_points
2012-11-01 14:18:27 +00:00
Laurent Rineau
63d137b568
Add comments.
...
I incrementally had comments when I understand something, to help
non-authors understanding the code ...as much as possible!
2012-11-01 14:16:41 +00:00
Sébastien Loriot
e5d93ca023
if an edge was already marked, mark it again when split
2012-10-30 14:32:02 +00:00