Don't do anything about Triangulation_23d I/O for now

This commit is contained in:
Mael Rouxel-Labbé 2020-06-24 12:24:58 +02:00
parent 26ae0d2b8c
commit 093af2caec
1 changed files with 0 additions and 11 deletions

View File

@ -1,11 +0,0 @@
namespace CGAL{
/*!
*Exports `tr` to `os` in the OFF format.
* \see \ref IOStreamOFF
*/
template < class GT, class TDS >
std::ostream &
export_triangulation_to_off(std::ostream & os,
const Triangulation<GT,TDS> & tr,
bool in_3D_export_surface_only = false);
}