Commit Graph

72 Commits

Author SHA1 Message Date
Andreas Fabri c400ffc81e min() -> (min)() 2015-04-28 09:18:38 +02: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 a7edcfbd9a improve debug macro 2015-04-27 10:20:32 +02:00
Sébastien Loriot e5b9a7cddf fix warnings 2015-04-27 10:09:10 +02:00
Sébastien Loriot 72bfd2d336 remove unused var 2015-04-27 09:56:20 +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 2d9876df3c remove trailing comma in enum 2015-04-25 16:10:45 +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 5f6cce03e1 remove exe flag 2015-04-24 16:56:09 +02:00
Sébastien Loriot 5ad6982a4e add missing bibtex entry 2015-04-23 07:59:14 +02:00
Sébastien Loriot 32ae9cc7bb update link to leda real 2015-04-22 12:00:42 +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 fcfe7401dd spell checking and backticking 2015-04-17 18:09:19 +02:00
Sébastien Loriot 0001bb5fe9 pass on the user manual 2015-04-17 18:04:54 +02:00
Stephen Kiazyk c5991834ef Additional proofreading for shortest paths package 2015-04-13 21:52:13 -05:00
Stephen Kiazyk 61a92c1d45 Update documentation re: 1st round reviews
Expanded Section 5 of the user manual to give more details, address some
of the reviewer's issues.
Added a psuedo-code of the algorithm
Added a figure of saddle vertex expansion
2015-04-11 16:05:51 -05:00
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