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