OMToolkit  1.0
The polygonal mesh processing tool.
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
LoadFile.h
Go to the documentation of this file.
1 //==============================================================================
15 #ifndef _OM_LOAD_FILE_H_
16 #define _OM_LOAD_FILE_H_
17 
18 #include <MDSTk/Module/mdsModule.h>
19 
24 class OMLoadFile : public mds::mod::CModule
25 {
26  public:
31 
36  OMLoadFile(const std::string& sDescription);
37 
41  virtual ~OMLoadFile();
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 OMLoadFile::tSmartPtr OMLoadFilePtr;
77 
78 #endif // _OM_LOAD_FILE_H_