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