cgal/Stream_support/include/CGAL/IO/OFF
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
..
File_header_OFF.h Fix OFF_reading 2020-11-25 13:40:19 +01:00
File_header_OFF_impl.h obliterate the remaining comments in OFF writing. Good bye nice comments :( 2021-04-09 13:13:56 +02:00
File_header_extended_OFF.h Remove trailing whitespace / tabs 2020-05-22 15:31:50 +02:00
File_header_extended_OFF_impl.h Remove operator>> and << from `File_header_OFF_extended`. 2021-03-10 13:54:09 +01:00
File_scanner_OFF.h move documented IO functions in IO namespace 2021-05-05 13:15:37 +02:00
File_writer_OFF.h move documented IO functions in IO namespace 2021-05-05 13:15:37 +02:00
Scanner_OFF.h Fix OFF_reading 2020-11-25 13:40:19 +01:00
generic_copy_OFF.h workaround -Wmaybe-uninitialized 2021-11-11 15:21:50 +01:00