Commit Graph

95 Commits

Author SHA1 Message Date
Mael Rouxel-Labbé 0cdfed4c94 Misc minor changes 2020-05-27 22:25:48 +02:00
Maxime Gimeno 20898e4b31 fix functions calls 2020-05-14 13:46:57 +02:00
Maxime Gimeno 817cda4986 fix stream_support broken links 2020-05-13 14:18:28 +02:00
Maxime Gimeno ebe0a568a3 Add a read function in PMP for polygon_meshs 2020-05-12 13:52:46 +02:00
Maxime Gimeno 03487c4ce5 WIP Point_set 2020-05-11 14:12:14 +02:00
Maxime Gimeno 30dcc81a61 fixes for soup I/O 2020-05-07 14:26:31 +02:00
Maxime Gimeno 7c8dcbfd47 verbose in readers. 2020-05-06 12:57:08 +02:00
Maxime Gimeno 0529bb2d85 Fix the doc 2020-05-05 11:11:25 +02:00
Maxime Gimeno 45d6bd05c9 un-doc the NP versions of the soup functions 2020-04-30 15:44:01 +02:00
Maxime Gimeno e0b0f0b244 Dopcument NPs in BGL 2020-04-28 12:09:46 +02:00
Maxime Gimeno c8c196fe9c Doc and overloads fixes 2020-04-28 10:30:51 +02:00
Maxime Gimeno db4c886bbf Add overloads for PLY 2020-04-27 13:23:48 +02:00
Maxime Gimeno e269931284 small doc fixes 2020-04-20 15:18:11 +02:00
Maxime Gimeno ba86b13ac9 Massive addition of enable/disable_ifs 2020-04-17 16:05:43 +02:00
Maxime Gimeno 00ffbe2caf WIP Ply : added feature and tests for vertex and face colors. 2020-04-17 13:06:32 +02:00
Maxime Gimeno b69b7a88df WIP PLY with in np in SS 2020-04-10 16:40:34 +02:00
Maxime Gimeno 3a0f59732b WIP read_PLY with nps 2020-04-03 15:21:25 +02:00
Maxime Gimeno a40605fbbf WIP ply BGL reader 2020-04-03 14:55:38 +02:00
Maxime Gimeno 8a535e5e55 Replace std::vector by ranges in Stream_support IO function APIs 2020-03-27 12:54:03 +01:00
Maxime Gimeno 0f56294ebc fix read_PLY and add a test to bgl for the ply writing 2020-03-18 17:29:02 +01:00
Mael Rouxel-Labbé 9de1e305cd Move a facegraph ply reader to where it belongs (SS --> BGL) 2020-01-29 11:33:20 +01:00
Mael Rouxel-Labbé 41271b67f6 Improvements to CGAL i/o across the board 2020-01-29 10:00:07 +01:00
Mael Rouxel-Labbé 8f82c1b7a4 Start fixing PLY namespaces 2020-01-24 18:32:46 +01:00
Mael Rouxel-Labbé 6a5972cc3b Continue reorganization of CGAL I/O 2020-01-23 16:33:23 +01:00
Mael Rouxel-Labbé 3c833674fb Move documentation to /include 2020-01-20 13:06:13 +01:00
Mael Rouxel-Labbé e317c689aa Misc compilation fixes 2020-01-17 18:28:57 +01:00
Sébastien Loriot 52164b1fba First pass on removing license notice in header for LGPL files 2019-10-19 15:40:30 +02:00
Sébastien Loriot 7356421d80 introduce Commercial license SPDX tag 2019-10-19 12:15:19 +02:00
Sébastien Loriot 9bd9c68b83 update LGPL[23]+ and GPL[23]+ SPDX tags
ack -l --no-svg "SPDX-License-Identifier: GPL-3.0\+" | xargs sed -i "s/SPDX-License-Identifier: GPL-3.0+/SPDX-License-Identifier: GPL-3.0-or-later/"
ack -l --no-svg "SPDX-License-Identifier: LGPL-3.0\+" | xargs sed -i "s/SPDX-License-Identifier: LGPL-3.0+/SPDX-License-Identifier: LGPL-3.0-or-later/"
ack -l --no-svg "SPDX-License-Identifier: GPL-2.0\+" | xargs sed -i "s/SPDX-License-Identifier: GPL-2.0+/SPDX-License-Identifier: GPL-2.0-or-later/"
ack -l --no-svg "SPDX-License-Identifier: LGPL-2.0\+" | xargs sed -i "s/SPDX-License-Identifier: LGPL-2.0+/SPDX-License-Identifier: LGPL-2.0-or-later/"
2019-10-18 21:57:54 +02:00
Mael 9ba0870ebd
Merge branch 'master' into PMP-Snap_pp-GF 2019-07-18 17:43:04 +02:00
Sébastien Loriot 724e70b97f Merge pull request #3984 from LiangliangNan/master
New package 'Polygonal Surface Reconstruction' and an extension of 'Solver Interface'
2019-07-18 17:05:25 +02:00
Mael Rouxel-Labbé f0b1052732 Add missing header includes 2019-07-18 15:54:32 +02:00
Liangliang Nan a9fd80cc7a Update Stream_support/include/CGAL/IO/PLY.h
Replace <boost/property_map/property_map.hpp> by <CGAL/property_map.h>

Co-Authored-By: Sebastien Loriot <sloriot.ml@gmail.com>
2019-07-08 10:28:44 +02:00
Simon Giraudot a712713111 Fix uninitialized warning 2019-07-03 09:58:37 +02:00
Liangliang Nan 4588ba5d9d Merge branch 'master' of https://github.com/CGAL/cgal 2019-06-19 15:08:53 +02:00
Liangliang Nan d4b4640139 corrected references (using the new names of the packages) 2019-06-06 00:30:01 +02:00
Liangliang Nan 3b9c73c917 using the new Shape_detection implementation (instead of the deprecated Shape_detection_3) 2019-06-05 21:10:39 +02:00
Liangliang Nan fadaee63a8 integrated PolyFit 2019-06-05 17:50:37 +02:00
Andreas Fabri e2d19b0c8d Replace NULL and Nullptr_t with nullptr and nullptr_t 2019-06-04 23:45:44 +02:00
Andreas Fabri 937cd0ea24 Fix license header 2019-04-15 13:15:01 +02:00
Simon Giraudot 110c84bc53 Fix missing class name 2019-02-26 14:14:51 +01:00
Simon Giraudot 07bd0765f2 Fix FT type detection 2019-02-22 16:42:40 +01:00
Simon Giraudot 37a8f12f05 Handle more types 2019-01-24 10:58:57 +01:00
Simon Giraudot 6789ca1c41 Some more modifications of the PLY interface 2019-01-23 11:25:35 +01:00
Simon Giraudot 12dfbd6353 Reorganize PLY IO functions/files 2019-01-22 10:00:23 +01:00