50 #ifndef __OMWRITER_HH__
51 #define __OMWRITER_HH__
62 #include <OpenMesh/Core/IO/BinaryHelper.hh>
63 #include <OpenMesh/Core/System/config.h>
64 #include <OpenMesh/Core/Utils/SingletonT.hh>
65 #include <OpenMesh/Core/IO/OMFormat.hh>
66 #include <OpenMesh/Core/IO/IOManager.hh>
67 #include <OpenMesh/Core/IO/writer/BaseWriter.hh>
100 {
return "OpenMesh Format"; }
114 static const OMFormat::uchar magic_[3];
115 static const OMFormat::uint8 version_;
122 size_t store_binary_custom_chunk( std::ostream&,
const BaseProperty&,
123 OMFormat::Chunk::Entity,
bool)
const;
132 _OMWriter_& OMWriter();