Rosetta 3.5
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
BurialEnergy.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/BurialEnergy.hh
11 /// @brief energy term use for scoring predicted burial
12 /// @author James Thompson
13 
14 #ifndef INCLUDED_core_scoring_methods_BurialEnergy_hh
15 #define INCLUDED_core_scoring_methods_BurialEnergy_hh
16 
21 
22 #include <core/pose/Pose.fwd.hh>
23 #include <utility/vector1.fwd.hh>
24 
25 #include <utility/vector1.hh>
26 
27 
28 namespace core {
29 namespace scoring {
30 namespace methods {
31 
32 
34 public:
35 
38  }
39 
40  /// clone
41  virtual
43  clone() const;
44 
45  /////////////////////////////////////////////////////////////////////////////
46  // scoring
47  /////////////////////////////////////////////////////////////////////////////
48 
49  virtual void
51  conformation::Residue const & rsd,
52  pose::Pose const & pose,
53  EnergyMap & emap
54  ) const;
55 
56  void
58  pose::Pose & pose, ScoreFunction const &
59  ) const;
60 
61  void
63  pose::Pose &,
64  ScoreFunction const &,
65  EnergyMap &
66  ) const {}
67 
68  virtual
69  core::Size version() const;
70 
71  void
73  utility::vector1< bool > & /*context_graphs_required*/
74  ) const;
75 
76 private:
77  void init_from_file();
79 };
80 
81 }
82 }
83 }
84 
85 #endif // INCLUDED_core_scoring_methods_BurialEnergy_HH