mirror of https://github.com/CGAL/cgal
Add missing and reorder BGL IO functions in BGL's ref manual
This commit is contained in:
parent
322f1ccaef
commit
0e4a52fd2c
|
|
@ -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()`
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue