Rosetta 3.5
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
LoopBuildMover.hh
Go to the documentation of this file.
1 /*
2  * LoopBuildMover.hh
3  *
4  * Created on: Jun 9, 2012
5  * Author: nannemdp
6  */
7 
8 #ifndef INCLUDED_protocols_loop_build_LoopBuildMover_hh
9 #define INCLUDED_protocols_loop_build_LoopBuildMover_hh
10 
11 #include <core/pose/Pose.hh>
12 
15 #include <protocols/moves/Mover.hh>
16 
17 namespace protocols{
18 namespace loop_build{
19 
20 
21 class LoopBuildMover : public moves::Mover {
22 public:
23 
25 
26  virtual void apply( core::pose::Pose & pose );
27 
28  virtual std::string get_name() const;
29 
30 private:
32 
33 private:
34  void setup_loop_definition();
35 };
36 
37 
38 } // namespace loop_build
39 } // namespace protocols
40 
41 #endif /* INCLUDED_protocols_loop_build_LoopBuildMover_hh */