Andreas Fabri
c772598ae6
Use source() not prefixed with boost::
2016-02-01 09:56:57 +01:00
Sébastien Loriot
cc2693df4e
avoid unused variable warning
2016-01-27 10:16:13 +01:00
Sébastien Loriot
85f5f4f4e8
avoid unused variable warning
2016-01-26 09:49:56 +01:00
Jane Tournois
45baa96c6e
msvc does not support explicit conversion of optionals : fix it
2015-09-03 10:22:32 +02:00
Andreas Fabri
1e2ff1131e
assert -> CGAL_assertion
2015-08-27 16:51:55 +02:00
Sébastien Loriot
96a9b14576
please MSVC10
2015-06-10 17:04:57 +02:00
Sébastien Loriot
4474cb29d5
remove extra typename
2015-06-10 16:26:35 +02:00
Sébastien Loriot
5d02945fc8
try to please Visual Studio 10
2015-06-08 13:44:18 +02:00
Sébastien Loriot
41edf299b6
Do not apply that filter if the incoming cone's parent is the nearest to v1 and v2
2015-05-29 13:30:01 +02:00
Sébastien Loriot
25d3728589
Do not apply that filter if the incoming cone's parent is the nearest to v3
2015-05-29 13:15:26 +02:00
Sébastien Loriot
9ae4763654
fix debug output
2015-05-29 13:13:11 +02:00
Sébastien Loriot
2cf70345eb
remove unused variable
2015-05-29 07:35:34 +02:00
Sébastien Loriot
487ab9b859
fix warning
2015-05-28 13:43:43 +02:00
Stephen Kiazyk
e80bde19ac
Fixed an issue where edge sources were not being evaluated properly
2015-05-27 23:40:31 -05:00
Stephen Kiazyk
686bc75f33
Merge branch 'gsoc2014-Polyhedron_shortest_path-skiazyk' of github.com:CGAL/cgal-public-dev into gsoc2014-Polyhedron_shortest_path-skiazyk
2015-05-22 08:45:39 -05:00
Stephen Kiazyk
714988ddcd
Removed an unneccessary if block
2015-05-22 08:40:23 -05:00
Sébastien Loriot
cb2cda8476
rename barycentric coordinate enums to match the barycentric coordinate package
2015-04-28 08:33:36 +02:00
Sébastien Loriot
e5b9a7cddf
fix warnings
2015-04-27 10:09:10 +02:00
Sébastien Loriot
14465274bd
remove unused variables
2015-04-27 09:49:01 +02:00
Andreas Fabri
38f0759663
do not use the boost test framework
2015-04-25 17:18:38 +02:00
Andreas Fabri
fd623954ba
remove trailing comma in enum
2015-04-25 16:10:03 +02:00
Andreas Fabri
bc0f479080
remove trailing comma in enum
2015-04-25 16:09:11 +02:00
Andreas Fabri
eee44a4a2d
read data/elephant.off if called without arguments
2015-04-24 17:09:24 +02:00
Sébastien Loriot
fc4980096b
remove trailing whitespaces and remove empty dirs
2015-04-22 10:44:28 +02:00
Sébastien Loriot
f800c1c855
FaceListGraph -> Triangle_mesh
2015-04-22 10:21:00 +02:00
Sébastien Loriot
6cab744616
no camel case for property map types
2015-04-22 09:46:58 +02:00
Sébastien Loriot
8ef7511d23
GraphTraits -> Graph_traits
2015-04-22 09:41:47 +02:00
Sébastien Loriot
fe5564f5ac
rename enum value
2015-04-22 09:39:11 +02:00
Sébastien Loriot
4d72975136
minor doc updates
2015-04-22 09:33:18 +02:00
Sébastien Loriot
7bf8ec26b3
accomadate comments of reviewer 1
2014-10-22 17:07:46 +02:00
Sébastien Loriot
19939d3172
Merge branch 'gsoc2014-Polyhedron_shortest_path-skiazyk' of ssh://scm.cgal.org/var/git/cgal-gsoc into gsoc2014-Polyhedron_shortest_path-skiazyk
...
Conflicts:
Surface_mesh_shortest_path/doc/Surface_mesh_shortest_path/Surface_mesh_shortest_path.txt
2014-10-22 16:37:29 +02:00
Andreas Fabri
41d4a98a12
Fixed typos
2014-10-22 11:18:56 +02:00
Sébastien Loriot
6756bed8b2
shortest path queries always return the source point and distance
2014-10-21 17:03:27 +02:00
Stephen Kiazyk
b7ef1ba969
Removed a no longer relevant TODO related to OpenMesh
2014-10-21 11:00:40 -04:00
Sébastien Loriot
5d700b97d7
using operator() instead of named function the shortest path visitor
2014-10-16 09:21:33 +02:00
Sébastien Loriot
7983a44b0c
more polishing of the doc
2014-10-15 16:45:14 +02:00
Sébastien Loriot
14ca4cacef
rename Source_point_handle -> Source_point_iterator
2014-10-15 16:27:09 +02:00
Sébastien Loriot
a2dc6f6ccc
rename clear_sequence_tree -> clear
2014-10-15 16:23:47 +02:00
Sébastien Loriot
37591853e3
fix doc and public API of main class
2014-10-15 16:19:45 +02:00
Sébastien Loriot
d21cb80244
rename traits functors
...
Project_triangle_3_to_triangle_2 -> Construct_triangle_3_to_triangle_2_projection
Flatten_triangle_3_along_segment_2 -> Construct_triangle_3_along_segment_2_flattening
Parametric_distance_along_segment_2 -> Compute_parametric_distance_along_segment_2
2014-10-15 10:31:17 +02:00
Sébastien Loriot
9dfb6bf372
polishing doc before submission
2014-10-15 10:21:27 +02:00
Sébastien Loriot
da5298f123
fix warnings
2014-10-15 10:03:49 +02:00
Stephen Kiazyk
f720e3a07f
Proofreading the documentation
2014-09-26 11:53:30 -04:00
Stephen Kiazyk
07e35591d5
Changed API to use incremental construction paradigm
...
The code itself does not take advantage of this yet, but it
could be modified to do so in the future. I believe this also
makes the API a little clearer and easier to use.
2014-09-25 13:56:09 -04:00
Stephen Kiazyk
581a34accf
Moved documentation for Barycentric_coordinate_type enum
2014-09-24 17:48:30 -04:00
Stephen Kiazyk
b7968eae18
Modifications to shortest_path_sequence_to_source_points
...
Changed the documentation to be clearer about which halfedges are
returned.
The query point will now always be passed to the visitor (unless no
shortest paths were found).
2014-09-22 17:01:38 -04:00
Sébastien Loriot
fbc46bd95e
rename Polyhedron_shortest_path -> Surface_mesh_shortest_path
2014-09-19 17:33:43 +02:00