summaryrefslogtreecommitdiff
path: root/src/export.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/export.h')
-rw-r--r--src/export.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/export.h b/src/export.h
index 444b984..d35246c 100644
--- a/src/export.h
+++ b/src/export.h
@@ -4,9 +4,9 @@
#ifdef ENABLE_CGAL
#include "cgal.h"
void cgal_nef3_to_polyset(PolySet *ps, CGAL_Nef_polyhedron *root_N);
-void export_stl(class CGAL_Nef_polyhedron *root_N, QString filename, class QProgressDialog *pd);
-void export_off(CGAL_Nef_polyhedron *root_N, QString filename, QProgressDialog *pd);
-void export_dxf(CGAL_Nef_polyhedron *root_N, QString filename, QProgressDialog *pd);
+void export_stl(class CGAL_Nef_polyhedron *root_N, class QTextStream &output, class QProgressDialog *pd);
+void export_off(CGAL_Nef_polyhedron *root_N, class QTextStream &output, QProgressDialog *pd);
+void export_dxf(CGAL_Nef_polyhedron *root_N, class QTextStream &output, QProgressDialog *pd);
#endif
#endif
contact: Jan Huwald // Impressum