Commit Graph

42112 Commits

Author SHA1 Message Date
Eric Berberich 1ef34289ea fixed indentation 2009-06-21 11:09:17 +00:00
Eric Berberich 7546e46db3 fixed typedefs 2009-06-21 10:29:39 +00:00
Eric Berberich 64fac23296 added script 2009-06-21 10:04:36 +00:00
Eric Berberich 1ea0d21225 correct boost variable 2009-06-21 10:04:07 +00:00
Eric Berberich be8f5aabe0 moved boost components 2009-06-21 09:41:53 +00:00
Eric Berberich 8639cb7e95 return from script when CGAL is not found 2009-06-21 08:59:37 +00:00
Eric Berberich cb27709345 project name 2009-06-21 08:40:36 +00:00
Sébastien Loriot 48c25b25a5 Straight skeleton working :)
The default polygon is used inside the ipelet
2009-06-20 18:24:49 +00:00
Eric Berberich 1e377ae99d resort structure for cgal-components 2009-06-20 09:38:20 +00:00
Eric Berberich 12d7e87306 added find package CGAL
unified seperator
2009-06-20 09:10:22 +00:00
Fernando Cacciola 59050dc0fc Fixed LT computation bug, link-condition test and added geometric condition test 2009-06-19 16:49:47 +00:00
Laurent Saboret 4003fd8520 Fixed infinite loop in Delaunay refinement with "teeth" model (BPoint_MM):
use filtered robust version of circumcenter computation.

(thanks to Stephane Tayeb for providing Robust_circumcenter_filtered_traits_3 class)
2009-06-19 16:00:59 +00:00
Andreas Fabri 59fcb4fac1 std::min -> (std::min) 2009-06-19 10:14:17 +00:00
Pierre Alliez 7928121683 AABB tree: added canonical tetrahedron for testing 2009-06-19 10:11:01 +00:00
Eric Berberich 9b5e4d1810 worked in train:
-s source option
-p package option
-d dir option
-b boost option
-c cgal component options

to be tested
2009-06-18 23:57:29 +00:00
Sébastien Loriot 79e7dffd6e modif for skeleton: template for polygon 2009-06-18 20:58:29 +00:00
Marc Glisse f8d199ad6d No reason not to make this function const, and it helps with several STL
implementations.
2009-06-18 19:50:50 +00:00
Ophir Setter 138303d8a8 fix of the change to the new interface 2009-06-18 15:28:28 +00:00
Pierre Alliez 3dd62ff6a5 point set processing: more on ref manual 2009-06-18 15:08:08 +00:00
Pierre Alliez 872d31b8fe point set processing: ref manual 2009-06-18 14:33:47 +00:00
Sébastien Loriot 83eebfec32 add also some FT 2009-06-18 14:31:22 +00:00
Pierre Alliez 4045ec3e30 point set processing: user manual 2009-06-18 14:28:04 +00:00
Sébastien Loriot 664c24ecdc add missing FT when calling make_root_of_2 2009-06-18 14:09:24 +00:00
Laurent Saboret 533dfcf207 Added examples with Dereference_property_map and tuple property map 2009-06-18 13:28:00 +00:00
Eric Berberich c57dd66907 modified qt-stuff - more to come soon 2009-06-18 10:18:14 +00:00
Pierre Alliez 584f0e5131 point set processing: user manual: intro + io 2009-06-18 10:09:44 +00:00
Stéphane Tayeb d454f0d1c4 * Fix aabb_distance_triangle_hint_test (check was buggy)
* Remove kd-tree construction in generic test function (must be done in test_impl now)
* Add aabb_naive_vs_tree_distance_segment_test
* Minor fix in naive vs tree distance tests (there is probably more to do)
2009-06-18 09:34:16 +00:00
Nader Salman cae412f834 added a small doc on the dereference_property_map in io.tex
added a small example on the use of CGAL::Dereference_property_map<T> in remove_outliers_example.cpp
2009-06-18 09:12:49 +00:00
Laurent Saboret d69850a3f3 Property_map icon. 2009-06-18 09:10:40 +00:00
Nader Salman 7fcf846193 updated the examples comments and removed the deprecated includes 2009-06-18 08:45:04 +00:00
Eric Berberich 539d21be16 added new script that will (hopefully) replace old one
- contains boost options
- should contain cgal options
- should contain single-source or all-sources
- contains includes

