Rosetta 3.5
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
SurfVolEnergy.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/SurfVolEnergy.hh
11 /// @brief Packing Score
12 /// @author Will Sheffler
13 
14 
15 #ifndef INCLUDED_core_scoring_packing_SurfVolEnergy_hh
16 #define INCLUDED_core_scoring_packing_SurfVolEnergy_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 //Objexx headers
33 
34 
35 // Utility headers
36 
37 
38 namespace core {
39 namespace scoring {
40 namespace packing {
41 
42 ///
44 public:
46 
47 public:
48 
49  SurfVolEnergy();
50 
51  //clone
52  virtual
54  clone() const {
55  return new SurfVolEnergy();
56  }
57 
58 
59  /////////////////////////////////////////////////////////////////////////////
60  // scoring
61  /////////////////////////////////////////////////////////////////////////////
62 
63  void
65  pose::Pose & pose,
66  ScoreFunction const &,
67  EnergyMap & totals
68  ) const;
69 
70  void
72  pose::Pose &,
73  ScoreFunction const &
74  )
75  const;
76 
77  void
79  id::AtomID const &,
80  pose::Pose const &,
81  kinematics::DomainMap const &,
82  ScoreFunction const &,
83  EnergyMap const &,
84  Vector &,// F1,
85  Vector & // F2
86  ) const;
87 virtual
88 core::Size version() const;
89 
90  void
92  utility::vector1< bool > & /*context_graphs_required*/
93  ) const {}
94 
95 
96 };
97 
98 } //packing
99 } //scoring
100 } //core
101 
102 #endif // INCLUDED_core_scoring_packing_SurfVolEnergy_HH