7#ifndef __VTKWRITER_HH__
8#define __VTKWRITER_HH__
16#include <OpenMesh/Core/Utils/SingletonT.hh>
17#include <OpenMesh/Core/IO/exporter/BaseExporter.hh>
18#include <OpenMesh/Core/IO/writer/BaseWriter.hh>
35 bool write(
const std::string&,
BaseExporter&,
const Options& _writeOptions, std::streamsize _precision = 6)
const override;
36 bool write(std::ostream&,
BaseExporter&,
const Options& _writeOptions, std::streamsize _precision = 6)
const override;
45OPENMESHDLLEXPORT _VTKWriter_& VTKWriter();
Set options for reader/writer modules.
size_t binary_size(BaseExporter &, const Options &) const override
Returns expected size of file if binary format is supported else 0.
std::string get_description() const override
Return short description of the supported file format.
std::string get_extensions() const override
Return file format's extension.
_VTKWriter_ __VTKWriterinstance
Declare the single entity of the OBJ writer.