summaryrefslogtreecommitdiff
path: root/src/export.h
blob: d35246c3feafe01cb645a9e14ff8f8012ccb0e13 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
#ifndef EXPORT_H_
#define EXPORT_H_

#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, 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