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
EnvEnergy.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/EnvEnergy.hh
11
/// @brief EnergyMethod that evaluates env and cbeta energies.
12
/// @author Phil Bradley
13
14
15
#ifndef INCLUDED_core_scoring_methods_EnvEnergy_hh
16
#define INCLUDED_core_scoring_methods_EnvEnergy_hh
17
18
// Unit Headers
19
// AUTO-REMOVED #include <core/scoring/methods/EnvPairEnergy.fwd.hh>
20
21
// Package headers
22
#include <
core/scoring/methods/ContextDependentOneBodyEnergy.hh
>
23
#include <
core/scoring/EnvPairPotential.fwd.hh
>
24
25
// Project headers
26
#include <
core/pose/Pose.fwd.hh
>
27
#include <
core/scoring/ScoreFunction.fwd.hh
>
28
29
#include <utility/vector1.hh>
30
31
32
// Utility headers
33
34
35
namespace
core {
36
namespace
scoring {
37
namespace
methods {
38
39
///
40
class
EnvEnergy
:
public
ContextDependentOneBodyEnergy
{
41
public
:
42
typedef
ContextDependentOneBodyEnergy
parent
;
43
public
:
44
45
///
46
EnvEnergy
();
47
48
49
/// clone
50
virtual
51
EnergyMethodOP
52
clone
()
const
;
53
54
/////////////////////////////////////////////////////////////////////////////
55
// scoring
56
/////////////////////////////////////////////////////////////////////////////
57
58
virtual
59
void
60
setup_for_scoring
(
pose::Pose
& pose,
ScoreFunction
const
& )
const
;
61
62
virtual
63
void
64
residue_energy
(
65
conformation::Residue
const
& rsd,
66
pose::Pose
const
& pose,
67
EnergyMap
& emap
68
)
const
;
69
70
71
virtual
72
void
73
finalize_total_energy
(
74
pose::Pose
& pose,
75
ScoreFunction
const
&,
76
EnergyMap
&
// totals
77
)
const
;
78
79
virtual
80
void
indicate_required_context_graphs
(
utility::vector1< bool >
& )
const
{}
81
82
83
/////////////////////////////////////////////////////////////////////////////
84
// data
85
/////////////////////////////////////////////////////////////////////////////
86
87
private
:
88
89
// const-ref to scoring database
90
EnvPairPotential
const
&
potential_
;
91
virtual
92
core::Size
version
()
const
;
93
94
};
95
96
97
}
98
}
99
}
100
101
#endif // INCLUDED_core_scoring_ScoreFunction_HH
Generated on Sat Jun 1 2013 11:37:56 for Rosetta 3.5 by
1.8.4