mirror of https://github.com/CGAL/cgal
Don't do anything about Triangulation_23d I/O for now
This commit is contained in:
parent
26ae0d2b8c
commit
093af2caec
|
|
@ -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);
|
|
||||||
}
|
|
||||||
Loading…
Reference in New Issue