OMToolkit
1.0
The polygonal mesh processing tool.
|
#include <SmoothMesh.h>
Public Member Functions | |
MDS_SHAREDPTR (OMSmoothMesh) | |
OMSmoothMesh (const std::string &sDescription) | |
virtual | ~OMSmoothMesh () |
Protected Member Functions | |
virtual bool | startup () |
virtual bool | main () |
virtual void | shutdown () |
virtual void | writeExtendedUsage (std::ostream &Stream) |
Protected Attributes | |
std::string | m_continuity |
std::string | m_smooth |
std::string | m_method |
int | m_iterations |
double | m_alpha |
double | m_gauss |
Module smooths input model and writes it into output channel There is 2 options of smoothing - Laplace and Jacobi Laplace smoothing
OMSmoothMesh::OMSmoothMesh | ( | const std::string & | sDescription | ) |
Constructor
sDescription | Description of the module |
|
virtual |
Virtual destructor
|
protectedvirtual |
Virtual method called by the processing thread
OMSmoothMesh::MDS_SHAREDPTR | ( | OMSmoothMesh | ) |
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 |
|
protected |
Continuity setting
|
protected |
|
protected |
Number of iterations
|
protected |
Smoothing method
|
protected |
Smooth (tangential or normal)