Sébastien Loriot
8d25d820c4
fix typos in the user manual
2015-04-02 09:03:03 +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
4b8d68f86a
Fixed typos
2014-10-22 11:27:59 +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
Sébastien Loriot
bde45ca2b6
remove exe flag
2014-10-21 17:03:26 +02:00
Sébastien Loriot
52fce43549
cosmetic
2014-10-21 17:03:26 +02:00
Sébastien Loriot
4919a8ab0f
add implementation history section
2014-10-21 17:03:26 +02:00
Stephen Kiazyk
b7ef1ba969
Removed a no longer relevant TODO related to OpenMesh
2014-10-21 11:00:40 -04:00
Stephen Kiazyk
b7897bced0
Fixed benchmark figure size output
2014-10-21 11:00:17 -04:00
Stephen Kiazyk
1086423717
Changed some parts of benchmark doc
...
Changed average query time to average queries per second.
Added description of the machine on which benchmarks were run.
2014-10-20 13:17:40 -04:00
Sébastien Loriot
a59c5ac81a
spell checking
2014-10-16 11:39:36 +02:00
Sébastien Loriot
85eeeb8ebe
fix typos and hide developer info
2014-10-16 11:37:17 +02:00
Sébastien Loriot
97b30e028c
reorder and simplify section 1 and 2
2014-10-16 11:30:51 +02:00
Sébastien Loriot
ad3b680e4e
t -> alpha
2014-10-16 09:23:30 +02: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
0c2f91672d
update examples
2014-10-16 09:14:45 +02:00
Sébastien Loriot
12c7ea0fc1
no license header in tests
2014-10-15 16:55:57 +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
3b96ffd5d6
fix doc of visitor concept
2014-10-15 10:49:43 +02:00
Sébastien Loriot
01ae52aae6
fix traits concept doc
2014-10-15 10:43:49 +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
9135bbee26
Added note about sqrt
2014-09-26 12:06:08 -04:00
Stephen Kiazyk
f720e3a07f
Proofreading the documentation
2014-09-26 11:53:30 -04:00
Stephen Kiazyk
a4ed6be6f6
Incorrectly located concept files
2014-09-26 10:49:00 -04:00
Stephen Kiazyk
9cf8988b75
Changed overview image to a terrain
2014-09-25 15:37:09 -04:00
Stephen Kiazyk
485bba1918
Added an extra test case for adding/removing
2014-09-25 15:33:06 -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
cb3c5996eb
Changed some lingering Polyhedron->Surface_mesh in doc
2014-09-25 08:49:51 -04:00
Stephen Kiazyk
581a34accf
Moved documentation for Barycentric_coordinate_type enum
2014-09-24 17:48:30 -04:00
Stephen Kiazyk
c7a0a693f8
Added command line mesh selection to ray point selection test
2014-09-23 17:24:37 -04:00
Stephen Kiazyk
4c20f60b65
Added extra test case to nearest surface test
2014-09-23 17:15:58 -04:00
Stephen Kiazyk
dad6e51757
Added mesh parameters to nearest surface location tests
2014-09-23 17:04:47 -04:00
Stephen Kiazyk
d998af7845
Added command-line parameters to start-end tests
2014-09-23 16:47:24 -04:00
Stephen Kiazyk
d41fd4bdc3
Updated TestMesh to use args and allow kernel selection
2014-09-23 16:44:16 -04:00
Stephen Kiazyk
8757d4ac07
Added the ability to select kernel when running benchmarks
2014-09-23 16:19:08 -04:00
Stephen Kiazyk
93060c6649
Incorrect script name in run_benchmarks.sh
2014-09-23 11:53:02 -04:00
Stephen Kiazyk
1d29a4dec0
Added .cmd file for Surface_mesh_shortest_path_test_2
2014-09-22 18:05:38 -04:00
Stephen Kiazyk
730c713a5b
Fix for shortest path test 1
...
Due to changes in sequence collector
2014-09-22 18:03:39 -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
Stephen Kiazyk
a8ba386c4b
Added figure generation to benchmarks
...
All benchmark data is generated with a single call to a bash script now.
Still must be pasted into the user doc manually.
2014-09-22 16:41:23 -04:00
Sébastien Loriot
fbc46bd95e
rename Polyhedron_shortest_path -> Surface_mesh_shortest_path
2014-09-19 17:33:43 +02:00