OMToolkit  1.0
The polygonal mesh processing tool.
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
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:
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_