OMToolkit
1.0
The polygonal mesh processing tool.
Main Page
Related Pages
Namespaces
Classes
Files
File List
File Members
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Macros
Pages
trunk
src
modules
FilterMesh
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
:
29
MDS_SHAREDPTR
(
OMFilter
);
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_
Generated on Mon Apr 29 2013 08:21:52 for OMToolkit by
1.8.3.1