|
OMToolkit
1.0
The polygonal mesh processing tool.
|
#include <SaveFile.h>
Public Member Functions | |
| MDS_SHAREDPTR (OMSaveFile) | |
| OMSaveFile (const std::string &sDescription) | |
| virtual | ~OMSaveFile () |
Protected Member Functions | |
| virtual bool | startup () |
| virtual bool | main () |
| virtual void | shutdown () |
| virtual void | writeExtendedUsage (std::ostream &Stream) |
Protected Attributes | |
| std::string | m_file |
Module which saves a mesh from input MDSTk channel into specified file Possible file formats are .stl, .om, .obj, .off, .ply and are determined from file extension
| OMSaveFile::OMSaveFile | ( | const std::string & | sDescription | ) |
Constructor
| sDescription | Description of the module |
|
virtual |
Virtual destructor
|
protectedvirtual |
Virtual method called by the processing thread
| OMSaveFile::MDS_SHAREDPTR | ( | OMSaveFile | ) |
Smart pointer type
|
protectedvirtual |
Called on console shutdown
|
protectedvirtual |
Virtual method called on startup
|
protectedvirtual |
Called on writing a usage statement
| Stream | Output stream |
|
protected |
Output file name
1.8.3.1