Rosetta 3.5
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
SymShakeStructureMover.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 /// @file
11 /// @brief
12 /// @author Liz Kellogg
13 
14 #ifndef INCLUDED_protocols_simple_moves_symmetry_SymShakeStructureMover_hh
15 #define INCLUDED_protocols_simple_moves_symmetry_SymShakeStructureMover_hh
16 
20 // AUTO-REMOVED #include <core/scoring/ScoreFunctionFactory.hh>
21 
22 // C++ headers
23 // AUTO-REMOVED #include <cstdlib>
24 
25 // AUTO-REMOVED #include <basic/Tracer.hh>
26 #include <core/types.hh>
27 
28 // AUTO-REMOVED #include <core/pose/Pose.hh>
29 #include <core/pose/Pose.fwd.hh>
30 
31 //protocols
32 #include <protocols/moves/Mover.hh>
33 //#include <protocols/simple_moves/BackboneMover.hh>
35 
36 #include <utility/vector1.hh>
37 
38 
39 
40 namespace protocols {
41 namespace simple_moves {
42 namespace symmetry {
43 
45 public:
47 
49 
51  core::Real temperature);
52 
54  core::Real ens_diversity,
55  core::Real ens_div_tolerance);
56 
57  virtual ~SymShakeStructureMover();
58 
59  virtual std::string get_name() const;
60  //setters
61 // void set_scorefunction(core::scoring::ScoreFunction & s);
62 
64  reduce_fa_rep(float fraction_fa_rep, core::scoring::ScoreFunction & s);
65 
68 
70 
72  core::Real temperature);
73 
74 };
75 
76 } //symmetry
77 } //moves
78 } //protocols
79 
80 #endif