summaryrefslogtreecommitdiff
path: root/src/export.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/export.h')
-rw-r--r--src/export.h10
1 files changed, 10 insertions, 0 deletions
diff --git a/src/export.h b/src/export.h
new file mode 100644
index 0000000..49319ba
--- /dev/null
+++ b/src/export.h
@@ -0,0 +1,10 @@
+#ifndef EXPORT_H_
+#define EXPORT_H_
+
+#ifdef ENABLE_CGAL
+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);
+#endif
+
+#endif
contact: Jan Huwald // Impressum