Rosetta 3.5
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
RRProtocolRTMin.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 src/protocols/rotamer_recovery/RRProtocolRTMin.hh
11 /// @author Matthew O'Meara (mattjomeara@gmail.com)
12 
13 #ifndef INCLUDED_protocols_rotamer_recovery_RRProtocolRTMin_hh
14 #define INCLUDED_protocols_rotamer_recovery_RRProtocolRTMin_hh
15 
16 // Unit Headers
19 
20 // Project Headers
23 
24 // Platform Headers
25 #include <core/pose/Pose.fwd.hh>
27 
28 //Auto Headers
29 #include <utility/vector1.hh>
30 namespace protocols {
31 namespace rotamer_recovery {
32 
33 class RRProtocolRTMin : public RRProtocol {
34 
35 public: // constructors destructors
36 
38 
40 
42 
43 public: // public interface
44 
45  virtual
47  get_name() const;
48 
49  virtual
51  get_parameters() const;
52 
53  void
55  bool setting);
56 
57  bool
58  get_nonideal() const;
59 
60  void
62  bool setting);
63 
64  bool
65  get_cartesian() const;
66 
67  void
68  run(
69  RRComparerOP comparer,
70  RRReporterOP reporter,
71  core::pose::Pose const & pose,
72  core::scoring::ScoreFunction const & score_function,
73  core::pack::task::PackerTask const & packer_task);
74 
75 private:
76  bool nonideal_;
77  bool cartesian_;
78 };
79 
80 } // namespace
81 } // namespace
82 
83 #endif // include guard