Rosetta 3.5
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
SmoothEnvEnergy.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/SmoothEnvEnergy.cc
11 /// @brief Smooth, differentiable, version of centroid env
12 /// @author Frank DiMaio
13 
14 
15 #ifndef INCLUDED_core_scoring_methods_SmoothEnvEnergy_hh
16 #define INCLUDED_core_scoring_methods_SmoothEnvEnergy_hh
17 
18 // Unit Headers
19 // AUTO-REMOVED #include <core/scoring/methods/EnvPairEnergy.fwd.hh>
20 
21 // Package headers
24 
25 // Project headers
26 #include <core/pose/Pose.fwd.hh>
28 
29 #include <utility/vector1.hh>
30 
31 
32 // Utility headers
33 
34 
35 namespace core {
36 namespace scoring {
37 namespace methods {
38 
39 ///
41 public:
43 public:
44 
45  ///
47 
48 
49  /// clone
50  virtual
52  clone() const;
53 
54  /////////////////////////////////////////////////////////////////////////////
55  // scoring
56  /////////////////////////////////////////////////////////////////////////////
57 
58  virtual
59  void
60  setup_for_scoring( pose::Pose & pose, ScoreFunction const & ) const;
61 
62  virtual
63  void
65  conformation::Residue const & rsd,
66  pose::Pose const & pose,
67  EnergyMap & emap
68  ) const;
69 
70  virtual
71  void
73  conformation::Residue const & rsd,
74  ResSingleMinimizationData const & min_data,
75  pose::Pose const & pose,
76  EnergyMap const & weights,
78  ) const;
79 
80  virtual
81  void
83  pose::Pose & pose,
84  ScoreFunction const &,
85  EnergyMap &// totals
86  ) const;
87 
88  virtual
90 
91 
92  /////////////////////////////////////////////////////////////////////////////
93  // data
94  /////////////////////////////////////////////////////////////////////////////
95 
96 private:
97 
98  // const-ref to scoring database
100 
101  virtual
102  core::Size version() const;
103 
104 };
105 
106 
107 }
108 }
109 }
110 
111 #endif // INCLUDED_core_scoring_ScoreFunction_HH