Skip to content

Commit

Permalink
Add links to the new function
Browse files Browse the repository at this point in the history
  • Loading branch information
afabri committed Dec 7, 2023
1 parent c9eed8c commit 076f04a
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -453,23 +453,28 @@ A precise specification of those formats is available at
<td rowspan="2" width="75">Input</td>
<td rowspan="1" width="175">Polygon Mesh</td>
<td width="250">Any model of `MutableFaceGraph`</td>
<td width="500">\link PkgBGLIoFuncsVTP CGAL::IO::read_VTP(const char*, Graph&)\endlink</td>
<td width="500">\link PkgBGLIoFuncsVTP CGAL::IO::read_VTP(const std::string&, Graph&)\endlink</td>
</tr>
<tr>
<td>Polygon Soup</td>
<td>Any point + polygon range</td>
<td>\link PkgStreamSupportIoFuncsVTP CGAL::IO::read_VTP(const char*, PointRange&, PolygonRange&)\endlink</td>
<td>\link PkgStreamSupportIoFuncsVTP CGAL::IO::read_VTP(const std::string&, PointRange&, PolygonRange&)\endlink</td>
</tr>
<tr>
<td>Polygon Soup</td>
<td>Any point + polygon range</td>
<td>\link PkgStreamSupportIoFuncsVTP CGAL::IO::read_VTK(const std::string&, PointRange&, PolygonRange&)\endlink</td>
</tr>
<tr>
<td rowspan="2">Output</td>
<td rowspan="1">Polygon Mesh</td>
<td>Any model of `FaceGraph`</td>
<td>\link PkgBGLIoFuncsVTP CGAL::IO::write_VTP(const char*, Graph&)\endlink</td>
<td>\link PkgBGLIoFuncsVTP CGAL::IO::write_VTP(const std::string&, Graph&)\endlink</td>
</tr>
<tr>
<td>Polygon Soup</td>
<td>Any point + polygon range</td>
<td>\link PkgStreamSupportIoFuncsVTP CGAL::IO::write_VTP(const char*, PointRange&, PolygonRange&)\endlink</td>
<td>\link PkgStreamSupportIoFuncsVTP CGAL::IO::write_VTP(const std::string&, const PointRange&, const PolygonRange&)\endlink</td>
</tr>
</table>

Expand Down
3 changes: 1 addition & 2 deletions Stream_support/doc/Stream_support/PackageDescription.txt
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
/// I/O Functions for the \ref IOStreamOFF
/// \ingroup IOstreamFunctions

/// \defgroup PkgStreamSupportIoFuncsVTP VTP I/O Functions
/// \defgroup PkgStreamSupportIoFuncsVTP VTK I/O Functions
/// I/O Functions for the \ref IOStreamVTK
/// \ingroup IOstreamFunctions

Expand Down Expand Up @@ -101,4 +101,3 @@ the printing mode.
- \link PkgStreamSupportIoFuncsWKT I/O for WKT files \endlink

*/

0 comments on commit 076f04a

Please sign in to comment.