Rosetta 3.5
Main Page
Related Pages
Namespaces
Classes
Files
Examples
File List
File Members
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
Pages
src
protocols
relax
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
13
#include <
protocols/moves/MoverCreator.hh
>
14
15
namespace
protocols {
16
namespace
relax {
17
18
class
FastRelaxCreator
:
public
moves::MoverCreator
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
Generated on Sat Jun 1 2013 12:08:54 for Rosetta 3.5 by
1.8.4