Commit Graph

545 Commits

Author SHA1 Message Date
Sylvain Pion fe04258e2a Remove myself from maintainer files. 2010-09-15 12:32:09 +00:00
Pierre Alliez 4f47f8e307 update doc of PCA: the kernel is the last argument in the code. 2010-09-03 15:38:26 +00:00
Laurent Rineau af3ad196a0 Global fix of all uses of qt4_generate_moc: the destination file path must be absolute. 2010-08-11 13:24:20 +00:00
Stéphane Tayeb 13c142a657 Fix VC++ workaround (tested with MSVS2005) 2010-06-11 07:41:10 +00:00
Sébastien Loriot 52317dd49f add python script (replace_CGAL_NAMESPACE.py) to replace CGAL_BEGIN_NAMESPACE and CGAL_END_NAMESPACE
by namespace CGAL { and } //namespace CGAL. in all .h and .cpp files
in a directory.
Apply it to all packages in the trunk
Remove macro definition from the config.h file.
2010-06-09 07:37:13 +00:00
Stéphane Tayeb bd968201c3 Try another workaround for VC++ and Intel compiler (CGAL::centroid). Add a call of overloaded CGAL::centroid function in test-suite. 2010-06-08 15:28:21 +00:00
Laurent Rineau d0b71dd3de Merged revisions 56567,56628 via svnmerge from
svn+ssh://lrineau@scm.gforge.inria.fr/svn/cgal/branches/CGAL-3.6-branch

........
  r56567 | stayeb | 2010-06-04 10:42:30 +0200 (Fri, 04 Jun 2010) | 1 line
  
  Add a call to other overloads of centroid function.
........
  r56628 | spion | 2010-06-07 17:39:28 +0200 (Mon, 07 Jun 2010) | 2 lines
  
  Try again another version of the workaround for VC++.
........
2010-06-07 16:10:57 +00:00
Laurent Rineau a06cc18fe9 Merged revisions 56562 via svnmerge from
svn+ssh://lrineau@scm.gforge.inria.fr/svn/cgal/branches/CGAL-3.6-branch

........
  r56562 | stayeb | 2010-06-03 17:30:14 +0200 (Thu, 03 Jun 2010) | 1 line
  
  Bug fix: ungeneralize a template function (avoids wrong template function instanciation).
........
2010-06-03 15:41:24 +00:00
Pierre Alliez 7a3dcab306 reduce img sizes 2010-04-01 19:05:54 +00:00
Laurent Rineau 5e4c755bdb Merged revisions 53668-53669,53678-53679,53682-53686 via svnmerge from
svn+ssh://lrineau@scm.gforge.inria.fr/svn/cgal/branches/CGAL-3.6-branch

........
  r53668 | yvinec | 2010-01-19 11:00:41 +0100 (Tue, 19 Jan 2010) | 3 lines
  
  added changes for Mesh_3
........
  r53669 | yvinec | 2010-01-19 11:04:38 +0100 (Tue, 19 Jan 2010) | 3 lines
  
  fixed page layout in Changes for Mesh_3
........
  r53678 | spion | 2010-01-20 13:32:36 +0100 (Wed, 20 Jan 2010) | 2 lines
  
  Link AK_d and reorder to have Modular close to NT.
........
  r53679 | lrineau | 2010-01-20 13:37:23 +0100 (Wed, 20 Jan 2010) | 9 lines
  
  Merge from trunk:
    | New Revision: 53666
    |  Author: sloriot
    |  Date: 2010-01-19 08:41:16 +0100 (Tue, 19 Jan 2010)
    |  
    |  Log message:
    |  
    | remove warnings
........
  r53682 | lrineau | 2010-01-20 14:31:41 +0100 (Wed, 20 Jan 2010) | 2 lines
  
  Simplify the URL to CORE, so that "_" is not in the URL (Pb with manual tools)
........
  r53683 | lrineau | 2010-01-20 14:42:23 +0100 (Wed, 20 Jan 2010) | 3 lines
  
  Fix the package description of AK (fix the bib label and the version of
  CGAL)
........
  r53684 | lrineau | 2010-01-20 14:45:53 +0100 (Wed, 20 Jan 2010) | 1 line
  
  clean PkgDescription.tex
........
  r53685 | lrineau | 2010-01-20 15:01:09 +0100 (Wed, 20 Jan 2010) | 3 lines
  
  - Update PkgDexcription.tex to year 2010.
  - Add manual-3.6.bib
........
  r53686 | lrineau | 2010-01-20 15:03:10 +0100 (Wed, 20 Jan 2010) | 1 line
  
  Update the biblio shipped in manual tools, using manual-3.6.bib
........
2010-01-20 14:07:18 +00:00
Laurent Rineau e88730a2cb Recorded merge of revisions 51561,51678,51694,51699,51702,51714,51738,51758,51769,51771,51778,51787,51814,51831,51868,51889,51895,51901-51902,51931-51932,51936-51937,51939,51948,51953-51954,51957,51960,51999,52026,52075,52079,52094-52096,52101-52105,52110-52111,52115,52141-52143,52150-52151,52197,52582,52584,52618,52733,52843,53002,53053,53152,53292-53294 via svnmerge from
svn+ssh://lrineau@scm.gforge.inria.fr/svn/cgal/branches/CGAL-3.5-branch

Personal note: Actually all merges were already done in the trunk manually
by authors, as far as I have seen. I have ignored several conflicts in
Mesh_3 and packages from Laurent Saboret, because I know the authors of
these packages already manage patchs to 3.5 and trunk manually. All the
changes here seem to be fixes to package descriptions (change -08 to -09).

........
  r51561 | stayeb | 2009-08-27 17:41:39 +0200 (Thu, 27 Aug 2009) | 8 lines
  
  Merge r51076
  From trunk/Mesh_3/include/CGAL/Labeled_image_mesh_domain_3.h to branches/CGAL-3.5-branch/Mesh_3/include/CGAL/Labeled_image_mesh_domain_3.h
  
  r51076 | stayeb | 2009-08-05 17:40:23 +0200 (Wed, 05 Aug 2009) | 3 lines
  * Fix bug with image bounding box computation
  * Add internal(undocumented) usefull genericity:
    + add Wrapper template parameter (with default value) in Labeled_Image_mesh_domain_3
........
  r51678 | lsaboret | 2009-09-02 14:16:10 +0200 (Wed, 02 Sep 2009) | 6 lines
  
  svn merge bug fix from trunk to CGAL-3.5-branch:
  
  r51677 | lsaboret
  Port to Windows 64
........
  r51694 | stayeb | 2009-09-02 16:30:21 +0200 (Wed, 02 Sep 2009) | 1 line
  
  add multilabel_mesh_small picture.
........
  r51699 | lrineau | 2009-09-02 16:42:46 +0200 (Wed, 02 Sep 2009) | 35 lines
  
  Merge the following revision from trunk into the 3.5 branch:
    | ------------------------------------------------------------------------
    | r51688 | lrineau | 2009-09-02 16:07:12 +0200 (Wed, 02 Sep 2009) | 2 lines
    | 
    | A new solution for the "how_to_cite stuff"
    | 
    | ------------------------------------------------------------------------
    | r51689 | lrineau | 2009-09-02 16:08:14 +0200 (Wed, 02 Sep 2009) | 2 lines
    | 
    | Remove the last non-constant part of the script makebiblio !!! :-)
    | 
    | ------------------------------------------------------------------------
    | r51679 | lrineau | 2009-09-02 14:48:37 +0200 (Wed, 02 Sep 2009) | 4 lines
    | 
    | Fix after Monique's suggestion... Just kidding! :-)
    | 
    | Actually, we do not want CGAL Editorial Board to be abbrev. to "C.E.Board".
    | 
    | ------------------------------------------------------------------------
    | r51680 | lrineau | 2009-09-02 14:52:09 +0200 (Wed, 02 Sep 2009) | 2 lines
    | 
    | Protect Minkowski and Boolean with {}.
    | 
    | ------------------------------------------------------------------------
    | r51692 | lrineau | 2009-09-02 16:15:22 +0200 (Wed, 02 Sep 2009) | 6 lines
    | 
    | Fixes:
    |  - Remove the links "BACK TO INDEX" that were auto-generated by
    |    bibtex2html
    |  - Remove several "and and".
    |  - Replace the labels: "08" -> "09".
    | 
    | ------------------------------------------------------------------------
