Maxime Gimeno
25c8313859
Replace IO functions in examples and fix Surface_mesh read_OFF()
2020-06-16 14:36:24 +02:00
Maxime Gimeno
4b14f5199f
use i/oformat()
2020-06-12 13:29:57 +02:00
Maxime Gimeno
ce86d3de12
Fix OBJ with multiple volumes
2020-06-12 11:33:10 +02:00
Maxime Gimeno
b6d4a9a372
Finish tests BGL/stream_support
2020-06-10 12:09:29 +02:00
Maxime Gimeno
b2419e5f98
Fix readers and add misisng tests
2020-06-09 14:55:21 +02:00
Maxime Gimeno
6a36213a80
Fix STL and GOCAD Reading
2020-06-09 13:27:37 +02:00
Maxime Gimeno
63c554fb7d
fix OFF surface_mesh reading
2020-06-08 16:19:18 +02:00
Maxime Gimeno
9199534373
WIP fixes.
2020-06-08 15:05:48 +02:00
Maxime Gimeno
366422714c
WIP fixes for OBJ
2020-06-05 15:59:00 +02:00
Maxime Gimeno
6a466dd6b5
fix OFF I/O
2020-06-05 15:40:13 +02:00
Mael Rouxel-Labbé
df39cceb58
Misc fixes
2020-05-29 18:12:18 +02:00
Mael Rouxel-Labbé
21597d9c7c
Properly test polygon soup STL/OBJ/PLY
2020-05-29 17:01:45 +02:00
Mael Rouxel-Labbé
70777a5d08
Add some data
...
36091.stl taken from the 10kThingies data set, see
https://ten-thousand-models.appspot.com/detail.html?file_id=36091
for the author and license
2020-05-29 16:58:04 +02:00
Mael Rouxel-Labbé
b80f4e9225
Tiny verbose change
2020-05-29 16:52:36 +02:00
Mael Rouxel-Labbé
ef9ffb4fd6
Add data/tests for GOCAD/OFF/OBJ
2020-05-29 12:07:56 +02:00
Mael Rouxel-Labbé
1809fc0e56
Also read VTK/3MF in read_polygon_soup
2020-05-29 12:05:31 +02:00
Mael Rouxel-Labbé
08aa904396
STL reader / writer improvements
2020-05-29 12:05:15 +02:00
Mael Rouxel-Labbé
3a44ed2b3b
OBJ reader / writer fixes
2020-05-29 12:04:58 +02:00
Mael Rouxel-Labbé
54c6f6c20c
Add np::point_map to the Generic_writer (polygon soup)
2020-05-29 12:04:16 +02:00
Mael Rouxel-Labbé
9eebcfda9a
GOCAD reader fixes
2020-05-29 12:03:57 +02:00
Mael Rouxel-Labbé
da60d28624
Add convenience overloads for 3MF writing
2020-05-29 12:03:40 +02:00
Mael Rouxel-Labbé
71413eb8e8
Misc IO improvements / fixes
2020-05-29 12:03:25 +02:00
Mael Rouxel-Labbé
21dd72219e
Test GOCAD Polygon Soup IO
2020-05-28 19:22:43 +02:00
Mael Rouxel-Labbé
dd0d497944
Fix a number of issues in polygon soup GOCAD IO
...
- there can be multiple TFACE
- you have to unget the char otherwise reading is wrong
- the TRGL have ids after them, not points
- etc.
- add the point_map NP
2020-05-28 18:51:26 +02:00
Mael Rouxel-Labbé
35ca98f8bd
Start fixing Stream_support/IO tests
2020-05-28 16:58:28 +02:00
Mael Rouxel-Labbé
6c045ce48e
Fix wrong namespace leading to compilation errors
2020-05-27 22:26:40 +02:00
Mael Rouxel-Labbé
0709a7a2ab
Fix extension extraction in BGL::IO::read_polygon_mesh + add missing
2020-05-27 22:26:13 +02:00
Mael Rouxel-Labbé
0cdfed4c94
Misc minor changes
2020-05-27 22:25:48 +02:00
Maxime Gimeno
d0bfde7966
Fix some OBJ reading
2020-05-25 17:03:05 +02:00
Mael Rouxel-Labbé
580a1efd5c
Remove trailing whitespace / tabs
2020-05-22 15:31:50 +02:00
Maxime Gimeno
20898e4b31
fix functions calls
2020-05-14 13:46:57 +02:00
Maxime Gimeno
e81a41f9d7
Fix doc
2020-05-13 15:20:28 +02:00
Maxime Gimeno
817cda4986
fix stream_support broken links
2020-05-13 14:18:28 +02:00
Maxime Gimeno
07f02fe382
WIP Doc Stream_support
2020-05-13 12:50:41 +02:00
Maxime Gimeno
640f34c975
secure all >> in readers
2020-05-13 11:46:18 +02:00
Maxime Gimeno
d6812d9561
Fixes for 3MF and OFF
2020-05-13 10:49:25 +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
ab86d0cc6c
document new global IO functions
2020-05-07 15:54:11 +02:00
Maxime Gimeno
30dcc81a61
fixes for soup I/O
2020-05-07 14:26:31 +02:00
Maxime Gimeno
bc360bcfd3
WIP. Remove read_pm for streams.
2020-05-06 16:52:24 +02:00
Maxime Gimeno
7c8dcbfd47
verbose in readers.
2020-05-06 12:57:08 +02:00
Maxime Gimeno
9d237393da
Add a function read_polygon_mesh() and fix the readers.
2020-05-05 14:53:52 +02:00
Maxime Gimeno
0529bb2d85
Fix the doc
2020-05-05 11:11:25 +02:00
Maxime Gimeno
3a9b501612
WIP fixing doc
2020-05-04 16:56:03 +02:00
Maxime Gimeno
049439fa6b
Merge remote-tracking branch 'cgal/master' into CGAL_IO-maxGimeno
2020-04-30 16:47:58 +02:00
Maxime Gimeno
45d6bd05c9
un-doc the NP versions of the soup functions
2020-04-30 15:44:01 +02:00
Maxime Gimeno
841f7a2016
WIP tests NP
2020-04-29 11:23:07 +02:00
Maxime Gimeno
55361fe782
fix color and texture reading in OFF
2020-04-28 16:53:22 +02:00
Maxime Gimeno
5679c42ce8
add tests for bgl read/write
2020-04-28 14:08:41 +02:00
Maxime Gimeno
e0b0f0b244
Dopcument NPs in BGL
2020-04-28 12:09:46 +02:00
Maxime Gimeno
83a929f7bb
Fix soup off writer + doc NPs
2020-04-28 11:20:16 +02:00
Maxime Gimeno
c8c196fe9c
Doc and overloads fixes
2020-04-28 10:30:51 +02:00
Maxime Gimeno
07b13dae6c
add missing overloads for vtp
2020-04-27 16:20:06 +02:00
Maxime Gimeno
067c456073
add some doc for STL
2020-04-27 13:53:40 +02:00
Maxime Gimeno
db4c886bbf
Add overloads for PLY
2020-04-27 13:23:48 +02:00
Maxime Gimeno
3d4eb3a5be
add missing overloads in OFF
2020-04-27 12:13:46 +02:00
Maxime Gimeno
c5e512db08
OBJ doc fixes
2020-04-27 12:06:47 +02:00
Maxime Gimeno
64d523abf5
Fixes in the doc of GOCAD
2020-04-27 12:03:19 +02:00
Maxime Gimeno
ac48cb0cf5
GOCAD
2020-04-24 15:31:29 +02:00
Maxime Gimeno
a2a1ebde39
fixes in vtp
2020-04-24 12:45:55 +02:00
Maxime Gimeno
6e309fa34b
WIP VTP for soups
2020-04-23 15:14:35 +02:00
Maxime Gimeno
80e39d13f9
WIP
2020-04-22 16:57:59 +02:00
Maxime Gimeno
5b2d46cfa0
Fixes for min/max
2020-04-21 12:04:45 +02:00
Maxime Gimeno
e9d41d7b7d
Fixes for min/max
2020-04-21 11:38:37 +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
69a2a23cc6
rename IO functions in point_set packages
2020-04-01 14:33:14 +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
4e6fb685c6
Merge remote-tracking branch 'mine/CGAL_IO-maxGimeno' into HEAD
2020-03-27 11:11:10 +01:00
Maxime Gimeno
9c0648a004
Merge tag 'master_before_no_tws_nor_tabs' into CGAL_IO-maxGimeno
2020-03-27 11:05:43 +01:00
Sébastien Loriot
8bb22d5b2c
extra run of the script to remove tabs and trailing whitespaces
...
right after the merge of the 5.0 release branch
+ manual fix of the files (indentation was changed in the meantime):
* Spatial_sorting/include/CGAL/Multiscale_sort.h
* Spatial_sorting/test/Spatial_sorting/test_multiscale.cpp
2020-03-26 14:26:59 +01:00
Sébastien Loriot
8b153fb495
Merge branch 'cgal/releases/CGAL-5.0-branch'
...
whitespace+tab removal, merged with option -Xignore-space-change
2020-03-26 14:22:32 +01:00
Sébastien Loriot
0779373835
extra run of the script to remove tabs and trailing whitespaces
...
right after the merge of 4.14 release branch
+ manual fix on one line in:
* Arrangement_on_surface_2/include/CGAL/IO/Arr_text_formatter.h
* .travis/generate_travis.sh
2020-03-26 14:16:06 +01:00
Sébastien Loriot
0a46621dc6
Merge branch 'cgal/releases/CGAL-4.14-branch'
...
whitespace+tab removal, merged with option -Xignore-all-space
2020-03-26 13:28:46 +01:00
Sébastien Loriot
590612a563
run the script to remove tabs and trailing whitespaces
2020-03-26 13:25:16 +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
Maxime Gimeno
f3dfd786e5
remove the UV parts of the BGL write_PLY and add NPs for the vpm and vimap. Missing doc. Also fix the STL_ASCII reader.
2020-03-18 15:52:15 +01:00
Mael Rouxel-Labbé
b7325c51ca
Re-apply some changes from #4212
2020-03-17 09:03:39 +01:00
Mael Rouxel-Labbé
30d4754a04
Merge remote-tracking branch 'cgal/master' into CGAL_IO-maxGimeno
2020-03-17 09:03:12 +01:00
Sebastien Loriot
0c8e9cb0c1
Merge pull request #4212 from maxGimeno/Demo-Save_the_scene_entirely-maxGimeno
...
CGAL 3D Demo: Enhancement of the Scene Saving System
2020-03-16 16:35:45 +01:00
Maxime Gimeno
d8fd359399
Merge remote-tracking branch 'cgal/master' into Demo-Save_the_scene_entirely-maxGimeno
2020-02-24 16:41:34 +01:00
Laurent Rineau
28f5b1e783
Fix CMake syntax error in previous commit
...
@maxGimeno Please test your commits.
2020-02-19 16:59:39 +01:00
Maxime Gimeno
310be1cf6b
update test's CMakeLists
2020-02-19 13:46:11 +01:00
Maxime Gimeno
c85c7ea6e9
rephrase \attention
2020-02-19 13:45:02 +01:00
Maxime Gimeno
6719b0db89
Add checks and doc for version < 2
2020-02-18 10:52:16 +01:00
Mael Rouxel-Labbé
7f6bf9b3cb
Add skeletons for CGAL::read_PS, CGAL::read_PM, PMP::read_PM
2020-01-29 11:44:03 +01:00
Mael Rouxel-Labbé
ae1c28c885
Move 3MF FaceGraph reading from SS to BGL
2020-01-29 11:34:32 +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é
624cf89863
Some const correctness
2020-01-29 11:32:43 +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é
b1da380064
Rework Surface_mesh IO
2020-01-28 18:36:30 +01:00
Mael Rouxel-Labbé
09bb265b22
Add the skeleton of texture reading in OFF's file scanner
2020-01-28 12:10:59 +01:00
Maxime Gimeno
fe252ae596
inline functions
2020-01-28 12:09:52 +01:00
Mael Rouxel-Labbé
88e9727717
Introduce NPs for polygon soup reading
...
Enable filling pmaps of surface mesh on reading
Also can write pmaps (off / obj)
2020-01-28 09:03:50 +01:00
Mael Rouxel-Labbé
1edf1e066c
Integrate File_scanner_OFF_impl into the header
2020-01-27 11:03:53 +01:00
Mael Rouxel-Labbé
9e2289c63d
Clean code
2020-01-25 18:18:31 +01:00
Mael Rouxel-Labbé
9247fdab02
Add a polygon soup obj reader
2020-01-25 15:05:47 +01:00
Mael Rouxel-Labbé
7a4839e0e9
Get rid of File_writer_OFF_impl (merge into header)
2020-01-25 15:04:54 +01:00
Mael Rouxel-Labbé
5906e3c341
Don't copy structs in auto loop
2020-01-25 13:00:52 +01:00
Mael Rouxel-Labbé
d8053f8198
Use file writer for WRL output
2020-01-25 13:00:43 +01:00
Mael Rouxel-Labbé
97eddd9135
Fix some I/O returns
2020-01-24 23:28:04 +01:00
Mael Rouxel-Labbé
87e85c2634
Fix missing CGAL_EXPORT
2020-01-24 23:17:52 +01:00
Mael Rouxel-Labbé
135595ca92
Misc cleaning
2020-01-24 23:17:33 +01:00
Mael Rouxel-Labbé
8f82c1b7a4
Start fixing PLY namespaces
2020-01-24 18:32:46 +01:00
Mael Rouxel-Labbé
7bb2788d6f
Use polygon soup OFF reader in polygon mesh OFF reader
2020-01-24 18:13:09 +01:00
Mael Rouxel-Labbé
423ae6ec84
Re-organize and improve BGL IO
2020-01-24 17:48:02 +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é
ec1b4bb6e1
Use sensible file indentation (no real changes)
2020-01-20 11:58:20 +01:00
Mael Rouxel-Labbé
75581cad76
Get rid of io_impl.h
2020-01-20 11:54:00 +01:00
Mael Rouxel-Labbé
0e82e7f9ee
Uniformize indentation / code (no real changes)
2020-01-20 11:07:28 +01:00
Mael Rouxel-Labbé
85e7eb1fab
Get rid of some _impl.h
2020-01-20 10:49:09 +01:00
Mael Rouxel-Labbé
490a726ec0
Clean file IO code in Stream_support (no real changes)
2020-01-20 10:42:46 +01:00
Mael Rouxel-Labbé
e317c689aa
Misc compilation fixes
2020-01-17 18:28:57 +01:00
Mael Rouxel-Labbé
3bfc9ab9ea
Update code to new API (I/O function returns a bool)
2020-01-17 18:09:51 +01:00
Mael Rouxel-Labbé
322c8786da
Remove OFF_reader.h and Writer_OFF.h
...
- Writer_OFF.h is simply unused and useless
- OFF_reader.h is transfered to OFF.h for clarity
2020-01-17 18:05:25 +01:00
Mael Rouxel-Labbé
828e47f61e
Fix some header includes
2020-01-17 17:55:53 +01:00
Mael Rouxel-Labbé
43a7c3c82b
Misc minor doc changes
2020-01-17 17:11:07 +01:00
Mael Rouxel-Labbé
93968e685e
Add a convenience header for OBJ I/O headers
2020-01-17 17:10:18 +01:00
Mael Rouxel-Labbé
220a4454ab
Regroup OpenInventor I/O headers
2020-01-17 17:10:02 +01:00
Mael Rouxel-Labbé
06c6659981
Add STL.h as a convenience header regrouping STL I/O headers
2020-01-17 17:02:14 +01:00
Mael Rouxel-Labbé
f0027e7250
Regroup VTK I/O
2020-01-17 17:01:12 +01:00
Mael Rouxel-Labbé
6f10eb1599
Regroup 3MF
2020-01-17 17:00:09 +01:00
Mael Rouxel-Labbé
3ca94b1c78
Move Writer_OFF (which is completely unused...) to IO/OFF
2020-01-17 16:49:40 +01:00
Mael Rouxel-Labbé
345529e4f6
Get rid of deprecated files that were not documented in the first place
2020-01-17 16:46:35 +01:00
Mael Rouxel-Labbé
1e50d911fd
Move Inventor/test to Stream_support/test (following headers)
2020-01-17 15:47:27 +01:00
Mael Rouxel-Labbé
548149da48
Move Alpha_shape_3_VRML_2_ostream to Alpha_shape_3 and make it GPL
...
The code uses Alpha_shape_3 which is GPL, so the license change is
not too extreme.
2020-01-17 15:38:03 +01:00
Mael Rouxel-Labbé
1d8124e27f
Move two VRML-files into IO/VMRL + add convenience header
2020-01-17 15:16:50 +01:00
Mael Rouxel-Labbé
9c9ac95e75
Fix licenses
2020-01-17 14:20:06 +01:00
Mael Rouxel-Labbé
6dee990920
Move a test from Polyhedron to Stream_support
2020-01-17 14:08:53 +01:00
Mael Rouxel-Labbé
5ca88dedc3
Move some examples from Polyhedron to Stream_support
...
(as they don't make use of CGAL::Polyhedron_3)
2020-01-17 14:02:24 +01:00
Mael Rouxel-Labbé
d620198049
Merge branch 'CGAL_IO-maxGimeno-old' into CGAL_IO-maxGimeno
2020-01-17 12:34:08 +01:00
Maxime Gimeno
b59e55731c
add misisng namespace
2020-01-13 10:30:33 +01:00
Maxime Gimeno
94bbd715ab
Remove test of unexisting functions
2020-01-09 14:57:22 +01:00
Maxime Gimeno
6c35826afd
Fixes and apply to multipolygon
2020-01-03 10:51:19 +01:00
Maxime Gimeno
4c36c04fd6
Merge remote-tracking branch 'cgal/master' into Demo-Save_the_scene_entirely-maxGimeno
2019-12-19 11:26:55 +01:00
Andreas Fabri
9a330fd140
Stream_support: Fix reading WKT POLYGON
2019-12-05 16:17:37 +01:00
Sébastien Loriot
b9a079b530
remove cpp11/cpp0x
2019-11-04 11:34:53 +01:00
Sébastien Loriot
9a0bff4008
remove BOOST_FOREACH added by recent PRs
2019-11-04 10:59:15 +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
254d60f642
First pass on removing license notice in header for GPL files
2019-10-19 15:23:19 +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
Maxime Gimeno
80b7a5575c
Empty Polyhedron_IO.
2019-09-27 10:35:39 +02:00
Maxime Gimeno
af5773cf4e
Integration of WS Server to the demo. Sessions handled and Remove the point_sets and polylines management from the 3mf plugin
2019-09-26 14:59:36 +02:00
Maxime Gimeno
38b6923cac
Finished ?
2019-09-26 14:16:22 +02:00
Maxime Gimeno
5a03f5d7c7
Continue working on the table
2019-09-25 15:52:18 +02:00
Maxime Gimeno
d08a64c199
complete tables
2019-09-24 15:52:57 +02:00
Maxime Gimeno
e8ae9c36eb
more doc
2019-09-24 15:37:36 +02:00
Maxime Gimeno
01c7259d0d
Fixing read_OBJ()
2019-09-24 13:42:38 +02:00
Maxime Gimeno
c022bb2faf
WIP tables and missing formats
2019-09-19 15:59:15 +02:00
Maxime Gimeno
78672a034d
better display of other data structures
2019-09-19 13:50:16 +02:00
Maxime Gimeno
c8c46d6f00
Finished the `Supported file formats` page
2019-09-19 13:27:06 +02:00
Maxime Gimeno
41d5f6fab0
WIP Supported file formats
2019-09-18 16:06:28 +02:00
Maxime Gimeno
e5a0ddb7ba
Add skeleton for some formats and list DS with documented IO in IOStream.txt
2019-09-18 14:45:38 +02:00
Maxime Gimeno
22b8e0ccb8
Add some IO sections
2019-09-17 14:32:40 +02:00
Mael Rouxel-Labbé
fad7f62375
WIP on file formats documentation
2019-09-09 16:44:04 +02:00
Mael Rouxel-Labbé
ee7e16f2a3
Minor Stream_support's doc changes
2019-09-09 12:45:44 +02:00
Sebastien Loriot
eb712a67e9
Merge pull request #4094 from MaelRL/PMP-Snap_pp-GF
...
PMP: speed improvements for snap.h
2019-08-12 09:02:50 +02:00
Maxime Gimeno
6638d51fe8
- Unify the Facegraph builders (GOCAD and STL for now)
...
- Make a BGL STL_reader
- Add a test for it.
2019-08-09 13:53:33 +02:00
Maxime Gimeno
6dbf2d3d78
Move STL bgl writer into BGL, and replace it by a soup writer in Stream_support.
...
Write a SS test for read and write soups in STL
2019-08-09 12:09:20 +02:00
Maxime Gimeno
c15dd227e0
move test_gocad to BGL test.
2019-08-09 10:39:03 +02:00
Maxime Gimeno
ebbe8571ee
Move GOCAD's IO BGL code to BGL.
2019-08-08 11:46:10 +02:00
Maxime Gimeno
9c794aa228
Fix GOCAD reader to not duplicate vertices
2019-08-08 10:23:09 +02:00
Maxime Gimeno
137b0c076f
Add a test for GOCAD IO
2019-08-08 09:53:42 +02:00
Maxime Gimeno
4aed6a9a54
move WKT traits files and make a GOCAD reader and writer from the one in the demo.
2019-08-07 16:41:44 +02:00
Maxime Gimeno
8f793736c7
Move LGPL stuff to Stream_support, and Polyhedron_IO GPL stuff to Polyhedron/include/CGAL/IO. Deprecate headers that need it.
...
As a consequence, Inventor and Polyhedron_IO are entirely deprecated.
2019-08-07 16:00:47 +02:00
Maxime Gimeno
914c37b72f
Move OFF files from Polyhedron_IO to Polyhedron/include/CGAL/IO
2019-08-07 15:25:26 +02:00
Maxime Gimeno
0a38d23764
Add all missing files.
...
Enable the STL_reader to read multiple "solid"s in a same soup.
2019-08-07 15:12:50 +02:00
Maxime Gimeno
5373b35b9f
Start regrouping in Stream Support and robustify readers.
2019-08-06 16:11:56 +02:00
Maxime Gimeno
2698704f87
Add vertex nomals in write_OBJ for Surface_mesh
2019-07-29 15:55:38 +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
Sebastien Loriot
e4adb62011
Merge pull request #4078 from maxGimeno/Fix_some_warnings-GF
...
Fix warnings
2019-07-18 16:35:51 +02:00
Sebastien Loriot
fbf6fb375d
Merge pull request #4050 from sgiraudot/Surface_mesh-Fix_PLY_warning-GF
...
[Surface Mesh / PLY] Fix uninitialized warning and error on unhandled properties
2019-07-18 16:31:17 +02:00
Mael Rouxel-Labbé
f0b1052732
Add missing header includes
2019-07-18 15:54:32 +02:00
Maxime Gimeno
64253458aa
Fix warnings
2019-07-12 10:49:10 +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
Sébastien Loriot
983645a51a
match @{ and @}
2019-07-05 21:49:46 +02:00
Simon Giraudot
a712713111
Fix uninitialized warning
2019-07-03 09:58:37 +02:00
Maxime Gimeno
7155df2743
Merge remote-tracking branch 'cgal/master' into liangliang_master
2019-07-01 14:59:24 +02:00
Laurent Rineau
32f80cbece
Merge pull request #4018 from lrineau/CGAL-refresh_cmake_minimum_required-GF
...
CMake>=3.13: opt for for new policies up to 3.15
2019-07-01 11:16:30 +02:00
Liangliang Nan
655fa4b30d
Merge branch 'master' of https://github.com/CGAL/cgal
2019-06-25 14:23:17 +02:00
Laurent Rineau
33e7de45e9
Merge pull request #3919 from maxGimeno/Add_3mf_wrapper-GF
...
Stream_support: Add a 3mf wrapper
2019-06-20 14:21:11 +02:00
Laurent Rineau
8535a3c03c
Merge branch 'releases/CGAL-4.14-branch'
...
# Conflicts:
# Apollonius_graph_2/include/CGAL/Apollonius_graph_2/Apollonius_graph_2_impl.h
# Convex_hull_3/include/CGAL/convex_hull_3.h
# Polygon_mesh_processing/include/CGAL/Polygon_mesh_processing/internal/Corefinement/face_graph_utils.h
# Polyhedron/demo/Polyhedron/Plugins/Mesh_3/Mesh_3_plugin_cgal_code.cpp
# Stream_support/include/CGAL/IO/Color.h
2019-06-20 14:20:37 +02:00
Liangliang Nan
4588ba5d9d
Merge branch 'master' of https://github.com/CGAL/cgal
2019-06-19 15:08:53 +02:00
Laurent Rineau
4fbf00fb8a
CMake>=3.13: opt for for new policies up to 3.15
2019-06-19 14:34:59 +02:00
Maxime Gimeno
86ca13a388
change behavior when soup is not orientable in the demo.
2019-06-17 14:11:32 +02:00
Laurent Rineau
be0d07d150
Merge pull request #3979 from afabri/CGAL-null_ptr-GF
...
Replace NULL and Nullptr_t with nullptr and nullptr_t
2019-06-17 14:10:35 +02:00
Maxime Gimeno
c5174f693c
Rename soup function
2019-06-17 14:07:27 +02:00
Maxime Gimeno
1970d94c53
Add a function to Surface_mesh that reads a range of surface_meshes from a 3mf file.
2019-06-17 14:03:55 +02:00
Laurent Rineau
595f38ef54
Merge pull request #3978 from afabri/CGAL-BOOST_FOREACH-GF
...
Replace BOOST_FOREACH with C++11 for
2019-06-17 13:54:28 +02:00
Maxime Gimeno
5c6f20e1ec
add a writing function for meshes
2019-06-06 13:04:47 +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
f7b7b9957f
Merge remote-tracking branch 'cgal/master' into CGAL-null_ptr-GF
2019-06-05 14:47:11 +02:00
Laurent Rineau
44ea54db97
Merge pull request #3931 from afabri/Stream_support-parseXML-GF
...
Stream_support: Add example to read an xml file using boost::property_tree
2019-06-05 11:20:26 +02:00
Andreas Fabri
b17b655086
Add for
2019-06-05 07:33: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
4e1f2cf017
Replace BOOST_FOREACH with C++11 for
2019-06-04 17:13:53 +02:00
Maxime Gimeno
87f7a68ed0
Fix find_path and don't make blue results if 3mf not found
2019-06-03 10:10:39 +02:00
Maxime Gimeno
79008f1618
Fix warnings
2019-05-28 14:03:27 +02:00
Maxime Gimeno
a85b09051e
add missing includes in Color.h
2019-05-28 09:31:10 +02:00
Maxime Gimeno
32cdcb9a54
Fix WKT doc
2019-05-27 09:34:05 +02:00
Laurent Rineau
78c5ec760f
Fix the URL
2019-05-24 14:20:50 +02:00
Maxime Gimeno
c4d774efb8
Fix return values of bool functions
2019-05-22 15:20:54 +02:00
Laurent Rineau
b8fe6b10ee
Merge pull request #3804 from afabri/CGAL_tests_must_not_include_basic-GF
...
Do not include <CGAL/basic.h>
2019-05-21 16:37:01 +02:00
Maxime Gimeno
1a08685a2f
Add build_items and components to work with real case data
2019-05-17 15:39:03 +02:00
Maxime Gimeno
1fba61107d
Add an IO plugin for the 3mf
2019-05-16 11:26:22 +02:00
Maxime Gimeno
04c5313a1c
Add reading functions for polylines and point clouds
2019-05-16 11:10:35 +02:00
Maxime Gimeno
a36c7fe39b
Write a 3mf wrapper
2019-05-16 11:10:35 +02:00
Laurent Rineau
f839e10dfa
Merge pull request #3904 from maxGimeno/Stream_support-Fix_example-GF
...
Stream_support Examples: Fix CMakeLists
2019-05-14 16:43:20 +02:00
Andreas Fabri
be1ad4b855
Stream_support: Show how to read an xml file using boost::property_tree
2019-05-14 11:21:10 +02:00
Laurent Rineau
008a75d439
Merge pull request #3636 from sgiraudot/Surface_mesh-PLY_IO-GF
...
[Small Feature] Surface Mesh PLY IO
2019-05-06 15:46:07 +02:00
Laurent Rineau
ee4a6c5de2
Merge pull request #3686 from lrineau/Number_types-headers_dependency_hell-GF
...
Reduce inclusions of <CGAL/basic.h> and <CGAL/number_type_basic.h>
2019-05-06 15:46:02 +02:00
Maxime Gimeno
6481c61bd0
Fix CMakeLists
2019-05-06 10:17:46 +02:00
Simon Giraudot
207a432dfd
Merge remote-tracking branch 'mine/Surface_mesh-PLY_IO-GF' into Surface_mesh-PLY_IO-GF
2019-04-23 12:08:44 +02:00
Andreas Fabri
937cd0ea24
Fix license header
2019-04-15 13:15:01 +02:00
Andreas Fabri
016df7e33c
Fix CMakeLists.txt
2019-04-15 12:06:50 +02:00
Andreas Fabri
864ba4249d
Merge branch 'Surface_mesh-PLY_IO-GF-old' into Surface_mesh-PLY_IO-GF
2019-04-12 16:19:53 +02:00
Maxime GIMENO
41033a80be
Merge branch 'master' into Graphics_view-Fix_demo_IO-GF
2019-04-12 16:10:36 +02:00
Sébastien Loriot
c8a3fdaff6
Merge pull request #3625 from sgiraudot/Stream_support-Enhance_color-GF
...
[Small Feature] Reworked CGAL::Color
2019-04-12 15:54:30 +02:00
Sebastien Loriot
08251247c2
Merge pull request #3831 from afabri/PSP-cleanup-GF
...
Point Set Processing: cleanup
2019-04-12 15:34:45 +02:00
Sebastien Loriot
fd273fe850
Merge pull request #3779 from afabri/Polyhedron-read_off-GF
...
Polyhedron: read_OFF() must not set the badbit if there are 0 vertices
2019-04-12 15:27:24 +02:00
Simon Giraudot
717137e48f
Merge remote-tracking branch 'mine/Surface_mesh-PLY_IO-GF' into Surface_mesh-PLY_IO-GF
2019-04-09 15:11:58 +02:00
Simon Giraudot
d314711eaf
Merge remote-tracking branch 'mine/Stream_support-Enhance_color-GF' into Stream_support-Enhance_color-GF
2019-04-09 15:00:56 +02:00
Andreas Fabri
a2075494da
Move trace.h
2019-04-08 16:16:49 +02:00
Andreas Fabri
b404898d67
Add operator==()
2019-04-03 11:51:30 +02:00
Simon Giraudot
8333df9a0a
Fix missing LaTeX delimitors
2019-04-03 11:51:30 +02:00
Andreas Fabri
05440f6f37
Remove #include
2019-04-03 11:51:30 +02:00
Simon Giraudot
c78aa4f72c
Remove now useless Color_impl.h file
2019-04-03 11:51:30 +02:00
Simon Giraudot
9a2953d825
Fix Color IO in binary + handle alpha
2019-04-03 11:51:29 +02:00
Simon Giraudot
4cd0e075d6
Fix missing bracket and add undocumented functions r,g,b,a
2019-04-03 11:51:29 +02:00
Simon Giraudot
e7492734f3
Move doc of CGAL::Color to header and rewrite class
2019-04-03 11:51:29 +02:00
Maxime Gimeno
422cd589c1
Add missing includes to get BOOST_VERSION and BOOST_GCC
2019-04-03 10:27:55 +02:00
Sébastien Loriot
82c13e6e74
remove cpp11 workaround in kernel related packages
2019-03-29 10:41:50 +01:00
Andreas Fabri
a1609350aa
Remove #include<CGAL/basic.h> amd put what is needed if something is missing
2019-03-27 15:21:33 +01:00
Laurent Rineau
b8adcc35b5
Reduce inclusions of <CGAL/basic.h> and <CGAL/number_type_basic.h>
2019-03-27 11:40:47 +01:00
Andreas Fabri
5d58bde7f2
Polyhedron: Fix Issue #3108
2019-03-19 17:39:04 +01:00
Maxime Gimeno
0b31e6e5d8
Merge remote-tracking branch 'cgal/master' into Graphics_view-Fix_demo_IO-GF
2019-03-07 14:01:02 +01:00
Simon Giraudot
110c84bc53
Fix missing class name
2019-02-26 14:14:51 +01:00
Simon Giraudot
1f54c5e0af
Merge remote-tracking branch 'mine/Surface_mesh-PLY_IO-GF' into Surface_mesh-PLY_IO-GF
2019-02-26 14:03:27 +01:00
Simon Giraudot
a825e5b699
Fix missing LaTeX delimitors
2019-02-26 13:50:53 +01:00
Andreas Fabri
259d911d75
Remove #include
2019-02-26 13:50:53 +01:00