TODO extend option file
2009-06-18 07:26:48 +00:00
Eric Berberich a064513d20 added boost-components 2009-06-18 06:19:18 +00:00
Pierre Alliez cddf3f8606 aabb tree: fix compilation issue on VC++ (I guess on Linux this worked fine) 2009-06-17 19:41:46 +00:00
Sébastien Loriot 430d024348 add a draft of an ipelet + update install script for fedora 2009-06-17 19:15:18 +00:00
Stéphane Tayeb f76d00c650 Add naive vs tree distance test for triangles. 2009-06-17 16:07:52 +00:00
Nader Salman d89d383f46 Modified two more examples to use pairs <Point,Vector> instead of Point_with_normal_3 type.
=>More generic examples.
2009-06-17 15:50:22 +00:00
Pierre Alliez 4ca25c817a AABB tree: use pinion model for testing 2009-06-17 14:17:36 +00:00
Nader Salman 3f5dfefa2c Updated analysis.tex : mentionned the use of tuples. 2009-06-17 12:50:53 +00:00
Nader Salman 96e2418555 Corrected a big compilation bug
:= When Point type is a pair or a tuple compute_average_spacing, jet_estimate_normal, jet_smooth_point_set,
pca_estimate_normals, pca_smooth_point_set, remove_outliers and remove_outliers_wrt_median_knn_sq_distance 
files couldn't compile. Now they can!

Written a detailed example (average_spacing_example.cpp) that uses the tuples type.
==> Pairs and tuples are now used in the examples.
2009-06-17 12:39:51 +00:00
Pierre Alliez 4b277b85f2 AABB tree: added pinion for testing 2009-06-17 10:23:19 +00:00
Pedro Machado Manhaes de Castro ec84ec13f7 orientation_2 -> orientation 2009-06-17 09:00:37 +00:00
Laurent Saboret fbe7dd34cd Property_map icon. 2009-06-17 08:36:13 +00:00
Laurent Saboret ac7d0971c2 Bug fix (by Mac Glisse): bring std::distance() to scope. 2009-06-17 08:11:47 +00:00
Laurent Saboret c38e2ef94a Updated svn ignore list. 2009-06-17 07:50:24 +00:00
Laurent Saboret e3aea2e92d Changes after Surface_reconstruction_points_3/Point_set_processing_3 submission review by AF (12):
Document property maps and move them to Support Lib:

* Added new chapter "CGAL abd Boost Property Maps" (Property_map) to Support Lib:
- it is located in Point_set_processing_3/doc_tex/Property_map.
- it documents Dereference_property_map, First_of_pair_property_map, Second_of_pair_property_map and Nth_of_tuple_property_map.

* Renamed point_set_property_map.h as property_map.h

* Moved Normal_vector_property_map to Point_with_normal_3.h and renamed it Normal_of_point_with_normal_pmap.
2009-06-17 07:49:35 +00:00
Laurent Saboret 3b12ebe45a * Fixed bug: 'type*' and 'type&' are not converted to \ccc{type*} and \ccc{type&}.
* Fixed bug: in class A, expressions with 2 levels of template like A<B<C>> are nor properly parsed.
-This line, and those below, will be ignored--

M    copy_doxygen_latex_doc
2009-06-17 07:38:44 +00:00
Stéphane Tayeb c5fdd0eb17 remove boost_filesystem includes (causes compilation error on MacOSX). 2009-06-17 07:20:10 +00:00
Marc Glisse efcf123e59 Help the compiler by giving parameters the same name in declaration and
definition.
2009-06-17 06:06:17 +00:00
Pierre Alliez 80fee750c6 AABB tree tests
- get rid of boost filesystem business - as requires boost lib dependency
- fix warning
2009-06-16 22:22:02 +00:00
Eric Berberich cab7214ac9 includes now also for Qt3 demos 2009-06-16 21:33:47 +00:00