Rosetta 3.5
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
SpecialRotamerEnergy.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 protocols/scoring/methods/SpecialRotamerEnergy.hh
11 /// @brief Adds a bonus to any rotamer that is flagged
12 /// @author sthyme, sthyme@gmail.com, Feb 2010
13 
14 
15 #ifndef INCLUDED_protocols_scoring_methods_SpecialRotamerEnergy_hh
16 #define INCLUDED_protocols_scoring_methods_SpecialRotamerEnergy_hh
17 
18 // Unit headers
20 
21 // Package headers
24 
25 // Project headers
26 #include <core/pose/Pose.fwd.hh>
27 #include <core/id/TorsionID.fwd.hh>
28 #include <core/id/DOF_ID.fwd.hh>
29 
30 #include <utility/vector1.hh>
31 
32 
33 
34 namespace protocols {
35 namespace scoring {
36 namespace methods {
37 
38 ///
40 public:
42 
43 public:
44 
45  /// ctor
47 
48  /// clone
49  virtual
51  clone() const;
52 
53  /////////////////////////////////////////////////////////////////////////////
54  // methods for ContextIndependentOneBodyEnergies
55  /////////////////////////////////////////////////////////////////////////////
56 
57  ///
58  virtual
59  void
61  core::conformation::Residue const & rsd,
62  core::pose::Pose const & pose,
64  ) const;
65 
66 
67  ///
68  virtual
71  core::id::DOF_ID const & dof_id,
72  core::id::TorsionID const & tor_id,
73  core::pose::Pose const & pose,
74  core::scoring::ScoreFunction const & sfxn,
75  core::scoring::EnergyMap const & weights
76  ) const;
77 
78  /// @brief SpecialRotamerEnergy is context independent; indicates that no
79  /// context graphs are required
80  virtual
82 virtual
83 core::Size version() const;
84 
85  // data
86 private:
87 
88 };
89 
90 } // methods
91 } // scoring
92 } // protocols
93 
94 
95 #endif // INCLUDED_protocols_scoring_methods_SpecialRotamerEnergy_HH