Rosetta 3.5
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
RRProtocolRotamerTrials.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/RRProtocolRotamerTrials.hh
11 /// @author Matthew O'Meara (mattjomeara@gmail.com)
12 
13 #ifndef INCLUDED_protocols_rotamer_recovery_RRProtocolRotamerTrials_hh
14 #define INCLUDED_protocols_rotamer_recovery_RRProtocolRotamerTrials_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 
31 namespace protocols {
32 namespace rotamer_recovery {
33 
35 
36 public: // constructors destructors
37 
39 
41 
43 
44 public: // public interface
45 
46  virtual
48  get_name() const;
49 
50  virtual
52  get_parameters() const;
53 
54  void
55  run(
56  RRComparerOP comparer,
57  RRReporterOP reporter,
58  core::pose::Pose const & pose,
59  core::scoring::ScoreFunction const & score_function,
60  core::pack::task::PackerTask const & packer_task);
61 
62 };
63 
64 } // namespace
65 } // namespace
66 
67 #endif // include guard