openModeller  Version 1.5.0
bs_algorithm_factory.hh
Go to the documentation of this file.
1 
31 #ifndef _BS_ALGORITHM_FACTORY_HH_
32 #define _BS_ALGORITHM_FACTORY_HH_
33 
34 #include <openmodeller/om.hh>
35 
37 {
38 public:
39  virtual ~BSAlgorithmFactory(){};
40  virtual AlgorithmImpl * getBSAlgorithm() = 0;
41 };
42 
43 
44 #endif
45 
virtual AlgorithmImpl * getBSAlgorithm()=0