Rosetta 3.5
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
SecondaryStructureEnergy.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/SecondaryStructureEnergy.hh
11 /// @brief Statistically derived rotamer pair potential class declaration
12 /// @author Phil Bradley
13 
14 
15 #ifndef INCLUDED_core_scoring_methods_SecondaryStructureEnergy_hh
16 #define INCLUDED_core_scoring_methods_SecondaryStructureEnergy_hh
17 
18 // Unit Headers
20 
21 // Package headers
24 
25 // Project headers
26 #include <core/pose/Pose.fwd.hh>
27 
28 #include <utility/vector1.hh>
29 
30 
31 // Utility headers
32 
33 
34 namespace core {
35 namespace scoring {
36 namespace methods {
37 
38 ///
40 public:
42 
43 public:
44 
45  ///
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 & scorefxn ) const;
64 
65 
66  virtual
67  void
69  pose::Pose & pose,
70  ScoreFunction const &,
71  EnergyMap & totals
72  ) const;
73 
74 
75  /// @brief The SecondaryStructureEnergy class requires that the EnergyGraph
76  /// span 12 Angstroms between centroids. The centroids residues build-in a
77  /// 3 Angstrom radius each.
78  virtual
79  Distance
81 
82 
83  virtual
84  void indicate_required_context_graphs( utility::vector1< bool > & context_graphs_required ) const;
85 
86 
87  /////////////////////////////////////////////////////////////////////////////
88  // data
89  /////////////////////////////////////////////////////////////////////////////
90 
91 private:
92 
93  /// const-ref to scoring database
95 virtual
96 core::Size version() const;
97 };
98 
99 
100 }
101 }
102 }
103 
104 #endif // INCLUDED_core_scoring_ScoreFunction_HH