50 #ifndef __BASEWRITER_HH__
51 #define __BASEWRITER_HH__
62 #include <OpenMesh/Core/System/config.h>
63 #include <OpenMesh/Core/IO/Options.hh>
64 #include <OpenMesh/Core/IO/exporter/BaseExporter.hh>
85 typedef unsigned int Option;
97 virtual bool can_u_write(
const std::string& _filename)
const;
100 virtual bool write(
const std::string& _filename,
105 virtual bool write(std::ostream& _os,