Rosetta 3.5
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
SA_Energy.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/SA_Energy.hh
11 /// @brief Statistically derived rotamer pair potential class declaration
12 /// @author James Thompson
13 
14 
15 #ifndef INCLUDED_core_scoring_methods_SA_Energy_hh
16 #define INCLUDED_core_scoring_methods_SA_Energy_hh
17 
18 
19 // Package headers
23 
24 // Project headers
25 #include <core/pose/Pose.fwd.hh>
26 
27 #include <utility/vector1.hh>
28 
29 
30 // Utility headers
31 
32 
33 namespace core {
34 namespace scoring {
35 namespace methods {
36 
37 
39 public:
41 public:
42 
43  /// @brief call sasa.cc to calculate the surface area
44  SA_Energy();
45 
46  /// clone
47  virtual
49  clone() const;
50 
51  /////////////////////////////////////////////////////////////////////////////
52  // scoring
53  /////////////////////////////////////////////////////////////////////////////
54 
55  void
57  pose::Pose & pose,
58  ScoreFunction const &,
59  EnergyMap & totals
60  ) const;
61 virtual
62 core::Size version() const;
63 
64  void
66  utility::vector1< bool > & /*context_graphs_required*/
67  ) const {}
68 
69 private:
70 
71 
72 };
73 
74 
75 }
76 }
77 }
78 
79 #endif // INCLUDED_core_scoring_methods_SA_Energy_HH