Rosetta 3.5
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
RRProtocolReferenceStructure.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/RRProtocolReferenceStructure.hh
11 /// @brief Preform the rotamer recovery against a reference structure
12 /// @author Matthew O'Meara (mattjomeara@gmail.com)
13 
14 #ifndef INCLUDED_protocols_rotamer_recovery_RRProtocolReferenceStructure_hh
15 #define INCLUDED_protocols_rotamer_recovery_RRProtocolReferenceStructure_hh
16 
17 // Unit Headers
20 
21 // Project Headers
24 
25 // Platform Headers
27 #include <core/pose/Pose.fwd.hh>
28 
29 //Auto Headers
30 #include <core/types.hh>
31 #include <utility/vector1.hh>
32 
33 
34 namespace protocols {
35 namespace rotamer_recovery {
36 
38 
39 public: // constructors destructors
40 
42 
44  core::pose::PoseCOP reference_pose);
45 
47 
49  RRProtocolReferenceStructure const & src);
50 
51 public: // public interface
52 
54  get_name() const;
55 
57  get_parameters() const;
58 
59  void
61  core::pose::PoseCOP reference_pose);
62 
63  void
64  run(
65  RRComparerOP comparer,
66  RRReporterOP reporter,
67  core::pose::Pose const & pose,
69  core::pack::task::PackerTask const & packer_task);
70 
71 private: // member data
73 };
74 
75 } // namespace
76 } // namespace
77 
78 #endif // include guard