Add missing and reorder BGL IO functions in BGL's ref manual

This commit is contained in:
Mael Rouxel-Labbé 2020-05-22 17:16:12 +02:00
parent 322f1ccaef
commit 0e4a52fd2c
1 changed files with 11 additions and 8 deletions

View File

@ -720,16 +720,19 @@ user might encounter.
- `CGAL::alpha_expansion_graphcut()` - `CGAL::alpha_expansion_graphcut()`
\cgalCRPSection{I/O Functions} \cgalCRPSection{I/O Functions}
- `CGAL::read_OFF()` - `CGAL::write_triangle_meshes_to_3mf()`
- `CGAL::write_OFF()`
- `CGAL::read_OBJ()`
- `CGAL::write_OBJ()`
- `CGAL::read_VTP()`
- `CGAL::write_VTP()`
- `CGAL::read_STL()`
- `CGAL::write_STL()`
- `CGAL::read_GOCAD()` - `CGAL::read_GOCAD()`
- `CGAL::write_GOCAD()` - `CGAL::write_GOCAD()`
- `CGAL::write_INP()`
- `CGAL::read_OBJ()`
- `CGAL::write_OBJ()`
- `CGAL::read_OFF()`
- `CGAL::write_OFF()`
- `CGAL::read_STL()`
- `CGAL::write_STL()`
- `CGAL::read_VTP()`
- `CGAL::write_VTP()`
- `CGAL::write_WRL()`
- `CGAL::read_polygon_mesh()` - `CGAL::read_polygon_mesh()`
- `CGAL::write_polygon_mesh()` - `CGAL::write_polygon_mesh()`