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