OMToolkit
1.0
The polygonal mesh processing tool.
|
#include <FilterMesh.h>
Public Member Functions | |
MDS_SHAREDPTR (OMFilter) | |
OMFilter (const std::string &sDescription) | |
virtual | ~OMFilter () |
Protected Member Functions | |
virtual bool | startup () |
virtual bool | main () |
virtual void | shutdown () |
virtual void | writeExtendedUsage (std::ostream &Stream) |
Protected Attributes | |
int | m_filters |
std::string | m_filenameF |
std::string | m_filenameW |
Module rasterizes vertex neighbourhood on a tangent raster
OMFilter::OMFilter | ( | const std::string & | sDescription | ) |
Constructor
sDescription | Description of the module |
|
virtual |
Virtual destructor
|
protectedvirtual |
Virtual method called by the processing thread
OMFilter::MDS_SHAREDPTR | ( | OMFilter | ) |
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 |
|
protected |