openModeller  Version 1.4.0
DgGarpBestSubsets.hh
Go to the documentation of this file.
00001 
00031 #ifndef _DG_GARP_BEST_SUBSETS_HH_
00032 #define _DG_GARP_BEST_SUBSETS_HH_
00033 
00034 #include <openmodeller/om.hh>
00035 
00036 #include "GarpAlgorithm.h"
00037 #include "AbstractBestSubsets.hh"
00038 
00039 
00040 /****************************************************************/
00041 /************************* GARP Algorithm ***********************/
00042 
00054 class DgGarpBestSubsets : public AbstractBestSubsets
00055 {
00056 public:
00057   DgGarpBestSubsets();
00058   virtual ~DgGarpBestSubsets();
00059 
00060 private:
00061 };
00062 
00063 
00064 #endif
00065