Rosetta 3.5
Main Page
Related Pages
Namespaces
Classes
Files
Examples
File List
File Members
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
Pages
src
core
scoring
methods
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
20
#include <
core/scoring/methods/ContextIndependentTwoBodyEnergy.fwd.hh
>
21
22
// Package headers
23
#include <
core/scoring/methods/ShortRangeTwoBodyEnergy.hh
>
24
25
#include <utility/vector1.hh>
26
27
28
namespace
core {
29
namespace
scoring {
30
namespace
methods {
31
32
class
ContextIndependentTwoBodyEnergy
:
public
ShortRangeTwoBodyEnergy
{
33
public
:
34
typedef
ShortRangeTwoBodyEnergy
parent
;
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.
40
ContextIndependentTwoBodyEnergy
(
EnergyMethodCreatorOP
);
41
42
virtual
43
~ContextIndependentTwoBodyEnergy
();
44
45
EnergyMethodType
46
method_type
()
const
;
47
48
};
49
50
}
// methods
51
}
// scoring
52
}
// core
53
54
#endif
Generated on Sat Jun 1 2013 11:37:40 for Rosetta 3.5 by
1.8.4