Commit Graph

64161 Commits

Author SHA1 Message Date
Simon Giraudot 6c77cc817a Propagating change of eigen API in Bounding_volumes package 2015-08-26 11:55:04 +02:00
Simon Giraudot 792f6bd203 Clean old eigen.h API 2015-08-26 11:29:52 +02:00
Simon Giraudot 1328261e60 Propagating change of API from eigen_symmetric to new Internal_vcm_traits to PCA 3D functions. 2015-08-26 11:21:53 +02:00
Simon Giraudot 7ed34cd138 Propagating change of API from eigen_symmetric to new Internal_vcm_traits to PCA 2D functions. 2015-08-25 17:33:24 +02:00
Simon Giraudot 4737c1169b Replace template name "degree" by "dim" 2015-08-25 16:16:09 +02:00
Simon Giraudot f03b00ec55 Update doc with VCM trait classes 2015-08-25 16:14:32 +02:00
Simon Giraudot 02c9847518 Add unsigned int template to VCM_traits so that matrices of dimension other than 3 can be diagonalized 2015-08-25 15:12:44 +02:00
Simon Giraudot 700684f0ff New file Internal_vcm_traits.h (aim at replacing eigen.h in PCA package) 2015-08-25 11:55:27 +02:00
Simon Giraudot f04eeea969 Sparse solver example: removed unused variable 2015-08-25 11:18:04 +02:00
Simon Giraudot b1151e6f04 New example for sparse solvers 2015-08-24 16:12:51 +02:00
Simon Giraudot edd823d2fd Example of eigendecomposition 2015-08-21 14:55:48 +02:00
Simon Giraudot 45cd7b58bb Fixed bad move of VCMTraits.h 2015-08-21 14:16:17 +02:00
Simon Giraudot 99eb0e1041 Started working on examples 2015-08-21 12:31:53 +02:00
Simon Giraudot 075c29c3fa New file to document Eigen_vcm_traits 2015-08-21 09:41:57 +02:00
Simon Giraudot 9dccbee9ed Move VCMtraits to Solver package 2015-08-21 09:36:59 +02:00
Simon Giraudot a3bcd62a42 Make Eigen_vcm_traits template of floating types with static_casts for Eigen conversion 2015-08-21 09:16:46 +02:00
Simon Giraudot 9e0e0b7c8a Add function to diagonalize covariance matrix AND recover eigenvectors 2015-08-20 16:45:04 +02:00
Simon Giraudot abf9063561 Move Eigen_vcm_traits.h to Solver package 2015-08-20 16:43:58 +02:00
Simon Giraudot 942907957d Move eigen files from PCA (note: this is internal code from CGAL that should be replaced by Eigen) 2015-08-20 16:11:33 +02:00
Simon Giraudot 89bb821611 Remove duplicated file (.h + .hpp) 2015-08-20 16:04:53 +02:00
Simon Giraudot f20024ff41 Update moved out-of-date file 2015-08-20 11:57:21 +02:00
Simon Giraudot af8e73750c Merge branch 'CGAL-Solver-package-GF-old' into CGAL-Solver-package-GF 2015-08-20 11:51:34 +02:00
Laurent Rineau 9e9126ef73 Merge branch 'releases/CGAL-4.6-branch'
That is a null-merge, to register that 'master' contains
'releases/CGAL-4.6-branch'.

Done with:

    git merge -s ours releases/CGAL-4.6-branch
2015-08-19 17:49:47 +02:00
Laurent Rineau 5d99700c3d Merge pull request #277 from janetournois/Polygon_mesh_processing-GF
Polygon mesh processing - Eigen 3.2 needed for fairing
2015-08-18 18:07:23 +02:00
Laurent Rineau c957fdfe44 Merge pull request #278 from MoniqueTeillaud/patch-1
Update changes.html
2015-08-18 14:23:17 +02:00
Monique Teillaud 48a728791e Update changes.html
move misplaced entry for 4.5 (mesh3 -> triangulation3)
2015-08-17 18:16:10 +02:00
Jane Tournois 7b93b844f2 integrate the complete test inside the static assert
to avoid inconsistencies between different compilers
2015-08-17 16:49:01 +02:00
Laurent Rineau 47e8da32cf Merge pull request #276 from mpkh/missing-includes
Add missing std headers
2015-08-17 12:31:50 +02:00
Jane Tournois 1f91bd8a77 avoid compilation of tests and examples that use fairing when Eigen < 3.2 2015-08-17 12:23:09 +02:00
Jane Tournois aef04b7dce make compilation more explicit when Eigen < 3.2 is used 2015-08-17 12:08:50 +02:00
mpkh f130b2183a Add missing std headers 2015-08-17 12:26:34 +04:00
Laurent Rineau b1c423891c updated crontab (automated commit) 2015-08-07 18:18:03 +02:00
Laurent Rineau ebe89cff22 Update the announcement mail
- fix a typo: connnected
- re-wrap paragraphs
2015-08-07 17:10:30 +02:00
Laurent Rineau afd9537f27 Announcement for CGAL-4.7-beta1 2015-08-07 17:06:06 +02:00
Laurent Rineau 066694e44a Next release will be 4.7-beta2 2015-08-07 16:59:50 +02:00
Sébastien Loriot 5688134b64 do not generate latex doc by default 2015-08-07 16:53:34 +02:00
Sébastien Loriot ce786f9edd Merge branch 'CGAL-Qt5_support-GF'
Fixes various issues in demos
      Improve runtime of Side_of_triangle_mesh
2015-08-07 12:13:41 +02:00
Jane Tournois b399e8fd3f fix double to float conversion warning
(and avoid a bunch of divisions)
2015-08-07 12:02:37 +02:00
Sébastien Loriot ab99da0ce2 use CGAL_PI to avoid issue with MSVC and M_PI 2015-08-07 08:30:06 +02:00
Sébastien Loriot ca19447002 fix warnings detected by clang 2015-08-06 19:39:35 +02:00
Sébastien Loriot db4c217d4b make the item created from a selection the selected item 2015-08-06 19:18:19 +02:00
Sébastien Loriot de61f7c933 fix color display bug of the selection 2015-08-06 19:14:40 +02:00
Sébastien Loriot dd55213c85 make sure the selection item is selected when modifying the selection 2015-08-06 19:12:33 +02:00
Laurent Rineau f5eec04da9 Trivial fix for g++-5.1 C++11 2015-08-06 17:43:38 +02:00
Laurent Rineau 548ae00633 Compose CGAL-4.7-beta1 2015-08-06 17:43:26 +02:00
Laurent Rineau 86796b9f46 Merge pull request #256 from bo0ts/Kernel-fix_issue_129-pmoeller
Stop-gap solution for issue #129
2015-08-06 17:42:41 +02:00
Sébastien Loriot 88c2ce6b69 force the display of newly created items 2015-08-06 16:59:52 +02:00
Sébastien Loriot 1a21950c37 make a selection item newly created automatically selected 2015-08-06 16:59:15 +02:00
Sébastien Loriot 001cabc022 when creating a new sdf/segmentation item, keep the polyhedron selected 2015-08-06 16:53:56 +02:00
Sébastien Loriot 63dca733dc Scene::setSelectedItem is now connected to MainWindow::selectSceneItem 2015-08-06 16:49:25 +02:00