Rosetta 3.5
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
RNA_SugarCloseEnergy.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 core/scoring/rna/RNA_SugarCloseEnergy.hh
11 /// @brief Statistically derived rotamer pair potential class declaration
12 /// @author Rhiju Das
13 
14 
15 #ifndef INCLUDED_core_scoring_rna_RNA_SugarCloseEnergy_HH
16 #define INCLUDED_core_scoring_rna_RNA_SugarCloseEnergy_HH
17 
18 // Unit headers
20 
21 // Package headers
26 
27 // Project headers
28 #include <core/pose/Pose.fwd.hh>
30 #include <core/id/DOF_ID.fwd.hh>
31 
32 #include <utility/vector1.hh>
33 
34 
35 namespace core {
36 namespace scoring {
37 namespace rna {
38 
39 ///
41 public:
43 
44 public:
45 
46  /// @brief ctor
48 
49  /// @brief dtor
50  virtual ~RNA_SugarCloseEnergy();
51 
52  /// clone
53  virtual
55  clone() const;
56 
57  /////////////////////////////////////////////////////////////////////////////
58  // methods for ContextIndependentOneBodyEnergies
59  /////////////////////////////////////////////////////////////////////////////
60 
61  ///
62  virtual
63  void
65  conformation::Residue const & rsd,
66  EnergyMap & emap
67  ) const;
68 
69 
70  ///
71  virtual
72  void
74  conformation::Residue const & rsd,
75  pose::Pose const &,
76  EnergyMap & emap
77  ) const;
78 
79 
80  virtual
81  void
82  setup_for_derivatives( pose::Pose & pose, ScoreFunction const & ) const;
83 
84  ///
85 ///////////////////////////////////////////////////////////////////////////////
86  virtual
87  void
89  id::AtomID const & id,
90  pose::Pose const & pose,
91  kinematics::DomainMap const &, // domain_map,
92  ScoreFunction const & sfxn,
93  EnergyMap const & weights,
94  Vector & F1,
95  Vector & F2
96  ) const;
97 
98 
99  /// @brief RNA_SugarCloseEnergy is context independent; indicates that no
100  /// context graphs are required
101  virtual
103 
104  void
106 
107  void
109 
110  // data
111 private:
112 
113  // Ribose closure
119 
127 
128  //phenix-based constraint
141 
143 
144  virtual
145  core::Size version() const;
146 
147 
148 };
149 
150 } // rna
151 } // scoring
152 } // core
153 
154 
155 #endif // INCLUDED_core_scoring_EtableEnergy_HH