Rosetta 3.5
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
ContactOrderEnergy.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/ContactOrderEnergy.hh
11 /// @brief Statistically derived rotamer pair potential class declaration
12 /// @author James Thompson
13 
14 
15 #ifndef INCLUDED_core_scoring_methods_ContactOrderEnergy_hh
16 #define INCLUDED_core_scoring_methods_ContactOrderEnergy_hh
17 
18 
19 // Package headers
23 
24 // Project headers
25 #include <core/pose/Pose.fwd.hh>
26 
27 // Utility headers
28 #include <utility/vector1.fwd.hh>
29 
30 #include <utility/vector1.hh>
31 
32 
33 namespace core {
34 namespace scoring {
35 namespace methods {
36 
37 
39 public:
41 public:
42 
44 
45  /// clone
46  virtual
48  clone() const;
49 
50  /////////////////////////////////////////////////////////////////////////
51  // scoring
52  /////////////////////////////////////////////////////////////////////////
53 
54  void
56  pose::Pose & pose,
57  ScoreFunction const &,
58  EnergyMap & totals
59  ) const;
60 
62  calculate_contact_order( pose::Pose const & pose ) const;
63 virtual
64 core::Size version() const;
65 
66  void
68  utility::vector1< bool > & /*context_graphs_required*/
69  ) const {}
70 
71 private:
72 
73 
74 }; // ContactOrderEnergy
75 
76 
77 } // methods
78 } // scoring
79 } // core
80 
81 #endif // INCLUDED_core_scoring_methods_ContactOrderEnergy_HH