50 #ifndef __STLWRITER_HH__
51 #define __STLWRITER_HH__
57 #if defined( OM_CC_MIPS )
64 #include <OpenMesh/Core/System/config.h>
65 #include <OpenMesh/Core/Utils/SingletonT.hh>
66 #include <OpenMesh/Core/IO/exporter/BaseExporter.hh>
67 #include <OpenMesh/Core/IO/writer/BaseWriter.hh>
96 bool write(
const std::string&,
BaseExporter&,
Options, std::streamsize _precision = 6)
const;
104 bool write_stla(std::ostream&,
BaseExporter&,
Options, std::streamsize _precision = 6)
const;
106 bool write_stlb(std::ostream&,
BaseExporter&,
Options, std::streamsize _precision = 6)
const;
114 extern _STLWriter_ __STLWriterInstance;
115 OPENMESHDLLEXPORT _STLWriter_& STLWriter();