|
OMToolkit
1.0
The polygonal mesh processing tool.
|
#include <GaussianFilter.h>
Public Member Functions | |
| MDS_SHAREDPTR (OMLoadFile) | |
| OMLoadFile (const std::string &sDescription) | |
| virtual | ~OMLoadFile () |
| MDS_SHAREDPTR (OMLoadFile) | |
| OMLoadFile (const std::string &sDescription) | |
| virtual | ~OMLoadFile () |
Protected Member Functions | |
| virtual bool | startup () |
| virtual bool | main () |
| virtual void | shutdown () |
| virtual void | writeExtendedUsage (std::ostream &Stream) |
| virtual bool | startup () |
| virtual bool | main () |
| virtual void | shutdown () |
| virtual void | writeExtendedUsage (std::ostream &Stream) |
Protected Attributes | |
| double | m_deviation |
| int | m_size |
| bool | m_normalize |
| std::string | m_file |
Module which loads a mesh from input fule and send it to connected MDSTk channel Possible file formats are .stl, .om, .obj, .off, .ply
| OMLoadFile::OMLoadFile | ( | const std::string & | sDescription | ) |
Constructor
| sDescription | Description of the module |
|
virtual |
Virtual destructor
| OMLoadFile::OMLoadFile | ( | const std::string & | sDescription | ) |
Constructor
| sDescription | Description of the module |
|
virtual |
Virtual destructor
|
protectedvirtual |
Virtual method called by the processing thread
|
protectedvirtual |
Virtual method called by the processing thread
| OMLoadFile::MDS_SHAREDPTR | ( | OMLoadFile | ) |
Smart pointer type
| OMLoadFile::MDS_SHAREDPTR | ( | OMLoadFile | ) |
Smart pointer type
|
protectedvirtual |
Called on console shutdown
|
protectedvirtual |
Called on console shutdown
|
protectedvirtual |
Virtual method called on startup
|
protectedvirtual |
Virtual method called on startup
|
protectedvirtual |
Called on writing a usage statement
| Stream | Output stream |
|
protectedvirtual |
Called on writing a usage statement
| Stream | Output stream |
|
protected |
|
protected |
Input file name
|
protected |
|
protected |
1.8.3.1