Rosetta 3.5
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
RNA_BulgeEnergy.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_BulgeEnergy.hh
11 /// @brief Score function class
12 /// @author Rhiju Das
13 
14 
15 #ifndef INCLUDED_core_scoring_rna_RNA_BulgeEnergy_hh
16 #define INCLUDED_core_scoring_rna_RNA_BulgeEnergy_hh
17 
18 // Unit headers
20 
21 // Package headers
23 
24 // Project headers
25 #include <core/pose/Pose.fwd.hh>
27 #include <core/id/DOF_ID.fwd.hh>
28 
29 #include <utility/vector1.hh>
30 
31 
32 namespace core {
33 namespace scoring {
34 namespace rna {
35 
36 ///
38 public:
40 
41 public:
42 
43  /// @brief ctor
45 
46  /// @brief dtor
47  virtual ~RNA_BulgeEnergy();
48 
49  /// clone
50  virtual
52  clone() const;
53 
54  /////////////////////////////////////////////////////////////////////////////
55  // methods for ContextIndependentOneBodyEnergies
56  /////////////////////////////////////////////////////////////////////////////
57 
58  ///
59  virtual
60  void
62  conformation::Residue const & rsd,
63  pose::Pose const &,
64  EnergyMap & emap
65  ) const;
66 
67 
68  ///
69  virtual
70  Real
72  id::DOF_ID const & dof_id,
73  id::TorsionID const & tor_id,
74  pose::Pose const & pose,
75  ScoreFunction const & sfxn,
76  EnergyMap const & weights
77  ) const;
78 
79  /// @brief RNA_BulgeEnergy is context independent; indicates that no
80  /// context graphs are required
81  virtual
83 virtual
84 core::Size version() const;
85 
86 
87  // data
88 private:
89 
90 };
91 
92 } // rna
93 } // scoring
94 } // core
95 
96 
97 #endif // INCLUDED_core_scoring_EtableEnergy_HH