Rosetta 3.5
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
ContextIndependentTwoBodyEnergy.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/ContextIndependentTwoBodyEnergy.hh
11 /// @brief Short ranged, context-independent, two-body energy class declaration
12 /// @author Phil Bradley
13 /// @author Andrew Leaver-Fay
14 
15 
16 #ifndef INCLUDED_core_scoring_methods_ContextIndependentTwoBodyEnergy_hh
17 #define INCLUDED_core_scoring_methods_ContextIndependentTwoBodyEnergy_hh
18 
19 // Unit headers
21 
22 // Package headers
24 
25 #include <utility/vector1.hh>
26 
27 
28 namespace core {
29 namespace scoring {
30 namespace methods {
31 
33 public:
35 
36 public:
37  /// @brief Constructor with an EnergyMethodCreator to inform the
38  /// ancestor EnergyMethod class which ScoreTypes this EnergyMethod
39  /// is responsible for computing.
41 
42  virtual
44 
46  method_type() const;
47 
48 };
49 
50 } // methods
51 } // scoring
52 } // core
53 
54 #endif