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
P_AA_Energy.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/P_AA_Energy.hh
11
/// @brief Probability of observing an amino acid (NOT conditional on phi/psi), energy method declaration
12
/// @author Ron Jacak
13
14
15
#ifndef INCLUDED_core_scoring_methods_P_AA_Energy_hh
16
#define INCLUDED_core_scoring_methods_P_AA_Energy_hh
17
18
// Unit headers
19
#include <
core/scoring/methods/P_AA_Energy.fwd.hh
>
20
21
// Package headers
22
#include <
core/scoring/methods/ContextIndependentOneBodyEnergy.hh
>
23
#include <
core/scoring/P_AA.fwd.hh
>
24
#include <
core/scoring/ScoreFunction.fwd.hh
>
25
26
27
// Project headers
28
#include <
core/pose/Pose.fwd.hh
>
29
#include <
core/id/TorsionID.fwd.hh
>
30
#include <
core/conformation/Residue.fwd.hh
>
31
#include <
core/id/DOF_ID.fwd.hh
>
32
33
#include <utility/vector1.hh>
34
35
36
37
namespace
core {
38
namespace
scoring {
39
namespace
methods {
40
41
42
class
P_AA_Energy
:
public
ContextIndependentOneBodyEnergy
{
43
public
:
44
typedef
ContextIndependentOneBodyEnergy
parent
;
45
46
public
:
47
48
P_AA_Energy
();
49
50
virtual
51
EnergyMethodOP
clone
()
const
;
52
53
virtual
54
void
residue_energy
(
55
conformation::Residue
const
& rsd,
56
pose::Pose
const
& pose,
57
EnergyMap
& emap
58
)
const
;
59
60
virtual
61
Real
62
eval_dof_derivative
(
63
id::DOF_ID
const
& dof_id,
id::TorsionID
const
& tor_id,
pose::Pose
const
& pose,
64
ScoreFunction
const
& sfxn,
EnergyMap
const
& weights
65
)
const
;
66
67
///@brief P_AA_Energy is context independent; indicates that no context graphs are required
68
virtual
69
void
indicate_required_context_graphs
(
utility::vector1< bool >
& )
const
;
70
71
72
private
:
73
74
P_AA
const
&
p_aa_
;
75
virtual
76
core::Size
version
()
const
;
77
78
};
79
80
}
// methods
81
}
// scoring
82
}
// core
83
84
85
#endif // INCLUDED_core_scoring_methods_P_AA_Energy_HH
Generated on Sat Jun 1 2013 11:38:34 for Rosetta 3.5 by
1.8.4