|
OMToolkit
1.0
The polygonal mesh processing tool.
|
#include <SubdivideMesh.h>
Public Member Functions | |
| MDS_SHAREDPTR (OMSubdivideMesh) | |
| OMSubdivideMesh (const std::string &sDescription) | |
| virtual | ~OMSubdivideMesh () |
Protected Member Functions | |
| virtual bool | startup () |
| virtual bool | main () |
| virtual void | shutdown () |
| virtual void | writeExtendedUsage (std::ostream &Stream) |
Protected Attributes | |
| std::string | m_method |
| int | m_iterations |
Module subdivides mesh wit use of one of implemented methods Possible methods are: Loop, Composite Loop, Sqrt3, Composite Sqrt3
| OMSubdivideMesh::OMSubdivideMesh | ( | const std::string & | sDescription | ) |
Constructor
| sDescription | Description of the module |
|
virtual |
Virtual destructor
|
protectedvirtual |
Virtual method called by the processing thread
| OMSubdivideMesh::MDS_SHAREDPTR | ( | OMSubdivideMesh | ) |
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 |
Number of iterations
|
protected |
Subdivision method
1.8.3.1