Rosetta 3.5
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
RRComparerAutomorphicRMSD.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/RRComparerAutomorphicRMSD.hh
11 /// @author Matthew O'Meara (mattjomeara@gmail.com)
12 
13 #ifndef INCLUDED_protocols_rotamer_recovery_RRComparerAutomorphicRMSD_hh
14 #define INCLUDED_protocols_rotamer_recovery_RRComparerAutomorphicRMSD_hh
15 
16 // Unit Headers
19 
20 
21 // Project Headers
22 #include <core/types.hh>
23 #include <core/pose/Pose.fwd.hh>
24 
25 // Utility headers
26 #include <utility/pointer/ReferenceCount.hh>
27 
28 // C++ Headers
29 // AUTO-REMOVED #include <ostream>
30 
31 #include <utility/vector1.hh>
32 
33 
34 namespace protocols {
35 namespace rotamer_recovery {
36 
37 
39 
40 public: // constructors destructors
41 
43 
45 
47 
48 public: // public interface
49 
50  virtual
52  get_name() const;
53 
54  virtual
56  get_parameters() const;
57 
58  virtual
59  bool
61  core::pose::Pose const & pose1,
62  core::pose::Pose const & pose2,
63  core::conformation::Residue const & res1,
64  core::conformation::Residue const & res2,
65  core::Real & score,
66  bool & recovered);
67 
68  virtual
69  void
71  bool const include_backbone_atoms
72  );
73 
74  virtual
75  bool
77 
78  virtual
79  void
81  core::Real const recovery_threshold
82  );
83 
84  virtual
86  get_recovery_threshold() const;
87 
88 private: // data members
89 
92 
93 };
94 
95 } // rotamer_recovery
96 } // protocols
97 
98 #endif // include guard