#include <OpenFlipper/libs_required/OpenMesh/src/OpenMesh/Core/IO/writer/OBJWriter.hh>
|
virtual | ~_OBJWriter_ () |
| 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, std::streamsize _precision=6) const |
|
bool | write (std::ostream &, BaseExporter &, Options, std::streamsize _precision=6) const |
|
size_t | binary_size (BaseExporter &, Options) const |
| Returns expected size of file if binary format is supported else 0.
|
|
virtual | ~BaseWriter () |
| Destructor.
|
|
virtual bool | can_u_write (const std::string &_filename) const |
| Returns true if writer can write _filename (checks extension). _filename can also provide an extension without a name for a file e.g. _filename == "om" checks, if the writer can write the "om" extension. More...
|
|
This class defines the OBJ writer. This class is further singleton'ed by SingletonT to OBJWriter.
Definition at line 82 of file OBJWriter.hh.
◆ write() [1/2]
bool OpenMesh::IO::_OBJWriter_::write |
( |
const std::string & |
_filename, |
|
|
BaseExporter & |
_be, |
|
|
Options |
_opt, |
|
|
std::streamsize |
_precision = 6 |
|
) |
| const |
|
virtual |
Write to a file
- Parameters
-
_filename | write to file with the given filename |
_be | BaseExporter, which specifies the data source |
_opt | writing options |
_precision | can be used to specify the precision of the floating point notation. |
Implements OpenMesh::IO::BaseWriter.
Definition at line 84 of file OBJWriter.cc.
◆ write() [2/2]
bool OpenMesh::IO::_OBJWriter_::write |
( |
std::ostream & |
_os, |
|
|
BaseExporter & |
_be, |
|
|
Options |
_opt, |
|
|
std::streamsize |
_precision = 6 |
|
) |
| const |
|
virtual |
Write to a std::ostream
- Parameters
-
_os | write to std::ostream |
_be | BaseExporter, which specifies the data source |
_opt | writing options |
_precision | can be used to specify the precision of the floating point notation. |
Implements OpenMesh::IO::BaseWriter.
Definition at line 206 of file OBJWriter.cc.
The documentation for this class was generated from the following files:
- OpenFlipper/libs_required/OpenMesh/src/OpenMesh/Core/IO/writer/OBJWriter.hh
- OpenFlipper/libs_required/OpenMesh/src/OpenMesh/Core/IO/writer/OBJWriter.cc