........
  r51702 | yvinec | 2009-09-02 16:51:07 +0200 (Wed, 02 Sep 2009) | 3 lines
  
  fixed PkgDescription.tex
........
  r51714 | spion | 2009-09-02 18:46:41 +0200 (Wed, 02 Sep 2009) | 4 lines
  
  Backport revision 51047.
  
    Replace wrong use of $$ by \ccc{}.
........
  r51738 | lrineau | 2009-09-03 09:24:23 +0200 (Thu, 03 Sep 2009) | 2 lines
  
  Import revision 51737 from trunk: fix the how_to_cite_cgal.html file
........
  r51758 | lrineau | 2009-09-03 12:14:14 +0200 (Thu, 03 Sep 2009) | 1 line
  
  Fix all \ccPkgHowToCiteCgal at once to turn 08 into 09
........
  r51769 | lrineau | 2009-09-03 14:03:23 +0200 (Thu, 03 Sep 2009) | 14 lines
  
  Merge from trunk:
     | ------------------------------------------------------------------------
     | r51754 | teillaud | 2009-09-03 11:45:05 +0200 (Thu, 03 Sep 2009) | 2 lines
     | 
     | added missing file, needed by makebiblio
     | 
     | ------------------------------------------------------------------------
     | r51755 | teillaud | 2009-09-03 11:48:45 +0200 (Thu, 03 Sep 2009) | 2 lines
     | 
     | layout file for makebiblio (use of ccs)
     | 
     | ------------------------------------------------------------------------
