mirror of https://github.com/CGAL/cgal
Add to changes.html
This commit is contained in:
parent
4b94dd0e23
commit
a69b2918d2
|
|
@ -71,7 +71,7 @@ bool write_off(std::ostream& os,
|
|||
|
||||
/*!
|
||||
\ingroup PkgBGLIOFct
|
||||
writes the graph `g` in the OFF format.
|
||||
writes the graph `g` in the OFF format into a file named `fname`.
|
||||
\sa Overloads of this function for specific models of the concept `FaceGraph`.
|
||||
|
||||
*/
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
|
||||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
|
||||
<!-- $Id$
|
||||
$URL$
|
||||
-->
|
||||
|
|
@ -235,6 +235,9 @@ and <code>src/</code> directories).
|
|||
as seam edges.
|
||||
</li>
|
||||
</ul>
|
||||
<li>Add the functions <code>read_off()</code> and <code>write_off()</code>.
|
||||
</li>
|
||||
</ul>
|
||||
|
||||
<!-- Visualization -->
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue