OMToolkit  1.0
The polygonal mesh processing tool.
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
FilterMesh.h
Go to the documentation of this file.
1 //==============================================================================
15 #ifndef _OM_COMPUTE_MATRICES_H_
16 #define _OM_COMPUTE_MATRICES_H_
17 
18 #include <MDSTk/Module/mdsModule.h>
19 
23 class OMFilter : public mds::mod::CModule
24 {
25  public:
30 
35  OMFilter(const std::string& sDescription);
36 
40  virtual ~OMFilter();
41 
42  protected:
47  virtual bool startup();
48 
53  virtual bool main();
54 
58  virtual void shutdown();
59 
64  virtual void writeExtendedUsage(std::ostream& Stream);
65 
66  int m_filters;
67  std::string m_filenameF;
68  std::string m_filenameW;
69 };
70 
74 typedef OMFilter::tSmartPtr OMFilterPtr;
75 
76 #endif // _OM_COMPUTE_MATRICES_H_