Philipp Möller
4211a4f01e
Globally remove CMAKE_ALLOW_LOOSE_LOOP_CONSTRUCTS
...
This is a Cmake 2.4.3 variable that isn't even documented anymore.
2016-02-16 17:02:55 +01:00
Laurent Rineau
f9917c487e
CMake 2.8.11
2015-07-13 12:36:43 +02:00
Sébastien Loriot
d164633493
remove REQUIRED keyword
2015-07-07 11:23:46 +02:00
Sébastien Loriot
d123ce5a47
Merge branch 'old/gsoc2014-Polyhedron_shortest_path-skiazyk' into gsoc2014-Polyhedron_shortest_path-skiazyk
...
Conflicts:
Documentation/biblio/geom.bib
Documentation/doc/Documentation/Doxyfile.in
Documentation/doc/Documentation/dependencies
Documentation/doc/Documentation/packages.txt
Documentation/scripts/generate_how_to_cite.py
Polyhedron/demo/Polyhedron/CMakeLists.txt
2015-06-01 17:47:31 +02:00
Laurent Rineau
7394f596ae
Fix after renaming of the example
2015-01-12 17:44:55 +01:00
Andreas Fabri
4be90e89dc
shorten name of example to avoid CMake warning in the testsuite
2015-01-10 12:58:32 +01:00
Andreas Fabri
7fdb146a11
use the overloads that call get(vertex_point_t)
2014-12-23 15:06:51 +01:00
Andreas Fabri
49d6495d62
Merge branch 'Surface_mesh-new_package-GF' of ssh://scm.cgal.org/var/git/cgal into Surface_mesh-new_package-GF
2014-12-23 15:00:56 +01:00
Sébastien Loriot
21a705cdd9
do not use default template parameters
2014-12-23 14:59:00 +01:00
Andreas Fabri
28dc50fdfc
point property map must be passed as argument
2014-12-23 14:24:51 +01:00
Andreas Fabri
5e9442395f
Add segmentation example for Surface_mesh
2014-12-10 20:06:24 +01:00
Andreas Fabri
9ecdad5a76
Add a segmentation example for the Surface_mesh
2014-11-12 17:58:44 +01:00
Stephen Kiazyk
a6ea82cbf7
Add an example using OpenMesh
...
Involves several changes to the Polyhedron_shortest_path class which were
not conformant to the Face Graph concept.
2014-08-04 22:59:51 -04:00
Sébastien Loriot
39c073948e
when using HalfedgeGraph or FaceGraph API, graph_traits must be included
2014-07-04 17:24:07 +02:00
Sébastien Loriot
cd88dc010b
remove extra include directives
2014-07-04 17:24:06 +02:00
Sébastien Loriot
fd91616f51
The default constructed vertex point property map for OpenMesh is invalid
2014-07-02 10:57:43 +02:00
Sébastien Loriot
83b16b3351
remove warning and clean up
2014-07-01 16:43:26 +02:00
Andreas Fabri
4c8f452a78
Add {Find/Use}Openmesh.cmake and fix the CMakeLists.txt
2014-06-11 12:13:50 +02:00
Andreas Fabri
d92d0cef84
Use CGAL points even for OpenMesh
2014-06-10 15:26:06 +02:00
Andreas Fabri
9f99e88cbc
Add example that uses OpenMesh. We still have to add the property map to the top level API
2014-06-05 15:30:37 +02:00
Sébastien Loriot
077fa0c933
remove trailing whitespaces
2014-01-08 10:10:21 +01:00
Sébastien Loriot
4257839c64
shorten example name to please windows test suite
2013-12-23 16:49:48 +01:00
Sébastien Loriot
61c91a1971
turn int to std::size_t when it is possible
2013-12-23 16:49:46 +01:00
Sébastien Loriot
6e8dccea0f
simplify first example
2013-12-23 16:49:45 +01:00
Sébastien Loriot
dd485f4839
add empty line at the end of the files to remove a warning
2013-12-23 16:49:44 +01:00
Sébastien Loriot
6a5d44c2b1
use property map include from CGAL
2013-12-23 16:49:42 +01:00
Sébastien Loriot
7ce41550b3
rename all the function consistently
2013-12-23 16:49:41 +01:00
Sébastien Loriot
9202c79586
update user manual after 3rd review round
2013-12-23 16:49:40 +01:00
Sébastien Loriot
b5c08b31ed
print values on one line in the examples
2013-09-05 10:31:07 +02:00
Sébastien Loriot
f3bef2ed1c
a few fixes in the refman following reviewers comments
2013-09-05 09:11:32 +02:00
Sébastien Loriot
8bfb934dd6
enhance examples
2013-09-04 13:40:04 +02:00
Sébastien Loriot
a089cb0f4c
remove unused args from examples
2013-09-04 12:02:16 +02:00
iyaz
e234886f36
introduce postprocess_sdf_values in sdf values example
2013-08-08 21:12:07 +03:00
iyaz
2996be191f
improve formatting
2013-08-06 01:18:19 +03:00
iyaz
0bc3c61e13
simplify by reading one predefined off file
2013-08-06 01:01:52 +03:00
iyaz
a3fba15c95
untabify examples
2013-05-10 15:26:43 +03:00
Sébastien Loriot
be02ee3a39
better comment in an example
2013-04-02 15:11:41 +02:00
iyaz
cb5e7b0edb
Shorten the example, now default call is placed inside a comment.
2013-01-13 00:34:19 +02:00
iyaz
c6cc177bfa
API function names are changed:
...
old name -> new name
sdf_values_computation -> compute_sdf_values
surface_mesh_segmentation_from_sdf_values -> segment_from_sdf_values
surface_mesh_segmentation -> compute_sdf_values_and_segment
Also example code files are changed accordingly.
2013-01-12 15:59:58 +02:00
Ílker Yaz
e09404c202
Update on demo for coloring SDF and segmentation.
2012-08-24 01:49:47 +00:00
Sébastien Loriot
28d6da3bbb
add cmd file
2012-08-23 07:04:41 +00:00
Sébastien Loriot
8d16075118
update doc and example
2012-08-23 07:03:58 +00:00
Ílker Yaz
0c484a175e
Changes on documentation & Small change on demo.
2012-08-23 00:50:22 +00:00
Ílker Yaz
f08b0bd1fb
Update examples (tabs vs spaces)
2012-08-22 15:54:56 +00:00
Ílker Yaz
fcfc79dfc7
1) Surface_mesh_segmentation does not hold any state now.
...
2) Demo is updated (it uses the API now) (also cleaned)
Also SDF values that are used for visualization (result of "Calculate SDF") is now linearly normalized values (previously they were log-normalized)
3) New example is added (using id's to access pmap data)
2012-08-22 15:37:31 +00:00
Sébastien Loriot
171173ea69
minor example improvement
...
add cmd files for testsuite
remove commited cmake script
2012-08-20 07:21:01 +00:00
Ílker Yaz
cd74403410
Documentation update
2012-08-17 17:16:06 +00:00
Ílker Yaz
a743b4d572
Small corrections on examples
2012-08-16 22:59:22 +00:00
Ílker Yaz
166034aac6
Documentation update.
2012-08-16 22:38:02 +00:00
Ílker Yaz
0898e0a24e
Mostly documentation update,
...
Also small adaptor for pmap (in Surface_Mesh_Segmentation.h).
2012-08-15 17:40:44 +00:00