Rosetta 3.5
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
FastRelaxCreator.hh
Go to the documentation of this file.
1 /*
2  * FastRelaxCreator.hh
3  *
4  * Created on: Jun 21, 2010
5  * Author: zellnehj
6  */
7 
8 
9 #ifndef INCLUDED_protocols_relax_FastRelaxCreator_hh
10 #define INCLUDED_protocols_relax_FastRelaxCreator_hh
11 
12 // Project headers
14 
15 namespace protocols {
16 namespace relax {
17 
19 {
20 public:
21  virtual moves::MoverOP create_mover() const;
22  virtual std::string keyname() const;
23  static std::string mover_name();
24 };
25 
26 }
27 }
28 
29 
30 #endif