openModeller  Version 1.5.0
PreParameters.hh
Go to the documentation of this file.
1 
28 #ifndef PRE_PARAMETERS_HH
29  #define PRE_PARAMETERS_HH
30 
31  #include "PreMultiContainer.hh"
32  #include <string>
33  #include <openmodeller/om.hh>
34 
35  //adapted from Terralib PDI (Digital Image Processing) to OM Pre-analysis ( Missae & Emiliano - DPI/INPE )
36 
42  class dllexp PreParameters : public
43  PreMultiContainer< std::string >
44  {
45  public:
46  PreParameters();
47 
48  ~PreParameters();
49 
50  // return the name descriptor for the current parameters.
51  std::string decName() const;
52  };
53 
54 #endif //PRE_PARAMETERS_HH