mirror of https://github.com/CGAL/cgal
apply @MaelRL review
This commit is contained in:
parent
51b98e9cc2
commit
c8936698ac
|
|
@ -214,7 +214,7 @@ bool read_OM(const std::string& fname,
|
|||
*/
|
||||
template <typename Graph, typename CGAL_NP_TEMPLATE_PARAMETERS>
|
||||
bool write_OM(const std::string& fname,
|
||||
Graph& g,
|
||||
const Graph& g,
|
||||
const CGAL_NP_CLASS& np = parameters::default_values())
|
||||
{
|
||||
using vertex_descriptor = typename boost::graph_traits<Graph>::vertex_descriptor;
|
||||
|
|
|
|||
|
|
@ -421,6 +421,7 @@ The table above only lists the functions that work with any polygon mesh.
|
|||
<th colspan="1">\ref IOStreamOBJ "OBJ"</th>
|
||||
<th colspan="1">\ref IOStreamGocad "GOCAD"</th>
|
||||
<th colspan="1">\ref IOStreamWRL "WRL"</th>
|
||||
<th colspan="1">\ref IOStreamOM "OpenMesh (OM)"</th>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Input</td>
|
||||
|
|
@ -430,6 +431,7 @@ The table above only lists the functions that work with any polygon mesh.
|
|||
<td>`CGAL::IO::read_VTP()`</td>
|
||||
<td>`CGAL::IO::read_OBJ()`</td>
|
||||
<td>`CGAL::IO::read_GOCAD()`</td>
|
||||
<td>`CGAL::IO::read_OM()`</td>
|
||||
<td><center> - </center></td>
|
||||
</tr>
|
||||
<tr>
|
||||
|
|
@ -441,6 +443,7 @@ The table above only lists the functions that work with any polygon mesh.
|
|||
<td>`CGAL::IO::write_OBJ()`</td>
|
||||
<td>`CGAL::IO::write_GOCAD()`</td>
|
||||
<td>`CGAL::IO::write_WRL()`</td>
|
||||
<td>`CGAL::IO::write_OM()`</td>
|
||||
</tr>
|
||||
</table>
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue