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