add IO functions to the doc

This commit is contained in:
Sébastien Loriot 2017-05-10 17:15:09 +02:00 committed by Andreas Fabri
parent 59bdacde2c
commit 78bd1f01aa
2 changed files with 5 additions and 3 deletions

View File

@ -11,7 +11,9 @@ INPUT += ${CGAL_PACKAGE_INCLUDE_DIR}/CGAL/boost/graph/Euler_operations.h \
${CGAL_PACKAGE_INCLUDE_DIR}/CGAL/boost/graph/Face_filtered_graph.h \
${CGAL_PACKAGE_INCLUDE_DIR}/CGAL/boost/graph/Dual.h \
${CGAL_PACKAGE_INCLUDE_DIR}/CGAL/boost/graph/convert_nef_polyhedron_to_polygon_mesh.h \
${CGAL_PACKAGE_INCLUDE_DIR}/CGAL/boost/graph/Seam_mesh.h
${CGAL_PACKAGE_INCLUDE_DIR}/CGAL/boost/graph/Seam_mesh.h \
${CGAL_PACKAGE_INCLUDE_DIR}/CGAL/boost/graph/io.h
EXAMPLE_PATH = ${CGAL_Surface_mesh_skeletonization_EXAMPLE_DIR} \
${CGAL_Surface_mesh_segmentation_EXAMPLE_DIR} \
${CGAL_Polygon_mesh_processing_EXAMPLE_DIR} \

View File

@ -413,8 +413,8 @@ user might encounter.
- `CGAL::Seam_mesh`
## I/O Functions ##
- \link template <typename FaceGraph> CGAL::read_off(std::istream& is,FaceGraph& g) `CGAL::read_off(std::istream& is,FaceGraph& g)`\endlink
- `CGAL::write_off()`
- \link CGAL::read_off(std::istream& is,FaceGraph& g) `CGAL::read_off()`\endlink
- \link CGAL::write_off(std::ostream& os,const FaceGraph& g) `CGAL::write_off()`\endlink
*/