Christina Vaz
8fd05d8031
fix for g10 and g50
2018-08-07 16:04:12 -04:00
Andreas Fabri
b6290a48db
small improvements
2018-08-06 17:09:23 +02:00
Andreas Fabri
caa96cd941
too much cleanup
2018-08-03 20:26:34 +02:00
Andreas Fabri
9cf644e164
cleanup
2018-08-03 16:22:59 +02:00
Andreas Fabri
7bbf9d73e4
Simplifications
2018-08-03 13:00:14 +02:00
Andreas Fabri
630b3b6beb
Add iDT to the demo
2018-08-03 12:07:45 +02:00
Andreas Fabri
5d235167a3
Associate the 2D points to the previous halfedge
2018-08-01 13:46:14 +02:00
Andreas Fabri
1b11c0dd51
Add debug output
2018-08-01 12:55:44 +02:00
Andreas Fabri
1882a74c9c
Add BGL style free functions for iDT
2018-07-31 20:40:52 +02:00
Andreas Fabri
532a2ad25a
Fixed summation_of_edges()
2018-07-31 17:28:23 +02:00
Christina Vaz
3a5cf6d8fa
edge summation fix
2018-07-30 15:39:08 -04:00
Andreas Fabri
b7c741aad4
details
2018-07-26 16:13:51 +02:00
Andreas Fabri
36a16b15b1
Put V2V in its own file
2018-07-26 15:57:16 +02:00
Andreas Fabri
48b03e6b11
start to document
2018-07-26 15:46:32 +02:00
Andreas Fabri
7ccc278a55
Add Heat_method_3::distance() again. @cvaz: Shouldn't that trigger update()
2018-07-26 15:10:10 +02:00
Andreas Fabri
a2ee3121c7
remove unused property map
2018-07-26 14:50:42 +02:00
Andreas Fabri
b82eb38d2c
Fix access to private type
2018-07-26 14:39:51 +02:00
Andreas Fabri
1803393857
Remove unused template parameters
2018-07-26 14:31:01 +02:00
Andreas Fabri
5d05e84210
Make functions private. Put the testsuite in a class and declare it friend
2018-07-26 14:12:03 +02:00
Andreas Fabri
89095e74d6
Remove get_sources and get_vertex_distance_map; Simplify kronecker_delta
2018-07-26 13:35:42 +02:00
Christina Vaz
2e5a0ccc2c
Merge branch 'IntrinsicFaceGraph-V2' of github.com:CGAL/cgal-public-dev into IntrinsicFaceGraph-V2
2018-07-25 16:06:23 -04:00
Andreas Fabri
aa235a85cd
Reorder member variables so that deallocation happens in the right order
2018-07-25 16:42:56 +02:00
Christina Vaz
d99c67b2dd
fix merge conflicts
2018-07-24 14:57:48 -04:00
Christina Vaz
8c906b71ad
Merge branch 'IntrinsicFaceGraph-V2' of github.com:CGAL/cgal-public-dev into IntrinsicFaceGraph-V2
...
# Conflicts:
# Heat_method_3/include/CGAL/Heat_method_3/Intrinsic_Delaunay_Triangulation_3.h
# Heat_method_3/test/Heat_method_3/heat_method_intrinsic_surface_mesh_test.cpp
2018-07-24 14:42:04 -04:00
Christina Vaz
e98b252617
adding reference files for kitten/bunny
2018-07-24 14:39:11 -04:00
Andreas Fabri
b028299d88
Add operator==(iDT::Vertex_descriptor, iDT::TM::vertex_descriptor)
2018-07-24 11:25:28 +02:00
Andreas Fabri
7f9a56ec09
accidentilly removed update()
2018-07-23 19:30:29 +02:00
Andreas Fabri
cdbe8630d0
We need an indirection through v2v
2018-07-23 11:26:59 +02:00
Andreas Fabri
589e60c9ae
Add a conversion to the nested vertex_descriptor
2018-07-23 10:44:35 +02:00
Andreas Fabri
e0e1cd44c0
start to clean up
2018-07-18 17:24:45 +02:00
Andreas Fabri
669b24ecfe
make the demo work with iDT
2018-07-18 16:19:04 +02:00
Andreas Fabri
2b86695bbf
make the demo work with iDT
2018-07-18 16:11:17 +02:00
Sébastien Loriot
82ef11845f
fix constness issues
2018-07-18 14:31:14 +02:00
Sébastien Loriot
660381ee75
fix constness of graph
2018-07-18 09:12:32 +02:00
Andreas Fabri
e61edba85b
WIP
2018-07-17 16:23:44 +02:00
Andreas Fabri
43285a4e0b
copy_face_graph()
2018-07-17 14:34:21 +02:00
Andreas Fabri
40deb94656
copied some fixes from Christinas branch
2018-07-17 13:38:39 +02:00
Andreas Fabri
a94eb72dae
cleanup
2018-07-16 17:51:29 +02:00
Andreas Fabri
add9c72a46
WIP
2018-07-16 17:27:00 +02:00
Andreas Fabri
01be9610ee
Add operator <
2018-07-10 17:05:38 +02:00
Andreas Fabri
d9024f39f2
The heat method now compiles with an iDT as FaceGraph
2018-07-10 16:43:55 +02:00
Andreas Fabri
802e92d278
Add source and target
2018-07-10 12:23:52 +02:00
Sébastien Loriot
9a65b00836
add missing template parameter
2018-07-10 12:21:51 +02:00
Andreas Fabri
21fd888d25
WIP
2018-07-10 11:17:36 +02:00
Andreas Fabri
8ef28aa7c5
WIP
2018-07-09 16:59:24 +02:00
Andreas Fabri
528ab9e839
Yet aonther wrapper and a put() that does not work
2018-07-06 12:20:01 +02:00
Sébastien Loriot
73e3e86980
make the test compiles.
...
@afabri This shows what I meant in https://github.com/CGAL/cgal/issues/3138
Here the fix is only minimal, but it should be done consistently for all
simplex type of Surface_mesh, and also probably for OpenMesh types
2018-07-06 09:13:02 +02:00
Andreas Fabri
9bc2bc123f
Add a get for a dynamic property map tag
2018-07-06 08:24:09 +02:00
Andreas Fabri
62c70bd5e2
Do not copy the TriangleMesh
2018-07-05 16:51:04 +02:00
Andreas Fabri
e23943c6c4
Add WIP with the goal that an Intrinsic_Delaunay becomes FaceGraphish enough for the Heat_method
2018-07-04 17:41:11 +02:00