Rosetta 3.5
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
PackStatEnergy.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/PackStatEnergy.hh
11 /// @brief
12 /// @author Will Sheffler
13 
14 
15 #ifndef INCLUDED_core_scoring_methods_PackStatEnergy_hh
16 #define INCLUDED_core_scoring_methods_PackStatEnergy_hh
17 
18 
19 // Package headers
24 
25 
26 // Project headers
27 #include <core/pose/Pose.fwd.hh>
28 
29 // Utility headers
30 //#include <utility/vector1.hh>
31 #include <utility/vector1_bool.hh>
32 
33 #include <utility/vector1.hh>
34 
35 
36 namespace core {
37 namespace scoring {
38 namespace methods {
39 
40 
42 public:
44 
45 public:
46 
47  ///
49 
50  /// clone
51  virtual
53  clone() const;
54 
55  /////////////////////////////////////////////////////////////////////////////
56  // scoring
57  /////////////////////////////////////////////////////////////////////////////
58 
59  void
61  pose::Pose & pose,
62  ScoreFunction const &,
63  EnergyMap & totals
64  ) const;
65 virtual
66 core::Size version() const;
67 
68  void
70  utility::vector1< bool > & /*context_graphs_required*/
71  ) const {}
72 
73 private:
74 
75 
76 };
77 
78 
79 } // methods
80 } // scoring
81 } // core
82 
83 #endif