Rosetta 3.5
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
LoopRelaxThreadingMover.hh
Go to the documentation of this file.
1 // -*- mode:c++;tab-width:2;indent-tabs-mode:t;show-trailing-whitespace:t;rm-trailing-spaces:t -*-
2 // vi: set ts=2 noet:
3 //
4 // (c) Copyright Rosetta Commons Member Institutions.
5 // (c) This file is part of the Rosetta software suite and is made available under license.
6 // (c) The Rosetta software is developed by the contributing members of the Rosetta Commons.
7 // (c) For more information, see http://www.rosettacommons.org. Questions about this can be
8 // (c) addressed to University of Washington UW TechTransfer, email: license@u.washington.edu.
9 
10 /// @brief LoopRelaxThreadingMover.hh
11 /// @author James Thompson
12 
13 #ifndef INCLUDED_protocols_comparative_modeling_LoopRelaxThreadingMover_hh
14 #define INCLUDED_protocols_comparative_modeling_LoopRelaxThreadingMover_hh
15 
16 #include <core/types.hh>
17 #include <core/fragment/FragSet.hh>
18 
19 #include <protocols/moves/Mover.hh>
20 // AUTO-REMOVED #include <protocols/loops/Loops.hh>
22 
23 #include <string>
24 
25 #include <utility/vector1.hh>
26 
27 
28 namespace protocols {
29 namespace comparative_modeling {
30 
31 // Really simple class - just takes a job from ThreadingInputter and
32 // runs looprelax. Needs JD2 !!
34 public:
35  // constructor
37 
38  void setup();
39 
40  void apply( core::pose::Pose & pose );
41  // Undefinded comminting out to fix PyRosetta build bool apply_mt( core::pose::Pose & pose );
42  virtual std::string get_name() const;
43 
44 private:
46 
47  // Read parameters
52 };
53 
54 } // namespace comparative_modeling
55 } // namespace protocols
56 
57 #endif // INCLUDED_protocols_comparative_modeling_LoopRelaxThreadingMover_HH