|
OMToolkit
1.0
The polygonal mesh processing tool.
|
#include <OMWriterExt.h>
Public Member Functions | |
| bool | write (mds::mod::CChannel &_os, BaseExporter &_be, Options _opt) const |
Protected Member Functions | |
| bool | write_binary (mds::mod::CChannel &_os, BaseExporter &_be, Options _opt) const |
| size_t | store_binary_custom_chunk (mds::mod::CChannel &_os, const BaseProperty &_bp, OMFormat::Chunk::Entity _entity, bool _swap) const |
Class extends functionality of OMWriter for export into MDSTk Channel
|
protected |
Method writes a custom property into MDSTk channel
| _os | Output MDSTk channel |
| _bp | Base property used for writing |
| _entity | Entity to save |
| _swap | Swap byte flag |
| bool OpenMesh::IO::OMWriterExt::write | ( | mds::mod::CChannel & | _os, |
| BaseExporter & | _be, | ||
| Options | _opt | ||
| ) | const |
Method writes a mesh into MDSTk Channel
| _os | Output MDSTk channel |
| _be | Base exporter used for writing |
| _opt | Options used for writing |
|
protected |
Method writes a mesh into binary MDSTk Channel
| _os | Output MDSTk channel |
| _be | Base exporter used for writing |
| _opt | Options used for writing |
1.8.3.1