Commit Graph

58 Commits

Author SHA1 Message Date
Sébastien Loriot 99e7f4806a boost::int -> std::int 2023-04-23 18:43:10 +02:00
Sébastien Loriot 1627150231 Merge remote-tracking branch 'cgal/5.5.x-branch' 2023-02-16 10:21:32 +01:00
Sébastien Loriot ec00fa30b2 Merge remote-tracking branch 'cgal/5.4.x-branch' into HEAD 2023-02-16 10:21:09 +01:00
Sébastien Loriot 097b14d055 add missing include directive 2023-02-16 10:20:31 +01:00
albert-github 45478184de spelling corrections
Some spelling corrections (Directories starting with `E`-` L`),
some backward work
some forward work
2022-11-15 13:39:40 +01:00
Laurent Rineau 299a8a9072 Add #include vector 2022-04-28 12:08:39 +02:00
Andreas Fabri 96f1e69c71 Stream_support: Move string out of the loop and call clear() 2022-03-28 13:42:55 +01:00
Andreas Fabri 8d3f4fb20b untabify 2022-02-02 07:43:47 +00:00
Andreas Fabri a5110493f8 Stream_support: Fix File_scanner_OFF::scan_facet() 2022-02-02 07:38:42 +00:00
Laurent Rineau 4c7719cd85 Merge pull request #6241 from sloriot/CGAL-warnings
Fix warnings
2022-01-21 14:40:16 +01:00
Laurent Rineau d33971d04a Merge pull request #6241 from sloriot/CGAL-warnings
Fix warnings
2022-01-21 14:38:40 +01:00
Sébastien Loriot 4fa136d17c fix maybe uninitialized warning 2022-01-17 09:07:09 +01:00
Sébastien Loriot 32f40d82a7 workaround -Wmaybe-uninitialized
The init is legit as it prevents the reader to
do a useless loop and the writer to write
random number

In case of failing to read a face index or the number of faces,
the error bit in the stream is set anyway and the user has to
check it
2021-11-11 15:21:50 +01:00
Sébastien Loriot 4e519a3c7a move documented IO functions in IO namespace 2021-05-05 13:15:37 +02:00
Sébastien Loriot fb6f703b55 IO namespace for files in IO directories 2021-05-04 14:36:06 +02:00
Maxime Gimeno ab492261fb obliterate the remaining comments in OFF writing. Good bye nice comments :( 2021-04-09 13:13:56 +02:00
Maxime Gimeno ae7559442a Remove operator>> and << from `File_header_OFF_extended`. 2021-03-10 13:54:09 +01:00
Maxime Gimeno 00edae2400 More fixes 2020-12-10 12:55:04 +01:00
Maxime Gimeno c76819d0a7 Check if a char is >0 before calling isdigit() because it asserts for negative numbers on windows. 2020-12-07 10:54:51 +01:00
Maxime Gimeno d201bc7c96 Fix possible problems if a line is empty in scan_facet 2020-12-04 15:45:00 +01:00
Maxime Gimeno 7a568c6a0c Fmore fixes 2020-12-01 15:08:56 +01:00
Maxime Gimeno 37b5928df2 Fixes of warnings and errors 2020-12-01 11:33:35 +01:00
Giles Bathgate 06a67b64a0 Fix use of uninitialized variable in File_scanner_OFF.h 2020-11-26 15:57:29 +00:00
Maxime Gimeno abed28fc12 fix warnings 2020-11-26 14:44:31 +01:00
Maxime Gimeno 277b8cc74b Fix OFF_reading 2020-11-25 13:40:19 +01:00
Andreas Fabri b16249b99a WIP to avoid seekg/tellg 2020-11-25 07:59:16 +00:00
Maxime Gimeno e76cc00c4f Fix reading of 0#red 2020-11-23 11:23:09 +01:00
Maxime Gimeno 016adaa2a9 fix msvc2015 error 2020-11-18 12:58:15 +01:00
Maxime Gimeno 9f496e3e9d Fixes 2020-11-18 12:48:38 +01:00
Mael Rouxel-Labbé 7922f048a4 Fixed VRML/Inventor stream API (need to be compatible with the generic writer) 2020-10-14 19:25:48 +02:00
Mael Rouxel-Labbé 8e6f695e76 Fix issues in Inventor/VRML writers 2020-10-14 11:03:26 +02:00
Mael Rouxel-Labbé 50e3a838f3 Compilation fixes 2020-06-25 18:20:52 +02:00
Mael Rouxel-Labbé d5d8cca92b Various IO compilation fixes 2020-06-25 12:02:01 +02:00
Maxime Gimeno e636a9e3e4 Fix locale problem and read_WKT() 2020-06-18 13:20:11 +02:00
Maxime Gimeno 4b14f5199f use i/oformat() 2020-06-12 13:29:57 +02:00
Maxime Gimeno 6a466dd6b5 fix OFF I/O 2020-06-05 15:40:13 +02:00
Mael Rouxel-Labbé 71413eb8e8 Misc IO improvements / fixes 2020-05-29 12:03:25 +02:00
Mael Rouxel-Labbé 0cdfed4c94 Misc minor changes 2020-05-27 22:25:48 +02:00
Mael Rouxel-Labbé 580a1efd5c Remove trailing whitespace / tabs 2020-05-22 15:31:50 +02:00
Maxime Gimeno 640f34c975 secure all >> in readers 2020-05-13 11:46:18 +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 55361fe782 fix color and texture reading in OFF 2020-04-28 16:53:22 +02:00
Maxime Gimeno e0b0f0b244 Dopcument NPs in BGL 2020-04-28 12:09:46 +02: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
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é 7a4839e0e9 Get rid of File_writer_OFF_impl (merge into header) 2020-01-25 15:04:54 +01:00