OMToolkit
1.0
The polygonal mesh processing tool.
|
#include <ComputeDescriptors.h>
Public Member Functions | |
MDS_SHAREDPTR (OMComputeDescriptors) | |
OMComputeDescriptors (const std::string &sDescription) | |
virtual | ~OMComputeDescriptors () |
Protected Member Functions | |
virtual bool | startup () |
virtual bool | main () |
virtual void | shutdown () |
virtual void | writeExtendedUsage (std::ostream &Stream) |
Protected Attributes | |
double | m_size |
double | m_diameter |
int | m_resolution |
int | m_count |
std::string | m_output_file |
Module rasterizes vertex neighbourhood on a tangent raster
OMComputeDescriptors::OMComputeDescriptors | ( | const std::string & | sDescription | ) |
Constructor
sDescription | Description of the module |
|
virtual |
Virtual destructor
|
protectedvirtual |
Virtual method called by the processing thread
OMComputeDescriptors::MDS_SHAREDPTR | ( | OMComputeDescriptors | ) |
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 |
Count argument value
|
protected |
Diameter argument value
|
protected |
Output filename
|
protected |
Resolution argument value
|
protected |
Size argument value