#ifndef EXPORT_H_ #define EXPORT_H_ #include #ifdef ENABLE_CGAL void export_stl(class CGAL_Nef_polyhedron *root_N, std::ostream &output); void export_off(CGAL_Nef_polyhedron *root_N, std::ostream &output); void export_dxf(CGAL_Nef_polyhedron *root_N, std::ostream &output); #endif #ifdef DEBUG void export_stl(const class PolySet &ps, std::ostream &output); #endif #endif