OpenMesh::IO::_OFFWriter_ Class Reference

#include <OFFWriter.hh>

Inheritance diagram for OpenMesh::IO::_OFFWriter_:

Inheritance graph
[legend]
Collaboration diagram for OpenMesh::IO::_OFFWriter_:

Collaboration graph
[legend]

Public Member Functions

std::string get_description () const
 Return short description of the supported file format.
std::string get_extensions () const
 Return file format's extension.
bool write (const std::string &, BaseExporter &, Options) const
 Write to file _filename. Data source specified by BaseExporter _be.
size_t binary_size (BaseExporter &_be, Options _opt) const
 Returns expected size of file if binary format is supported else 0.

Protected Member Functions

void writeInt (std::fstream &_out, unsigned int value) const
void writeFloat (std::fstream &_out, float value) const
bool write_ascii (std::fstream &_in, BaseExporter &, Options) const
bool write_binary (std::fstream &_in, BaseExporter &, Options) const

Detailed Description

Implementation of the OFF format writer. This class is singleton'ed by SingletonT to OFFWriter.
The documentation for this class was generated from the following files:

Generated on Fri Jan 16 13:02:27 2009 by  doxygen 1.5.5