52 #ifndef __STLWRITER_HH__ 53 #define __STLWRITER_HH__ 63 #include <OpenMesh/Core/Utils/SingletonT.hh> 64 #include <OpenMesh/Core/IO/exporter/BaseExporter.hh> 65 #include <OpenMesh/Core/IO/writer/BaseWriter.hh> 91 std::string
get_description()
const override {
return "Stereolithography Format"; }
94 bool write(
const std::string&,
BaseExporter&,
Options, std::streamsize _precision = 6)
const override;
96 bool write(std::ostream&,
BaseExporter&,
Options, std::streamsize _precision = 6)
const override;
102 bool write_stla(std::ostream&,
BaseExporter&,
Options, std::streamsize _precision = 6)
const;
104 bool write_stlb(std::ostream&,
BaseExporter&,
Options, std::streamsize _precision = 6)
const;
size_t binary_size(const Mesh &_mesh, const std::string &_ext, Options _opt=Options::Default)
Get binary size of data.
std::string get_extensions() const override
Return file format's extension.
virtual ~_STLWriter_()
Destructor.
std::string get_description() const override
Return short description of the supported file format.
Set options for reader/writer modules.