RBGen  Version of the Day
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Groups Pages
RBGen_MethodFactory.hpp
1 #ifndef RBGEN_METHOD_FACTORY_HPP
2 #define RBGEN_METHOD_FACTORY_HPP
3 
5 #include "RBGen_Method.hpp"
6 
7 namespace RBGen {
8 
10  template< class DataSetType, class OperatorType >
11  class MethodFactory {
12 
13  public:
15 
16 
19 
21  virtual ~MethodFactory() {};
23 
25 
26 
28 
30 
31  };
32 
33 } // end of RBGen namespace
34 
35 #endif // RBGEN_METHOD_FACTORY_HPP
virtual ~MethodFactory()
Destructor.
MethodFactory()
Default constructor.
Abstract factory for creating basis generation methods.