Rosetta 3.5
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
ContextDependentOneBodyEnergy.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
11 /// @brief
12 /// @author
13 
14 
15 #ifndef INCLUDED_core_scoring_methods_ContextDependentOneBodyEnergy_hh
16 #define INCLUDED_core_scoring_methods_ContextDependentOneBodyEnergy_hh
17 
18 // Unit headers
20 
21 // Package headers
23 
25 
26 
27 // Project headers
29 #include <core/pose/Pose.fwd.hh>
30 
31 #include <utility/vector1.hh>
32 
33 
34 
35 namespace core {
36 namespace scoring {
37 namespace methods {
38 
39 ///
41 public:
43 
44 public:
45  /// @brief Constructor with an EnergyMethodCreator to inform the EnergyMethod
46  /// parent which ScoreTypes this EnergyMethod is responsible for computing.
48 
49  /// @brief Returns the cd_1b element of the EnergyMethodType enumeration; this method
50  /// should NOT be overridden by derived classes.
51  virtual
53  method_type() const;
54 
55  ///
56  virtual
57  void
59  conformation::Residue const & rsd,
60  pose::Pose const & pose,
61  EnergyMap & emap
62  ) const = 0;
63 
64 };
65 
66 } // methods
67 } // scoring
68 } // core
69 
70 
71 #endif // INCLUDED_core_scoring_EtableEnergy_HH