Sébastien Loriot
|
70a7363e74
|
add missing template parameter
|
2014-02-25 08:42:40 +01:00 |
Sébastien Loriot
|
5ccb85c5ed
|
remove duplicated property settings
|
2014-01-06 08:46:05 +01:00 |
Sébastien Loriot
|
fa8820bc3f
|
call new_vertex_added of the vertex node visitor before setting the point
more precisely, before putting the point in the property map
|
2013-11-05 12:24:14 +01:00 |
Sébastien Loriot
|
d7ec83c684
|
follow up of 964e529c and dcbdc636 to use a point pmap in corefinement
|
2013-09-23 10:15:03 +02:00 |
Sébastien Loriot
|
db47bc80f7
|
use a point pmap for the intersection of polyhedra corefinement visitor
you can get an exact intersection using an polyhedron with points
from another kernel
|
2013-09-23 10:14:57 +02:00 |
Sébastien Loriot
|
7dcb42306a
|
using a point property map for the intersection of polyhedra functor
you can get an exact intersection using an polyhedron with points
from another kernel
|
2013-09-23 10:14:47 +02:00 |
Sébastien Loriot
|
c0ef78777e
|
using Default for template parameters
|
2013-09-23 10:14:39 +02:00 |
Andreas Fabri
|
afdca001ce
|
As boost::conditional was only introduced in boost 1.45.0 we stick to boost::mpl::if_c
|
2013-09-13 09:53:05 +02:00 |
iyaz
|
a199bb6f33
|
remove custom type selection code and instead use boost::conditional
|
2013-09-06 09:24:36 +02:00 |
iyaz
|
4263a7bf3a
|
underscore prefix to postfix, adding author name
|
2013-09-06 09:24:23 +02:00 |
iyaz
|
2ffc6848a3
|
CGAL::self_insertect was only returning Facet_const_handle, now it returns Facet_handle if polyhedron is passed by ref, Facet_const_handle if passed by const ref
|
2013-09-06 09:24:07 +02:00 |
Sébastien Loriot
|
9c0808cad1
|
fix name of classes that do not respect CGAL naming conventions
AABB_HalfedgeGraph_segment_primitive -> AABB_halfedge_graph_segment_primitive
AABB_FaceGraph_triangle_primitive -> AABB_face_graph_triangle_primitive
|
2013-07-23 17:46:50 +02:00 |
Sébastien Loriot
|
da4320735c
|
add missing license
|
2013-07-09 17:35:38 +02:00 |
Sébastien Loriot
|
20446fa777
|
Merge branch 'Mesh_3-using_new_inside_polyhedron-local'
Successfully tested in CGAL-4.3-Ic-85
Approved by the release manager
Conflicts:
Mesh_3/include/CGAL/Polyhedral_mesh_domain_3.h
|
2013-07-09 17:34:15 +02:00 |
Sébastien Loriot
|
755b41e67b
|
add a new line at the end of file to please msvc
|
2013-07-03 10:45:31 +02:00 |
Sébastien Loriot
|
de048c1bf0
|
beta<i> is not documented
|
2013-06-28 17:02:17 +02:00 |
Sébastien Loriot
|
0dff9ba1d0
|
use the new inside polyhedron test to test inclusion of disjoint volume
We need one pint from a volume not on the boundary of the other.
This fixes a bug in the previous implementation
|
2013-06-28 14:55:34 +02:00 |
Sébastien Loriot
|
91dde8b2c0
|
use undirected_edges to have only one primitive per edge
|
2013-06-26 08:55:14 +02:00 |
Laurent Rineau
|
be820820b0
|
Fix a warning: no eol at eof
|
2013-06-25 11:48:27 +02:00 |
Sébastien Loriot
|
98d212b2c0
|
add missing typename
|
2013-06-24 17:46:48 +02:00 |
Sébastien Loriot
|
4620b38ffd
|
update include path
|
2013-06-24 17:27:41 +02:00 |
Sébastien Loriot
|
4f70640db8
|
move file
|
2013-06-24 14:46:22 +02:00 |
iyaz
|
2d160e77ca
|
internal class for point inside test, using existing AABB tree
Conflicts:
Operations_on_polyhedra/include/CGAL/Point_inside_polyhedron_3.h
|
2013-06-24 14:45:33 +02:00 |
Sébastien Loriot
|
2edeab8071
|
accomodate changes of AABB primitive type for polyhedron
|
2013-06-24 13:26:06 +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
|
b49dbe358e
|
move surface mesh polyhedron oracle to operations on polyhedra
|
2013-06-21 11:42:28 +02:00 |
Sébastien Loriot
|
a762131d50
|
rename header file
|
2013-06-21 11:30:39 +02:00 |
Sébastien Loriot
|
cbc7f8edfa
|
add missing license in header
|
2013-06-21 09:03:57 +02:00 |
Sébastien Loriot
|
a1b9c5b36d
|
rename plugin
|
2013-06-20 18:04:48 +02:00 |
Sébastien Loriot
|
b2b9b0375a
|
update path
|
2013-06-20 17:34:54 +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
|
a500939d52
|
rename the package to Operations_on_polyhedra
|
2013-06-20 16:41:01 +02:00 |