openModeller  Version 1.5.0
DgGarpBestSubsets.hh
Go to the documentation of this file.
1 
31 #ifndef _DG_GARP_BEST_SUBSETS_HH_
32 #define _DG_GARP_BEST_SUBSETS_HH_
33 
34 #include <openmodeller/om.hh>
35 
36 #include "GarpAlgorithm.h"
37 #include "AbstractBestSubsets.hh"
38 
39 
40 /****************************************************************/
41 /************************* GARP Algorithm ***********************/
42 
55 {
56 public:
58  virtual ~DgGarpBestSubsets();
59 
60 private:
61 };
62 
63 
64 #endif
65