Rosetta 3.5
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
RRProtocolPackRotamers.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/RRProtocolPackRotamers.hh
11 /// @author Matthew O'Meara (mattjomeara@gmail.com)
12 
13 #ifndef INCLUDED_protocols_rotamer_recovery_RRProtocolPackRotamers_hh
14 #define INCLUDED_protocols_rotamer_recovery_RRProtocolPackRotamers_hh
15 
16 // Unit Headers
19 
20 // Project Headers
23 
24 // Platform Headers
26 #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 
47  get_name() const;
48 
50  get_parameters() const;
51 
52  void
53  run(
54  RRComparerOP comparer,
55  RRReporterOP reporter,
56  core::pose::Pose const & pose,
57  core::scoring::ScoreFunction const & score_function,
58  core::pack::task::PackerTask const & packer_task);
59 };
60 
61 } // namespace
62 } // namespace
63 
64 #endif // include guard