openModeller  Version 1.4.0
PreParameters.hh
Go to the documentation of this file.
00001 
00028 #ifndef PRE_PARAMETERS_HH
00029   #define PRE_PARAMETERS_HH
00030 
00031   #include "PreMultiContainer.hh"
00032   #include <string>
00033   #include <openmodeller/om.hh>
00034 
00035   //adapted from Terralib PDI (Digital Image Processing) to OM Pre-analysis ( Missae & Emiliano - DPI/INPE )
00036 
00042   class dllexp PreParameters : public 
00043     PreMultiContainer< std::string >
00044   {
00045     public:
00046     PreParameters();
00047 
00048     ~PreParameters();
00049 
00050       // return the name descriptor for the current parameters. 
00051       std::string decName() const;    
00052   };
00053 
00054 #endif //PRE_PARAMETERS_HH