Rosetta 3.5
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
MembraneCbetaEnergy.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/methods/MembraneCbetaEnergy.hh
11 /// @brief Membrane Environment Cbeta Energy
12 /// @author Bjorn Wallner
13 
14 
15 #ifndef INCLUDED_core_scoring_methods_MembraneCbetaEnergy_hh
16 #define INCLUDED_core_scoring_methods_MembraneCbetaEnergy_hh
17 
18 // Unit Headers
19 //#include <core/scoring/methods/MembraneCbetaEnergy.fwd.hh>
20 // you cannot #include yourself #include <core/scoring/methods/MembraneCbetaEnergy.hh>
22 // Package headers
26 
27 
28 // Project headers
29 #include <core/pose/Pose.fwd.hh>
30 
31 #include <utility/vector1.hh>
32 
33 
34 // Utility headers
35 
36 
37 namespace core {
38 namespace scoring {
39 namespace methods {
40 
41 ///
43 public:
45 
46 public:
47 
48  ///
50 
51 
52  /// clone
53  virtual
55  clone() const;
56 
57  /////////////////////////////////////////////////////////////////////////////
58  // scoring
59  /////////////////////////////////////////////////////////////////////////////
60 
61  virtual
62  void
63  setup_for_scoring( pose::Pose & pose, ScoreFunction const & ) const;
64 
65  virtual
66  void
68  conformation::Residue const & rsd,
69  pose::Pose const & pose,
70  EnergyMap & emap
71  ) const;
72 
73 
74  virtual
75  void
77  pose::Pose & pose,
78  ScoreFunction const &,
79  EnergyMap &// totals
80  ) const;
81 
82  virtual
84 
85  //bool allow_scoring(Size const seqpos) const;
86  MembraneTopology const & MembraneTopology_from_pose( pose::Pose const & pose ) const;
87 
88  /////////////////////////////////////////////////////////////////////////////
89  // data
90  /////////////////////////////////////////////////////////////////////////////
91 
92 private:
93 
94  // const-ref to scoring database
96 virtual
97 core::Size version() const;
98 
99 };
100 
101 
102 }
103 }
104 }
105 
106 #endif // INCLUDED_core_scoring_ScoreFunction_HH