Public Member Functions

OpenMesh::IO::_STLWriter_ Class Reference

Implementation of the STL format writer. More...

#include </data1/home1/moebius/projects/release/OpenMesh-2.0/src/OpenMesh/Core/IO/writer/STLWriter.hh>

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

List of all members.

Public Member Functions

virtual ~_STLWriter_ ()
 Destructor.
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.
bool write (std::ostream &, BaseExporter &, Options) const
 Write to std::ostream _os. Data source specified by BaseExporter _be.
size_t binary_size (BaseExporter &, Options) const
 Returns expected size of file if binary format is supported else 0.

Detailed Description

Implementation of the STL format writer.

This class is singleton'ed by SingletonT to STLWriter.


The documentation for this class was generated from the following files:

acg pic Project OpenMesh, ©  Computer Graphics Group, RWTH Aachen. Documentation generated using doxygen .