........
  r51771 | lrineau | 2009-09-03 14:20:50 +0200 (Thu, 03 Sep 2009) | 10 lines
  
  Merge from trunk:
    | ------------------------------------------------------------------------
    | r51770 | teillaud | 2009-09-03 14:14:17 +0200 (Thu, 03 Sep 2009) | 3 lines
    | 
    | a few buggy labels fixed
    | obviously, it was not a good idea to write them using the keyboard alone, not even the mouse... :(
    | 
    | ------------------------------------------------------------------------
........
  r51778 | lrineau | 2009-09-03 16:38:42 +0200 (Thu, 03 Sep 2009) | 3 lines
  
  Fill the file global_dont_submit, so that one can simplify the script that
  creates releases.
........
  r51787 | lsaboret | 2009-09-03 18:00:04 +0200 (Thu, 03 Sep 2009) | 15 lines
  
  Merge bug fixes from trunk to CGAL-3.5-branch:
  
  r51785 | lsaboret
  * Fixed images width (as requested by LR):
  set max-width instead of width in HTML.
  * Also set width=1.0 for most images in PDF (prettier).
  
  r51749 | lsaboret
  Fixed warning with boost >= 10.38 in Point_set_processing_3.
  
  r51683 | lsaboret
  Fixed compilation error due to the global change "CGALi" -> "internal" in trunk
  (this revision is merged into CGAL-3.5-branch by safety)
........
  r51814 | teillaud | 2009-09-04 10:16:38 +0200 (Fri, 04 Sep 2009) | 2 lines
  
  files generated after yesterday's fixes on manual-3.5.bib
........
  r51831 | lsaboret | 2009-09-04 13:38:11 +0200 (Fri, 04 Sep 2009) | 6 lines
  
  Merge bug fix from trunk to CGAL-3.5-branch:
  
  r51830 | lsaboret
  Fixed compilation error introduced in r51749
........
  r51868 | lrineau | 2009-09-07 17:01:48 +0200 (Mon, 07 Sep 2009) | 2 lines
  
  Fix the non-filtering of BBox_3-Segment_3 intersection.
........
  r51889 | palliez | 2009-09-10 17:02:29 +0200 (Thu, 10 Sep 2009) | 1 line
  
  fix pca bug
........
  r51895 | lsaboret | 2009-09-10 18:34:35 +0200 (Thu, 10 Sep 2009) | 66 lines
  
  Merge bug fixes from trunk to CGAL-3.5-branch:
  
  r51894 | lsaboret
  Added traces
  
  r51893 | lsaboret
  Fixed bug introduced in r51683:
  (Windows) developers compiling Surface_reconstruction_points_3 with CGAL 3.5 beta 1 need to compile with Surface_mesher package from svn in order to get r51028 bug fix (orientation of reconstructed meshes).
  
  r51887 | lsaboret
  Fixed bug in test suite:
  * The bug occured (sometimes) in test suite when calling
  > APSS_reconstruction_test data/robocat_deci.off
  => assertion failure "CGAL::Polyhedron_incremental_builder_3<HDS>::
  lookup_halfedge(): input error: facet 1462 shares a halfedge from vertex 95 to vertex 808 with facet 1312."
  in output_surface_facets_to_polyhedron().
  This means that the reconstructed surface is not manifold.
  * The reason seems that (on this example) APSS implicit function is not smooth enough for make_surface_mesh().
  * The fix was to set APSS smoothness factor to 6 (default is 2).
  
  r51886 | lsaboret
  Partial fix of assertion failure "(x,y,z) is already inserted on surface" in make_surface_mesh():
  * The bug could be reproduce by:
  > poisson_reconstruction Compressor_top_clean_65kpoints.pwn out.off -sm_distance 0.75
  or
  > APSS_reconstruction robocat_deci.off out.off -smooth 6
  (try several times)
  * The fix is to set Implicit_surface_3's dichotomy error to make_surface_mesh's approximation distance/1000 (instead of /10). This makes make_surface_mesh() behavior more reproductible.
  * My guess is that in both implicit functions are not smooth, and that make_surface_mesh's parameters must be tuned to make them appear smooth to the algorithm.
  
  r51884 | lsaboret
  Temporary traces: turn on CGAL assertions
  
  r51883 | lsaboret
  Temporary traces: turn on CGAL assertions
  
  r51873 | lsaboret
  Fixed bug in make_surface_mesh(implicit surface, sphere, Manifold_tag) when the implicit surface crosses the sphere:
  * The bug could be reproduced on Linux/g++ 4.3.1 by:
  > poisson_reconstruction Compressor_top_clean_30kpoints.pwn Compressor-poisson.off
  or
  > APSS_reconstruction robocat_deci.off robocat_deci-apss.off
  => infinite loop that crashes when the process max memory is reached, or
     assertion failure "(x,y,z) is already inserted on surface", or
     assertion failure "A facet is not in conflict with its refinement point"
  * The fix was to use Manifold_with_boundary_tag.
  
  r51871 | palliez
  update barycentric coordinates - thanks Andreas.
  
  r51869 | lsaboret
  Fixed assertion failure "tester(d)" in Triangulation_3::find_conflicts() when running the Delaunay refinement:
  * To reproduce the bug:
  > poisson_reconstruction data/sphere926.pwn sphere926-poisson.off
  (try several times)
  * The fix is:
  - implement Robust_circumcenter_filtered_traits_3::compute_squared_radius_3_object()
  - compare denominator with 1E-13 (instead of 1E-14) to switch to exact arithmetic
  
  r51865 | lsaboret
  Fixed infinite loop in Min_sphere_d:
  * On Linux/g++, the bug could be reproduced by:
  > poisson_reconstruction data/sphere926.pwn sphere926-poisson.off
  * The fix was do use Min_sphere_of_spheres_d instead of Min_sphere_d
........
  r51901 | palliez | 2009-09-11 09:13:41 +0200 (Fri, 11 Sep 2009) | 1 line
  
  PCA: undo recent change - there was no bug
........
  r51902 | lrineau | 2009-09-11 10:44:55 +0200 (Fri, 11 Sep 2009) | 16 lines
  
  Remove mention to piecewise smooth surfaces. The following revision forgot
  to remove those two paragraphs:
    | ------------------------------------------------------------------------
    | r46327 | lrineau | 2008-10-17 14:35:23 +0200 (Fri, 17 Oct 2008) | 3 lines
    | Changed paths:
    |    M /trunk/Surface_mesher/doc_tex/Surface_mesher/main.tex
    |    M /trunk/Surface_mesher/doc_tex/Surface_mesher_ref/SurfaceMeshFacetsCriteria_3.tex
    |    M /trunk/Surface_mesher/doc_tex/Surface_mesher_ref/Surface_mesh_complex_2_in_triangulation_3.tex
    |    M /trunk/Surface_mesher/doc_tex/Surface_mesher_ref/intro.tex
    |    M /trunk/Surface_mesher/doc_tex/Surface_mesher_ref/main.tex
    | 
    | Update documentation for CGAL-3.4: remove any occurrence of "polyhedral
    | [surfaces]" and "piecewise [smooth surfaces]"
    | 
    | ------------------------------------------------------------------------
........
  r51931 | stayeb | 2009-09-14 15:22:12 +0200 (Mon, 14 Sep 2009) | 1 line
  
  Fix bbox_3_segment_3 intersection for filtered kernels.
........
  r51932 | lrineau | 2009-09-14 15:32:24 +0200 (Mon, 14 Sep 2009) | 3 lines
  
  Fix predicates of <CGAL/AABB_intersection.h>, so that they are correctly
  filtered when called from the global function template CGAL::do_intersect
........
  r51936 | stayeb | 2009-09-14 19:37:18 +0200 (Mon, 14 Sep 2009) | 2 lines
  
  * Fix ray_bbox & line_bbox do_intersect predicates for filtered kernels
  * add a small test for do_intersect(seg/ray/line, bbox) queries
........
  r51937 | stayeb | 2009-09-14 19:52:01 +0200 (Mon, 14 Sep 2009) | 1 line
  
  Fix polyhedral oracle issue: switch to exact intersection computation.
........
  r51939 | stayeb | 2009-09-15 10:56:32 +0200 (Tue, 15 Sep 2009) | 1 line
  
  Fix minor bug in aabb_do_intersect_test.cpp
........
  r51948 | spion | 2009-09-15 19:09:03 +0200 (Tue, 15 Sep 2009) | 5 lines
  
  Rename following the converging convention to prevent future incompatibility :
  - Vertex_container -> Vertex_range
  - Face_container   -> Face_range
  - Cell_container   -> Cell_range
........
  r51953 | stayeb | 2009-09-16 13:17:12 +0200 (Wed, 16 Sep 2009) | 1 line
  
  Fix AABB_tree missing default ctor.
........
  r51954 | stayeb | 2009-09-16 14:40:50 +0200 (Wed, 16 Sep 2009) | 6 lines
  
  Merge [r51090]
  From trunk/Mesh_3 to branches/CGAL-3.5-branch/Mesh_3.
  
  r51090 | stayeb 
  * Labels are now ordered according to their natural order (instead of randomly) in medit output.
........
  r51957 | stayeb | 2009-09-17 10:20:36 +0200 (Thu, 17 Sep 2009) | 1 line
  
  cleanup example folder.
........
  r51960 | stayeb | 2009-09-17 13:10:50 +0200 (Thu, 17 Sep 2009) | 1 line
  
  Remove wrong using namespace statement.
........
  r51999 | lsaboret | 2009-09-22 10:27:10 +0200 (Tue, 22 Sep 2009) | 1 line
  
  Removed debugging traces
........
  r52026 | lrineau | 2009-09-28 14:18:10 +0200 (Mon, 28 Sep 2009) | 2 lines
  
  Add a minor changelog from CGAL-3.5-beta1.
........
  r52075 | lrineau | 2009-09-30 17:24:08 +0200 (Wed, 30 Sep 2009) | 2 lines
  
  Fix the display of the manual testsuite: pdflatex before bibtex and so on.
........
  r52079 | lrineau | 2009-10-01 00:21:47 +0200 (Thu, 01 Oct 2009) | 1 line
  
  Fix links to Boost property maps documentation.
........
  r52094 | lrineau | 2009-10-01 17:43:44 +0200 (Thu, 01 Oct 2009) | 2 lines
  
  Fix the background of dev manual
........
  r52095 | lrineau | 2009-10-01 18:06:36 +0200 (Thu, 01 Oct 2009) | 4 lines
  
  
  #include <cstdio> is needed, with recent g++ compilers, to find the BUFSIZ
  macro.
........
  r52096 | lrineau | 2009-10-01 18:07:03 +0200 (Thu, 01 Oct 2009) | 3 lines
  
  
  Detect images that are linked with background=...
........
  r52101 | lrineau | 2009-10-01 18:32:46 +0200 (Thu, 01 Oct 2009) | 2 lines
  
  Fix the bibtex entry of Mesh_3: incorrect title
........
  r52102 | lrineau | 2009-10-01 18:34:59 +0200 (Thu, 01 Oct 2009) | 2 lines
  
  Real fix of the bib entry of Mesh_3!
........
  r52103 | lrineau | 2009-10-01 18:36:08 +0200 (Thu, 01 Oct 2009) | 1 line
  
  Commit of changes to how_to_cite in the manual tools... (fix the mesh_3 entry)
........
  r52104 | lrineau | 2009-10-01 18:41:39 +0200 (Thu, 01 Oct 2009) | 2 lines
  
  Error checking
........
  r52105 | lrineau | 2009-10-01 18:49:38 +0200 (Thu, 01 Oct 2009) | 2 lines
  
  Add README files about the generation of the how_to_cite_cgal stuff.
........
  r52110 | lrineau | 2009-10-02 10:55:03 +0200 (Fri, 02 Oct 2009) | 2 lines
  
  Fix HTML errors in the manual testsuite results pages.
........
  r52111 | lrineau | 2009-10-02 11:11:46 +0200 (Fri, 02 Oct 2009) | 3 lines
  
  Add the link to the HTML validator. The manual testsuite pages validate,
  now.
........
  r52115 | lrineau | 2009-10-02 16:47:37 +0200 (Fri, 02 Oct 2009) | 2 lines
  
  Minor fix of the output of the manual testsuite.
........
  r52141 | lrineau | 2009-10-05 14:28:24 +0200 (Mon, 05 Oct 2009) | 2 lines
  
  Patch from Olivier Devillers: add a check in is_valid.
........
  r52142 | lrineau | 2009-10-05 14:33:01 +0200 (Mon, 05 Oct 2009) | 2 lines
  
  CGAL-3.5 published. Let's target 3.5.1, now.
........
  r52143 | lrineau | 2009-10-05 14:39:18 +0200 (Mon, 05 Oct 2009) | 2 lines
  
  Fix a link in the bibtex file.
........
  r52150 | lrineau | 2009-10-05 19:01:43 +0200 (Mon, 05 Oct 2009) | 3 lines
  
  Update the LaTeX label for "3D Periodic Triangulations" (the previous one
  was a copy-paste from TDS_3).
........
  r52151 | reichel | 2009-10-05 22:47:27 +0200 (Mon, 05 Oct 2009) | 2 lines
  
  update Debian stuff for 3.5-1
........
  r52197 | lrineau | 2009-10-07 21:57:10 +0200 (Wed, 07 Oct 2009) | 2 lines
  
  Boost 1.33.1 *or higher* is needed.
........
  r52582 | mcaroli | 2009-10-16 10:19:24 +0200 (Fri, 16 Oct 2009) | 3 lines
  
  bugfix I/O operator
  merge of revision 52311 from trunk
........
  r52584 | mcaroli | 2009-10-16 10:45:08 +0200 (Fri, 16 Oct 2009) | 3 lines
  
  minor improvements in the reference documentation.
  this is a merge from the trunk
........
  r52618 | mcaroli | 2009-10-19 17:50:53 +0200 (Mon, 19 Oct 2009) | 2 lines
  
  move the new check in is_valid to the right place (cf. r52141)
........
  r52733 | mcaroli | 2009-10-26 10:15:53 +0100 (Mon, 26 Oct 2009) | 11 lines
  
  Merge revisions r52701 and r52704 from trunk:
  | ------------------------------------------------------------------------
  | r52701 | mcaroli | 2009-10-23 11:15:57 +0200 (Fri, 23 Oct 2009) | 2 lines
  |
  | add the domain to the basic example
  | ------------------------------------------------------------------------
  | r52704 | mcaroli | 2009-10-23 11:56:56 +0200 (Fri, 23 Oct 2009) | 2 lines
  |
  | add a phrase that precises that input points have to lie inside the cube
  | ------------------------------------------------------------------------
........
  r52843 | lrineau | 2009-11-02 14:28:09 +0100 (Mon, 02 Nov 2009) | 2 lines
  
  g++-4.4 is supported as well.
........
  r53002 | mcaroli | 2009-11-12 18:05:01 +0100 (Thu, 12 Nov 2009) | 3 lines
  
  improved doc of periodic_point(v) and periodic_point(v,i)
  this is a merge from the trunk, revision 53001
........
  r53053 | stayeb | 2009-11-16 13:56:49 +0100 (Mon, 16 Nov 2009) | 5 lines
  
  Merge r53048 from trunk
  
  r53048 | stayeb
  Fix syntax error.
........
  r53152 | stayeb | 2009-11-24 13:43:03 +0100 (Tue, 24 Nov 2009) | 1 line
  
  Fix bug (typo) in polyhedral domain initialization.
........
  r53292 | lrineau | 2009-12-04 16:00:00 +0100 (Fri, 04 Dec 2009) | 1 line
  
  commit revision 53291 from trunk to branch 3.5
........
  r53293 | lrineau | 2009-12-04 16:01:30 +0100 (Fri, 04 Dec 2009) | 1 line
  
  commit revision 53289\ from trunk to branch 3.5
........
  r53294 | lrineau | 2009-12-04 16:02:06 +0100 (Fri, 04 Dec 2009) | 1 line
  
  commit revision 53288 from trunk to branch 3.5
........
2009-12-04 15:30:14 +00:00
Laurent Rineau 83912b2952 Massive fix of svn:keywords properties, and $URL$ keyword. 2009-10-20 08:59:26 +00:00
Laurent Rineau d98e9e7e1b Merged revisions 52137 via svnmerge from
svn+ssh://scm.gforge.inria.fr/svn/cgal/branches/CGAL-3.5-branch

........
  r52137 | lrineau | 2009-10-05 12:58:35 +0200 (Mon, 05 Oct 2009) | 2 lines
  
  Resize pictures that have width>1200
........
2009-10-05 11:06:47 +00:00
Sylvain Pion ce603c5c51 Remove more EPS files. 2009-09-18 12:53:31 +00:00
Pierre Alliez 62a1be0732 rename CGALi to internal 2009-09-17 09:19:21 +00:00
Pierre Alliez 7df5cac015 PCA: undo recent change - there was no bug 2009-09-11 07:13:29 +00:00
Pierre Alliez 82aaae94c1 fix pca bug 2009-09-10 14:29:47 +00:00
Pierre Alliez 1994bc807c pca demo: fix warning. 2009-09-05 13:09:34 +00:00
Pierre Alliez 1d447bb932 restore PCA demo 2009-09-04 14:49:49 +00:00
Sylvain Pion 8573fe26ce Rename CGALi to internal. 2009-08-24 17:10:04 +00:00
Pierre Alliez d99e73c957 PCA QT4 demo: render centroid, line and plane. 2009-08-07 19:55:06 +00:00
Pierre Alliez c9b1327a19 PCA demo: fit plane to vertices, edges and facets. 2009-07-31 20:42:39 +00:00
Pierre Alliez 349d976629 PCA demo: skeleton in place. 2009-07-31 12:37:20 +00:00
Pierre Alliez c68470ad34 PCA: remove old demos - I am preparing a new one based upon qt4 2009-07-31 12:18:18 +00:00
Pierre Alliez 9b7d5c7e06 PCA: one bug fix pointed out by ENPC.
one little fix in doc
2009-07-02 11:13:32 +00:00
Pierre Alliez b182fa1bc7 PCA: update doc after short second review from Bernd Gaertner. 2009-05-14 14:23:28 +00:00
Laurent Rineau dbe5506d63 Fix the use of \ccSum. Revision 47872 was not correct. 2009-04-17 10:13:04 +00:00
Pierre Alliez f9a2279974 PCA: fix degenerate cases and doc. 2009-02-27 12:57:44 +00:00
Sylvain Pion 6273f199f6 Use \ccSum. 2009-02-02 17:17:28 +00:00
Sylvain Pion cb6075eb8c Remove svn:executable property on other files 2009-01-03 13:53:54 +00:00
Pierre Alliez 03d17761ff PCA: remove demo from submit 2008-12-18 16:53:11 +00:00
Laurent Rineau 157eba63cf \ccPkgDemo now predend "demo/3.4/" to its argument. 2008-12-10 14:16:12 +00:00
Pierre Alliez a75c5a88b9 PCA: update doc and description 2008-12-09 17:06:34 +00:00
Andreas Fabri 82ad7b42f3 fix typo 2008-12-08 17:13:46 +00:00
Pierre Alliez 587fcabfa5 PCA: removed unnecessary assertion 2008-12-08 16:09:09 +00:00
Pierre Alliez 163076bb46 PCA: update 3D example. 2008-12-08 16:04:59 +00:00
Andreas Fabri 875c6eb7f3 Change demo text 2008-12-05 14:40:31 +00:00
Pierre Alliez ff544f4ec9 PCA: update examples and doc. 2008-12-05 08:30:01 +00:00
Pierre Alliez 56a0e1193f reduce the number of examples so as to match the doc.
exhaustive examples are in the test.
2008-12-02 15:41:13 +00:00
Pierre Alliez 0e63b90ab6 update on examples. 2008-12-02 15:34:24 +00:00
Pierre Alliez 7d5e6b119c back to only points for bounding box 2008-12-02 15:19:30 +00:00
Pierre Alliez e0ac9c98ae PCA: fix quibbles in doc 2008-12-02 15:11:45 +00:00
Pierre Alliez 72195c2d09 PCA: update examples 2008-12-02 09:46:32 +00:00
Pierre Alliez c018f1575e PCA: fix bug in doc 2008-12-02 08:49:52 +00:00
Andreas Fabri f780e2cff4 Removed one '}' too much + reformatting 2008-12-01 17:00:48 +00:00
Pierre Alliez ad8910f398 PCA: correct formulas 2008-12-01 09:28:51 +00:00
Pierre Alliez 4c24829f38 PCA: correct latex compilation bug in introdution 2008-12-01 08:42:29 +00:00
Pierre Alliez 86947e5757 PCA: one global pass on the documentation. 2008-11-30 21:15:59 +00:00
Pierre Alliez 8867461839 PCA: more on reference manual 2008-11-30 18:34:26 +00:00
Pierre Alliez 1e149165f3 PCA: update examples 2008-11-30 17:52:36 +00:00
Pierre Alliez f93b9ba3ad PCA: update doc examples 2008-11-30 16:32:34 +00:00
Pierre Alliez 840699cbc7 update package description 2008-11-30 15:59:18 +00:00
Pierre Alliez 27add5e5d1 PCA: update def 2008-11-30 15:55:44 +00:00
Pierre Alliez abad929800 update definition of PCA 2008-11-30 15:51:40 +00:00
Pierre Alliez d9ae750143 PCA: more on introduction 2008-11-30 15:37:04 +00:00
Pierre Alliez b83c6bd02a PCA: definitions 2008-11-30 15:20:38 +00:00
Pierre Alliez 21a70c11c5 PCA: fix on doc 2008-11-28 15:49:51 +00:00
Pierre Alliez 1ec93cf58b PCA: documentation (intro + centroid) 2008-11-28 13:26:12 +00:00
Pierre Alliez c0f31f8cc8 PCA: update package description 2008-11-28 12:43:37 +00:00
Pierre Alliez 6ac73e9db2 PCA package description 2008-11-28 12:32:39 +00:00
Andreas Fabri dc58da142f Add demo link 2008-11-26 16:18:40 +00:00
Laurent Rineau ec9f2e29e5 Update citations (s/07/08/).
Let us hope that CGAL-3.4 will be release before 2009!
2008-11-20 22:19:28 +00:00
Laurent Rineau c1e2800cb3 demo/PCA no longer has a demo. That has been merged in the Polygon demo. 2008-10-30 10:47:01 +00:00
Laurent Rineau f10a590672 Mass-remove vcproj files. 2008-10-21 09:21:22 +00:00
Andreas Fabri dd34bbb8f4 get rid of some warnings 2008-10-18 14:30:08 +00:00
Andreas Fabri 90edaad0d0 PCA demo is now part of the Polygon demo 2008-10-17 13:48:16 +00:00
Sylvain Pion 4aa1cb057a Remove my email adress from header files. 2008-10-11 20:21:08 +00:00
Laurent Rineau a9f67f82b5 4th pass to remove CGAL_USE_QT: remove "#ifdef CGAL_USE_QT"/"#endif" 2008-09-09 21:53:57 +00:00
Laurent Rineau a302cff5c8 Second pass to remove CGAL_USE_QT: remove "#ifndef CGAL_USE_QT"/"#else"/"#endif // CGAL_USE_QT" 2008-09-09 21:42:42 +00:00
Pierre Alliez b776de3a13 doc PCA: one attempt to fix compilation issues 2008-09-03 08:06:26 +00:00
Pierre Alliez d90d04cdae PCA: one attempt to fix the doc compilation issue 2008-09-01 14:05:43 +00:00
Sylvain Pion c24c588aa5 Include <CGAL/algorithm.h> instead of <CGAL/copy_n.h>. 2008-08-12 12:58:18 +00:00
Sylvain Pion dc3bf72707 Remove changes.txt files. 2008-07-24 17:47:16 +00:00
Fernando Cacciola f93437ca22 Removed *unmodified* auto-generated CMakeLists.txt (now created by create_internal_release) 2008-05-05 14:01:55 +00:00
Pierre Alliez d037064719 PCA: add one more test
Reconstruction: attempt to suppress a warning
2008-04-30 19:30:14 +00:00
Pierre Alliez 6fa7586137 Reconstruction: added a menu smoothing (still empty) 2008-04-22 15:11:23 +00:00
Pierre Alliez 282f4e8730 PCA: fix capitalization 2008-04-18 10:09:45 +00:00
Sylvain Pion 2f4e459d75 Some updates to the things that moved to the CGAL::Access namespace. 2008-04-17 21:04:05 +00:00
Sylvain Pion 39dc525fa0 updates to uses of Iso_box 2008-04-17 20:53:36 +00:00
Sylvain Pion 55d538b335 "Ambient" is not spelled "Ambiant" in English... 2008-04-17 10:13:31 +00:00
Sylvain Pion ddb28c5e79 Missing includes. 2008-04-15 17:44:53 +00:00
Sylvain Pion 07e470978e We have 4 overloads of centroid() now working:
centroid(begin, end)
centroid(begin, end, dim_tag)
centroid(begin, end, kernel)
centroid(begin, end, kernel, dim_tag)
2008-04-15 15:58:11 +00:00
Sylvain Pion 4477a9d986 Updates after the new d-dim stuff changes. 2008-04-15 13:53:58 +00:00
Sylvain Pion 2389cdcc1e Dimension detecting stuff rewrite.
There is now Ambiant_dimension and Feature_dimension.
The handling of the dynamic dimension case is now done by having
the di,ension tag as the first thing provided, with the integral
constant value available only when it makes sense (INT_MAX no longer needed).
2008-04-13 12:38:48 +00:00
Sylvain Pion 02e543a294 Add Dimension<T, K> whose nested "value" is the dimension of the ambiant
space.  A special constant CGAL::Dynamic_dimension (equal to INT_MAX)
indicates the case where the dimension is only known at run time.
2008-04-11 21:03:22 +00:00
Sylvain Pion 73738c8a19 Replace PCA_dimension_0_tag and similar by the kernel's Dimension_tag<dim>. 2008-04-11 19:41:37 +00:00
Sylvain Pion 680971bbef Typo centriod -> centroid. 2008-04-11 13:37:47 +00:00
Pierre Alliez 73365ae5d3 PCA: fixed pow -> std::pow 2008-03-28 08:52:23 +00:00
Pierre Alliez 5b054ca47b PCA: cleanup the doc 2008-03-26 14:30:26 +00:00
Pierre Alliez f8a3c907e7 PCA: cleanup the doc 2008-03-26 14:28:53 +00:00
Andreas Meyer 20315de571 * replaced CGAL_test_assert with ::assert, instead of CGAL_assertion
* removed include/Testsuite/assert.h
2008-03-19 13:45:36 +00:00
Laurent Rineau 4d9cf53ed4 Fix the errors
"linear_least_squares_fitting_points_2.cpp", line 42: Error: The function "exit" must have a prototype.
  "linear_least_squares_fitting_points_3.cpp", line 105: Error: The function "exit" must have a prototype.
  "linear_least_squares_fitting_points_3.cpp", line 74: Error: The function "exit" must have a prototype.
  "linear_least_squares_fitting_points_3.cpp", line 80: Error: The function "rand" must have a prototype.
  "linear_least_squares_fitting_points_3.cpp", line 81: Error: The function "rand" must have a prototype.
  "linear_least_squares_fitting_rectangles_2.cpp", line 131: Error: The function "exit" must have a prototype.
  "linear_least_squares_fitting_rectangles_2.cpp", line 48: Error: The function "exit" must have a prototype.
  "linear_least_squares_fitting_rectangles_2.cpp", line 90: Error: The function "exit" must have a prototype.
  "linear_least_squares_fitting_segments_2.cpp", line 101: Error: The function "exit" must have a prototype.
  "linear_least_squares_fitting_segments_2.cpp", line 143: Error: The function "exit" must have a prototype.
  "linear_least_squares_fitting_segments_2.cpp", line 192: Error: The function "exit" must have a prototype.
  "linear_least_squares_fitting_segments_2.cpp", line 45: Error: The function "exit" must have a prototype.
  "linear_least_squares_fitting_segments_2.cpp", line 72: Error: The function "exit" must have a prototype.
  "linear_least_squares_fitting_tetrahedra_3.cpp", line 17: Error: The function "rand" must have a prototype.
  "linear_least_squares_fitting_triangles_2.cpp", line 57: Error: The function "exit" must have a prototype.
  "linear_least_squares_fitting_triangles_2.cpp", line 99: Error: The function "exit" must have a prototype.
  "linear_least_squares_fitting_triangles_3.cpp", line 16: Error: The function "rand" must have a prototype.
detected by Sun CC.
2008-03-11 11:56:05 +00:00
Fernando Cacciola b704509dcf Examples/Demos/Test CMake scripts updated 2008-03-05 21:14:02 +00:00
Pierre Alliez 95f32e8851 PCA: removed one warning 2008-02-18 20:08:19 +00:00
Pierre Alliez 95755d2992 PCA: tried fixing a compilation error of the test suite 2008-02-15 12:06:57 +00:00
Fernando Cacciola a659cd852a Added project() and conditional test for CGAL_DIR 2008-02-14 15:42:36 +00:00
Pierre Alliez f3c10f6817 PCA: fix spelling issues 2008-02-12 10:30:52 +00:00
Pierre Alliez 7daaaebc06 PCA: two kernel test for 2D point sets 2008-02-11 11:44:08 +00:00
Pierre Alliez c56158d568 PCA: removed some warnings (used level 4 on MS .NET)
I think some will remain due to other parts of CGAL
Next step will be to parameterize the test suite with several Kernels
2008-02-11 11:36:43 +00:00
Fernando Cacciola 14043c43a0 Replaced CGALROOT by CGAL_DIR (the latters is used by CMake automatically) 2008-02-08 17:47:21 +00:00
Pierre Alliez 0e7254aa26 PCA: another attempt at removing a bug in cuboids 2008-02-07 08:20:24 +00:00
Pierre Alliez f8ed9cdfa6 PCA: tried fixing a bug for cuboids_3
started fixing some issues with various kernels (well, at least float and double Cartesian to start with)
2008-02-06 20:35:10 +00:00
Fernando Cacciola afddfc4fca CMake scripts for demos/examples/test added 2008-02-06 19:06:24 +00:00
Pierre Alliez fcf1551ba9 PCA: removed some warnings for the test suite. 2008-02-04 06:26:58 +00:00
Sylvain Pion 0ab13872cc remove undesired typename 2008-01-25 21:30:33 +00:00
Pierre Alliez 013183aeef PCA: Corrected one bug for cuboids (dimension 0 tag)
removed a default tag
2008-01-21 21:53:21 +00:00
Pierre Alliez 11474e52d7 PCA: fix examples 2008-01-21 20:25:53 +00:00
Pierre Alliez 049d70ad6f PCA: cleanup examples and little fix 2008-01-19 19:57:18 +00:00
Pierre Alliez ee73b39faf PCA: a bit of cleanup of the test suite. I think little numerical inaccuracies when I fit a segment split into little ones is understandable. 2008-01-18 21:38:53 +00:00
Sylvain Pion 50ed4bb632 Use <cstdlib> and <cstdio> consistently instead of <stdio.h> and <stdlib.h>. 2008-01-18 20:33:57 +00:00
Pierre Alliez 55649f94c3 PCA: fix demo and list of changes 2008-01-18 09:15:41 +00:00
Pierre Alliez 68a98177ce PCA: update demos + test 2008-01-18 09:08:53 +00:00
Pierre Alliez ee9d4197c8 PCA: examples now compile fine one Windows 2008-01-18 08:45:15 +00:00
Pierre Alliez e5e1d0b470 PCA: started improving the examples 2008-01-17 13:58:53 +00:00
Pierre Alliez dd79ec1fdf PCA: the test suit works fine on Windows 2008-01-17 13:55:43 +00:00
Pierre Alliez bb5f479966 PCA: fix compilation issues due to dimension tags
improve test suite in 3D
2008-01-17 13:20:42 +00:00
Pierre Alliez b520894305 PCA: PCA: rename test files 2008-01-17 12:10:15 +00:00
Pierre Alliez ec3bff8e15 PCA: renamed project files 2008-01-17 12:09:30 +00:00
Pierre Alliez 5814f52c02 PCA: rename test files 2008-01-17 12:07:58 +00:00
Laurent Saboret 7e712f612b Added VC++ 7.1 .sln and .vcproj makefiles for examples/ and test/ (generated by C2vcproj) 2008-01-17 09:25:03 +00:00
Pierre Alliez d88923b47c PCA: renamed example file for tetrahedra
started cleaning up the examples codes
2008-01-16 20:28:47 +00:00
Pierre Alliez e02cb6172a PCA: simplified interface in 3D 2008-01-16 16:41:58 +00:00
Sylvain Pion a46b55bf71 The files "changes.txt", "description.txt", "long_description.txt" and "maintainer"
are now under /trunk/$Package/package_info/$Package/ .
2007-12-02 15:06:42 +00:00
Pierre Alliez 60a8f120e3 replaced util.h by PCA_util.h in two files 2007-11-12 10:19:11 +00:00
Pierre Alliez 6074092936 PCA: I am trying to allow specifying a default tag. 2007-11-10 15:57:16 +00:00
Andreas Meyer 6623d525eb * replaced assert in */test/*/*.{cpp,h} with CGAL_test_assertion
* replaced #include <assert.h> with the according CGAL/Testsuite/assert.h
2007-11-07 21:35:42 +00:00
Andreas Meyer fdeedcf8b0 some low level code cleanup. renamed
* CGAL_error to CGAL_error_msg
* introduced a macro CGAL_error()
* added some words about CGAL_error to the developers manual
* renamed most of assert(x) into CGAL_assertion(x)
* renamed exit(x) with x != 0 , CGAL_assertion(false) and assert(false) into CGAL_error
* CORE left untouched, OpenNL changed
2007-11-07 16:51:18 +00:00
Pierre Alliez d1925200a0 PCA: massaging of the templates in order to provide default tag - does not compile yet. 2007-11-07 13:07:02 +00:00
Pierre Alliez 189e9469df renamed one file in PCA (tetrahedra) 2007-11-06 21:17:50 +00:00
Pierre Alliez 3b9168d8ab started cleaning up PCA on arbitrary objects - I need to work a few more hours before the next release. 2007-11-06 21:14:40 +00:00
Pierre Alliez dfa96693e4 added a larger teaser image when the user clicks 2007-09-25 10:49:16 +00:00
Pierre Alliez d13177d7c3 update teaser and text of package description 2007-09-25 09:58:44 +00:00
Pierre Alliez fafd4f48f6 fix demo fitting in 2D (was pointing to demo instead of example) 2007-09-25 09:49:15 +00:00
Ankit Gupta 0c408aeee2 Final Changes to PCA Package; Updated Test Suite!
A    Principal_component_analysis/test/Principal_component_analysis/linear_least_squares_fitting_circles_2.cpp
A    Principal_component_analysis/test/Principal_component_analysis/linear_least_squares_fitting_cuboids_3.cpp
A    Principal_component_analysis/test/Principal_component_analysis/linear_least_squares_fitting_triangles_3.cpp
A    Principal_component_analysis/test/Principal_component_analysis/linear_least_squares_fitting_spheres_3.cpp
A    Principal_component_analysis/test/Principal_component_analysis/fitting_segments_3.cpp
M    Principal_component_analysis/test/Principal_component_analysis/fitting_rectangles_2.cpp
A    Principal_component_analysis/test/Principal_component_analysis/linear_least_squares_fitting_tetrahedrons_3.cpp
A    Principal_component_analysis/test/Principal_component_analysis/fitting_triangles_2.cpp
M    Principal_component_analysis/include/CGAL/linear_least_squares_fitting_tetrahedrons_3.h
M    Principal_component_analysis/include/CGAL/linear_least_squares_fitting_spheres_3.h
M    Principal_component_analysis/include/CGAL/centroid.h
M    Principal_component_analysis/include/CGAL/linear_least_squares_fitting_2.h
M    Principal_component_analysis/include/CGAL/linear_least_squares_fitting_3.h
M    Principal_component_analysis/include/CGAL/util.h
M    Principal_component_analysis/include/CGAL/linear_least_squares_fitting_circles_2.h
M    Principal_component_analysis/include/CGAL/linear_least_squares_fitting_segments_3.h
M    Principal_component_analysis/include/CGAL/linear_least_squares_fitting_triangles_2.h
M    Principal_component_analysis/include/CGAL/linear_least_squares_fitting_triangles_3.h
M    Principal_component_analysis/include/CGAL/linear_least_squares_fitting_cuboids_3.h
M    Principal_component_analysis/examples/Principal_component_analysis/linear_least_squares_fitting_spheres_3.cpp
2007-07-25 12:46:19 +00:00
Ankit Gupta 0817470af1 Deleted unimportant file
D    Principal_component_analysis/linear_least_squares_fitting_ankit.cpp
2007-07-24 13:48:54 +00:00
Ankit Gupta ded4e49d31 Updated examples for the PCA package
M    Principal_component_analysis/linear_least_squares_fitting_spheres_3.cpp
M    Principal_component_analysis/linear_least_squares_fitting_points_2.cpp
M    Principal_component_analysis/linear_least_squares_fitting_points_3.cpp
M    Principal_component_analysis/linear_least_squares_fitting_circles_2.cpp
M    Principal_component_analysis/linear_least_squares_fitting_segments_2.cpp
M    Principal_component_analysis/linear_least_squares_fitting_segments_3.cpp
M    Principal_component_analysis/linear_least_squares_fitting_rectangles_2.cpp
M    Principal_component_analysis/linear_least_squares_fitting_triangles_2.cpp
M    Principal_component_analysis/linear_least_squares_fitting_triangles_3.cpp
M    Principal_component_analysis/linear_least_squares_fitting_cuboids_3.cpp
M    Principal_component_analysis/linear_least_squares_fitting_tetrahedrons_3.cpp
2007-07-23 17:48:06 +00:00
Ankit Gupta 0707255797 Updated documentation
M    Principal_component_analysis/main.tex
M    Principal_component_analysis/PkgDescription.tex
M    Principal_component_analysis/intro.tex
2007-07-02 11:27:23 +00:00
Ankit Gupta c4ae5ea265 Updated documentation 2007-06-27 16:04:25 +00:00
Ankit Gupta 5f829c9e3a Updated Documentation
M    Principal_component_analysis_ref/main.tex
M    Principal_component_analysis_ref/centroid.tex
M    Principal_component_analysis_ref/linear_least_squares_fitting_2.tex
A    Principal_component_analysis_ref/tag_0.tex
M    Principal_component_analysis_ref/intro.tex
M    Principal_component_analysis_ref/linear_least_squares_fitting_3.tex
A    Principal_component_analysis_ref/tag_1.tex
A    Principal_component_analysis_ref/tag_2.tex
A    Principal_component_analysis_ref/tag_3.tex
2007-06-27 15:53:26 +00:00
Fernando Cacciola 88111fcf70 VS project files merged back 2007-06-06 15:35:17 +00:00
Ankit Gupta 2aa37cfc1b M Principal_component_analysis/include/CGAL/centroid.h
M    Principal_component_analysis/include/CGAL/linear_least_squares_fitting_segments_2.h
M    Principal_component_analysis/demo/Principal_component_analysis/linear_least_squares_fitting.cpp

Made modifications to remove compilation errors.
2007-06-06 12:38:23 +00:00
Ankit Gupta 6d4b1ece28 update in test case 2007-06-05 12:55:11 +00:00
Ankit Gupta a0829ddc8b changes to test suite 2007-06-05 11:23:59 +00:00
Andreas Fabri dd7c9e7069 Added 2007-06-04 13:53:46 +00:00
Ankit Gupta 9584e4e0af Added PCA for 3d. Also added tags for dimensions 0,1,2 and 3.
A    Principal_component_analysis/include/CGAL/linear_least_squares_fitting_tetrahedrons_3.h
A    Principal_component_analysis/include/CGAL/linear_least_squares_fitting_spheres_3.h
M    Principal_component_analysis/include/CGAL/linear_least_squares_fitting_points_2.h
M    Principal_component_analysis/include/CGAL/centroid.h
A    Principal_component_analysis/include/CGAL/linear_least_squares_fitting_points_3.h
M    Principal_component_analysis/include/CGAL/linear_least_squares_fitting_2.h
M    Principal_component_analysis/include/CGAL/linear_least_squares_fitting_3.h
M    Principal_component_analysis/include/CGAL/util.h
M    Principal_component_analysis/include/CGAL/linear_least_squares_fitting_circles_2.h
M    Principal_component_analysis/include/CGAL/linear_least_squares_fitting_segments_2.h
A    Principal_component_analysis/include/CGAL/linear_least_squares_fitting_segments_3.h
M    Principal_component_analysis/include/CGAL/linear_least_squares_fitting_rectangles_2.h
A    Principal_component_analysis/include/CGAL/PCA_tags.h
M    Principal_component_analysis/include/CGAL/linear_least_squares_fitting_triangles_2.h
A    Principal_component_analysis/include/CGAL/linear_least_squares_fitting_triangles_3.h
A    Principal_component_analysis/include/CGAL/linear_least_squares_fitting_cuboids_3.h
D    Principal_component_analysis/examples/Principal_component_analysis/linear_least_squares_fitting_segments.cpp
D    Principal_component_analysis/examples/Principal_component_analysis/linear_least_squares_fitting_rectangles.cpp
D    Principal_component_analysis/examples/Principal_component_analysis/linear_least_squares_fitting_triangles.cpp
A    Principal_component_analysis/examples/Principal_component_analysis/linear_least_squares_fitting_spheres_3.cpp
A    Principal_component_analysis/examples/Principal_component_analysis/linear_least_squares_fitting_points_2.cpp
M    Principal_component_analysis/examples/Principal_component_analysis/centroid.cpp
A    Principal_component_analysis/examples/Principal_component_analysis/linear_least_squares_fitting_points_3.cpp
A    Principal_component_analysis/examples/Principal_component_analysis/linear_least_squares_fitting_circles_2.cpp
A    Principal_component_analysis/examples/Principal_component_analysis/linear_least_squares_fitting_ankit.cpp
A    Principal_component_analysis/examples/Principal_component_analysis/linear_least_squares_fitting_segments_2.cpp
A    Principal_component_analysis/examples/Principal_component_analysis/linear_least_squares_fitting_segments_3.cpp
A    Principal_component_analysis/examples/Principal_component_analysis/linear_least_squares_fitting_rectangles_2.cpp
A    Principal_component_analysis/examples/Principal_component_analysis/linear_least_squares_fitting_triangles_2.cpp
A    Principal_component_analysis/examples/Principal_component_analysis/linear_least_squares_fitting_cuboids_3.cpp
A    Principal_component_analysis/examples/Principal_component_analysis/linear_least_squares_fitting_triangles_3.cpp
D    Principal_component_analysis/examples/Principal_component_analysis/linear_least_squares_fitting.cpp
D    Principal_component_analysis/examples/Principal_component_analysis/linear_least_squares_fitting_circles.cpp
A    Principal_component_analysis/examples/Principal_component_analysis/linear_least_squares_fitting_tetrahedrons_3.cpp
2007-05-30 10:07:56 +00:00
Pierre Alliez 212b8fd439 added few models for the demo 2007-05-23 15:23:27 +00:00
Ankit Gupta c391964ea7 test cases 2007-05-21 09:58:06 +00:00
Ankit Gupta 0606474ec1 Minor changes + test cases 2007-05-21 09:56:44 +00:00
Ankit Gupta 3227f23c44 Updated Documentation + Minor Changes 2007-05-15 17:17:53 +00:00
Ankit Gupta 6ac54fe521 Added PCA for rectangles and example 2007-05-15 13:49:45 +00:00
Ankit Gupta 17c08b6f43 Fixed eigen_2.h 2007-05-15 13:23:15 +00:00
Ankit Gupta f387436d7a Adding a few more files 2007-05-15 10:11:40 +00:00
Ankit Gupta 56053b5ecf Added PCA for circles and an example for it. Also modified the linear least squares fitting function by adding an optional boolean argument to specify whether we want a non-standard-geometry or not. eg: disk or circle etc. 2007-05-15 10:09:30 +00:00
Ankit Gupta eae6cef440 A Principal_component_analysis/include/CGAL/util.h 2007-05-14 13:31:40 +00:00
Ankit Gupta b8088b9574 M Principal_component_analysis/include/CGAL/linear_least_squares_fitting_2.h
M    Principal_component_analysis/include/CGAL/linear_least_squares_fitting_segments_2.h
M    Principal_component_analysis/include/CGAL/linear_least_squares_fitting_triangles_2.h
M    Principal_component_analysis/include/CGAL/centroid.h
M    Principal_component_analysis/examples/Principal_component_analysis/linear_least_squares_fitting_segments.cpp
M    Principal_component_analysis/examples/Principal_component_analysis/linear_least_squares_fitting_triangles.cpp
M    Principal_component_analysis/examples/Principal_component_analysis/linear_least_squares_fitting.cpp
2007-05-14 13:30:26 +00:00
Pierre Alliez cc674499b0 doc update 2007-05-14 12:34:25 +00:00
Pierre Alliez 28287a8d19 massaging 2007-05-14 12:18:58 +00:00
Pierre Alliez 805937a752 renamed a few files 2007-05-14 11:47:14 +00:00
Pierre Alliez 6f4b6ccd53 notation issues 2007-05-14 11:46:09 +00:00
Ankit Gupta 3f4e168e08 A Principal_component_analysis/linear_least_squares_fitting_segments.cpp
A    Principal_component_analysis/linear_least_squares_fitting_triangles.cpp
2007-05-14 08:27:58 +00:00
Ankit Gupta 6cd1a670f8 A CGAL/linear_least_squares_fitting_circles.h 2007-05-14 08:27:12 +00:00
Ankit Gupta 92ad068512 Why i did this silly change 2007-05-14 08:24:35 +00:00
Andreas Fabri 18495d73d2 add demo 2007-05-04 14:17:27 +00:00
Andreas Meyer c1e9765ff4 manual fix: moved labels inside sectioning command 2007-04-18 14:20:12 +00:00
Sylvain Pion 33870c52d7 Spell check. 2007-04-17 16:04:28 +00:00
Andreas Fabri 43539d4b76 subsection -> section 2007-04-13 20:07:17 +00:00
Andreas Fabri ea71b8eaa1 .C ->.cpp and autolinking 2007-04-11 13:59:20 +00:00
Sylvain Pion 0e27d02b4c Add missing SVN keywords. 2007-04-03 15:15:30 +00:00
Andreas Meyer 41169fc270 * updated howtocite bibkeys for upcoming 3.3 release
* typo fixes/cosmetic changes
2007-03-29 17:40:13 +00:00
Andreas Fabri 9844a684df Added illustration 2007-03-19 19:22:47 +00:00
Andreas Fabri 7492200973 Added illustration 2007-03-19 17:02:32 +00:00
Andreas Fabri d8183fce31 help SunPro 2007-03-19 11:25:48 +00:00
Andreas Fabri 85319cd807 removed unused parameters 2007-03-17 09:15:02 +00:00
Andreas Fabri 7451656a2d remove unused parameter 2007-03-16 10:32:04 +00:00
Joachim Reichel d08f6bea45 replace obsolete variable CGAL_QT_LDFLAGS by CGAL_LDFLAGS 2007-03-11 09:54:17 +00:00
Sylvain Pion b2630cd7e1 Apply trailing whites-spaces and leadgin+trailing empty-lines cleanups
to demo/**/*.h and .cpp.
2007-03-10 16:55:12 +00:00
Sylvain Pion e2a9804db5 rename .C to .cpp and remove makefile, same as generated 2007-01-27 21:11:36 +00:00
Sylvain Pion 29d13841fb Uniformize the format. Add some missing/updates. 2006-12-17 11:58:21 +00:00
Andreas Fabri d3132b1fe6 changed .C to .cpp in examples 2006-07-09 19:39:06 +00:00
Sylvain Pion 5f8d18ffd4 Uniformize '# CGAL_MAKEFILE' line. 2006-05-20 07:52:02 +00:00
Sylvain Pion 1964c101b4 Remove useless/buggy indexing commands. 2006-05-16 22:46:37 +00:00
Andreas Meyer 0e3d6b8143 manual bugfix (ccHowToCiteCgal) 2006-05-04 12:28:44 +00:00
Laurent Saboret e42659d1a4 Fixed svn:executable, svn:keywords and svn:eol-style properties of the whole trunk 2006-05-04 09:15:26 +00:00
Andreas Meyer dc3ce8747e \ccHowToCite --> \ccHowToCiteCgal 2006-05-03 11:24:03 +00:00
Andreas Fabri 4530af2ce7 Added ccHowTocite 2006-05-02 20:21:31 +00:00
Andreas Meyer 09d2cb06c5 replaced
\ccPkgMaturity{Introduced in \cgal\ 
by 
\ccPkgIntroducedInCGAL{
2006-04-26 16:40:25 +00:00
Andreas Fabri f1ee95b8b4 upgrade to VC7.3 and fixes 2006-04-25 21:38:06 +00:00
Sylvain Pion 94b968bce9 Add missing ccIndexMainItemEnd to kill manual warnings. 2006-04-22 20:49:30 +00:00
Andreas Fabri a56ee0d03a Added \label to PackageDescription 2006-04-21 09:43:12 +00:00
Laurent Saboret 87d65f75e3 Fixed svn properties of ASCII files (as defined by Maintenance/svn_client/config) 2006-04-18 12:42:52 +00:00
Andreas Fabri c56eb5a398 Shortened PkgDescription 2006-04-11 20:45:11 +00:00
Pierre Alliez d24e9ee884 removed a warning in examples 2006-04-07 12:46:19 +00:00
Andreas Meyer 5b5a60cecf rewritten the whole manual
ok. seriously:

renamed \chapter into \ccUserChapter and \ccRefChapter
2006-04-06 17:03:37 +00:00
Andreas Fabri 43a8257fbe Added license information 2006-04-06 15:17:24 +00:00
Andreas Fabri 54c37c5329 cleanup of \sections 2006-04-05 14:49:52 +00:00
Pierre Alliez 03eeb9c6e7 Andreas: thanks for the QT demo!
I removed a little warning in it.
2006-04-04 15:14:21 +00:00
Andreas Fabri e8f3019669 Added package description 2006-03-30 15:29:09 +00:00
Andreas Fabri e717e10966 Added superfluouos #include and Ctrl-M cleanup 2006-03-29 14:23:24 +00:00
Andreas Fabri c1c0b1906e Added the demo 2006-03-29 08:21:25 +00:00
Pierre Alliez 92bf6d552d removed command-line demo folder 2006-03-20 08:51:30 +00:00
Pierre Alliez 5fa845d9be moved definitions to user manual 2006-03-17 20:50:52 +00:00
Pierre Alliez 04826e29aa tests performed for points on a line in 2D
Doc: added definitions, did many fixes.
IMPORTANT: sylvain: double-check the definitions, and precise the dimension and types available for each of your function.

important change: I suggest to rename the function bounding_box to axis_aligned_bounding_box (min case later you will hack on the general one).
2006-03-16 22:52:57 +00:00
Joachim Reichel f582718758 rename create_makefile to cgal_create_makefile to avoid name clashes,
adjust all occurences of create_makefile and create\_makefile in the entire
repository (well, trunk only)
2006-03-15 22:10:02 +00:00
Pierre Alliez 5af27d0125 fixed eigen_2 directly (all symmetric positive definite matrices have in theorie real and positive eigenvalues). 2006-03-14 21:06:22 +00:00
Pierre Alliez 4eb5dbd763 fixed a case where an eigen value is negative due to numerical issues (floating point numbers are terrible). 2006-03-14 19:08:47 +00:00
Pierre Alliez 81fa875dc9 few fixes 2006-03-11 22:08:34 +00:00
Marc Glisse 288bcac51b Replace "2" by "2." to help sunpro's old stl. 2006-03-11 20:32:31 +00:00
Pierre Alliez ef3e11ff61 adjusted figure size 2006-03-10 18:17:33 +00:00
Pierre Alliez 784bd27967 added figure 2006-03-10 18:16:03 +00:00
Pierre Alliez c26f45af30 added figure 2006-03-10 18:07:29 +00:00
Pierre Alliez 05aeda71c4 added figure 2006-03-10 18:06:02 +00:00
Pierre Alliez fac74ada59 fixes on the doc 2006-03-10 17:45:13 +00:00
Pierre Alliez c0d925a6ba update test suite 3D 2006-03-02 15:36:01 +00:00
Pierre Alliez 24c8aa272b update test suite 3D 2006-03-02 15:32:26 +00:00
Pierre Alliez 01fb911f18 update test suite 3D 2006-03-02 15:28:24 +00:00
Pierre Alliez d0c67b7b1f upupate test suite 3D 2006-03-02 15:25:52 +00:00
Pierre Alliez 19b3d37010 upate test suite 3D 2006-03-02 15:25:07 +00:00
Pierre Alliez 6f584aeb11 update teste suite 3D 2006-03-02 15:23:13 +00:00
Pierre Alliez d2fd408431 update test 3d 2006-03-02 13:02:42 +00:00
Pierre Alliez 668469357e forgot to add the 3D file 2006-03-02 12:50:28 +00:00
Pierre Alliez 29b8377106 started test suite about 3D fitting 2006-03-02 12:49:59 +00:00
Pierre Alliez b0d6047e0a update kernel 2006-03-02 12:35:51 +00:00
Pierre Alliez 7f18a55a3e added one more kernel for testing 2006-03-02 12:31:38 +00:00
Pierre Alliez dc76a09bed fixed 2D test suite (compiles and runs on Linux) 2006-03-02 10:50:34 +00:00
Pierre Alliez c3cdf194b5 updated test suite in 2D 2006-03-02 10:47:02 +00:00
Pierre Alliez d9870f2063 fixed eigen_2 (special case correctly handled) 2006-03-02 10:44:47 +00:00
Pierre Alliez a95003cc56 updated test suite in 2D 2006-03-02 09:42:27 +00:00
Pierre Alliez b6273ed8cb hacking on test suite in 2D 2006-03-02 08:50:01 +00:00
Pierre Alliez 92495d9c32 update makefile test suite 2006-03-01 16:55:13 +00:00
Pierre Alliez 1e5f1fb923 test svn under Linux 2006-03-01 16:52:31 +00:00
Pierre Alliez a4d4c308dd cleanup on 2D line fitting 2006-03-01 16:32:51 +00:00
Pierre Alliez f372825760 a bit of cleanup on linear fitting 2006-03-01 16:30:01 +00:00
Pierre Alliez f6f35c423e I factorized some functions to assemble the covariance matrix and fitting plane or line (those are internal functions) 2006-03-01 16:16:13 +00:00
Pierre Alliez 0af74ffa22 update doc linear fit 3D 2006-03-01 14:40:28 +00:00
Pierre Alliez a9f83af10e added makefile in command-line demo/Principal_component_analysis/command-line/makefile 2006-03-01 11:16:37 +00:00
Marc Glisse d9231f052b Missing std:: 2006-02-28 13:31:39 +00:00
Pierre Alliez d62acdca27 checked Andrea's remark about \chapter in doc 2006-02-28 09:45:11 +00:00
Pierre Alliez 1e943748fc update fitting plane 2006-02-28 09:40:57 +00:00
Laurent Saboret db6a8f948c Change CVS keywords to SVN style 2006-02-16 14:30:13 +00:00
Pierre Alliez 71cd92b1e6 update example of line fitting 2006-02-15 15:26:04 +00:00
Pierre Alliez 54416d4f05 update doc 2006-02-15 15:10:16 +00:00
Sylvain Pion fbf351c8a6 remove clash between 2 templates 2006-02-15 15:03:24 +00:00
Sylvain Pion 7fc6667c07 Rename to PCA 2006-02-15 14:52:01 +00:00
Sylvain Pion 1d5d1f2b08 - Rename 2006-02-15 14:50:18 +00:00
Pierre Alliez a38673cfa2 Renamed remotely 2006-02-15 14:42:55 +00:00