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
SaveFile
SaveFile.h
Go to the documentation of this file.
1
//==============================================================================
15
#ifndef _OM_SAVE_FILE_H_
16
#define _OM_SAVE_FILE_H_
17
18
#include <MDSTk/Module/mdsModule.h>
19
24
class
OMSaveFile
:
public
mds::mod::CModule
25
{
26
public
:
30
MDS_SHAREDPTR
(
OMSaveFile
);
31
36
OMSaveFile
(
const
std::string& sDescription);
37
41
virtual
~OMSaveFile
();
42
43
protected
:
48
virtual
bool
startup
();
49
54
virtual
bool
main
();
55
59
virtual
void
shutdown
();
60
65
virtual
void
writeExtendedUsage
(std::ostream& Stream);
66
70
std::string
m_file
;
71
};
72
76
typedef
OMSaveFile::tSmartPtr
OMSaveFilePtr
;
77
78
#endif // _OM_SAVE_FILE_H_
Generated on Mon Apr 29 2013 08:21:52 for OMToolkit by
1.8.3.1