Rosetta 3.5
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
HolesEnergy.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/packing/HolesEnergy.hh
11 /// @brief Packing Score
12 /// @author Will Sheffler
13 
14 
15 #ifndef INCLUDED_core_scoring_packing_HolesEnergy_hh
16 #define INCLUDED_core_scoring_packing_HolesEnergy_hh
17 
18 // Package headers
20 // #include <core/scoring/ResidualDipolarCoupling.hh>
21 
23 
24 // Project headers
25 #include <core/pose/Pose.fwd.hh>
26 
29 
30 #include <utility/vector1.hh>
31 
32 
33 
34 //Objexx headers
35 
36 
37 // Utility headers
38 
39 
40 namespace core {
41 namespace scoring {
42 namespace packing {
43 
44 ///
46 public:
48 
49 public:
50 
51  HolesEnergy();
52 
53  //clone
54  virtual
56  clone() const {
57  return new HolesEnergy();
58  }
59 
60 
61  /////////////////////////////////////////////////////////////////////////////
62  // scoring
63  /////////////////////////////////////////////////////////////////////////////
64 
65  void
67  pose::Pose & pose,
68  ScoreFunction const &,
69  EnergyMap & totals
70  ) const;
71 
72  void
74  pose::Pose &,
75  ScoreFunction const &
76  )
77  const;
78 
79  void
81  id::AtomID const &,
82  pose::Pose const &,
83  kinematics::DomainMap const &,
84  ScoreFunction const &,
85  EnergyMap const &,
86  Vector &,// F1,
87  Vector & // F2
88  ) const;
89 
90  void
92  utility::vector1< bool > & /*context_graphs_required*/
93  ) const {}
94 
95  private:
96 
98 virtual
99 core::Size version() const;
100 
101 };
102 
103 } //packing
104 } //scoring
105 } //core
106 
107 #endif // INCLUDED_core_scoring_packing_HolesEnergy_HH