50 #ifndef __OFFWRITER_HH__
51 #define __OFFWRITER_HH__
61 #include <OpenMesh/Core/System/config.h>
62 #include <OpenMesh/Core/Utils/SingletonT.hh>
63 #include <OpenMesh/Core/IO/exporter/BaseExporter.hh>
64 #include <OpenMesh/Core/IO/writer/BaseWriter.hh>
103 bool write(
const std::string&,
BaseExporter&,
Options, std::streamsize _precision = 6)
const;
111 void writeValue(std::ostream& _out,
int value)
const;
112 void writeValue(std::ostream& _out,
unsigned int value)
const;
113 void writeValue(std::ostream& _out,
float value)
const;
125 OPENMESHDLLEXPORT _OFFWriter_& OFFWriter();