Add a sentence about serialization

This commit is contained in:
Mael Rouxel-Labbé 2020-08-04 16:27:25 +02:00
parent 00ca0211e1
commit 8d22b2d180
1 changed files with 10 additions and 9 deletions

View File

@ -17,15 +17,16 @@ to and from files, the console, or other custom structures.
\subsection StreamSupportOutline Outline
- \ref IOstreamIO : the most essential data structures of \cgal, its kernel objects, all provide
adapted input and output operators. In addition, \cgal provides tools to enhance
the existing stream system of the STL to easily read and write classes external to \cgal.
- \ref IOstreamSupportedFormats : a number of traditional data structures such as point sets or
polygon meshes have well-established standards specifying
a particular data format to facilitate data exchanges. Formats
supported for \cgal data structures are detailed in this section.
The page \ref IOStreamSupportedFileFormats offers the reversed viewpoint
(file format to \cgal data structure).
- \ref IOstreamIO :
the most essential data structures of \cgal, its kernel objects, all provide
adapted input and output operators. In addition, \cgal provides tools to enhance
the existing stream system of the STL to easily read and write classes external to \cgal.
- \ref IOstreamSupportedFormats :
a number of traditional data structures such as point sets or polygon meshes have well-established
standards specifying a particular data format to facilitate data exchanges. Formats supported
for \cgal data structures are detailed in this section; the page \ref IOStreamSupportedFileFormats
offers the reversed viewpoint (file format to \cgal data structure). Finally, an alternative to
standard file formats is serialization of data, see Section \ref IOstreamOther.
\section IOstreamPrecision Stream Precision