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
packing
SurfEnergy.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/packing/SurfEnergy.hh
11
/// @brief Packing Score
12
/// @author Will Sheffler
13
14
15
#ifndef INCLUDED_core_scoring_packing_SurfEnergy_hh
16
#define INCLUDED_core_scoring_packing_SurfEnergy_hh
17
18
// Package headers
19
#include <
core/scoring/methods/WholeStructureEnergy.hh
>
20
// #include <core/scoring/ResidualDipolarCoupling.hh>
21
22
// Project headers
23
#include <
core/pose/Pose.fwd.hh
>
24
25
#include <
core/scoring/ScoreType.hh
>
26
#include <
core/scoring/ScoreFunction.fwd.hh
>
27
28
#include <utility/vector1.hh>
29
30
31
32
33
//Objexx headers
34
35
36
// Utility headers
37
38
39
namespace
core {
40
namespace
scoring {
41
namespace
packing {
42
43
///
44
class
SurfEnergy
:
public
methods::WholeStructureEnergy
{
45
public
:
46
typedef
methods::WholeStructureEnergy
parent
;
47
48
public
:
49
50
SurfEnergy
();
51
52
//clone
53
virtual
54
methods::EnergyMethodOP
55
clone
()
const
{
56
return
new
SurfEnergy
();
57
}
58
59
60
/////////////////////////////////////////////////////////////////////////////
61
// scoring
62
/////////////////////////////////////////////////////////////////////////////
63
64
void
65
finalize_total_energy
(
66
pose::Pose
& pose,
67
ScoreFunction
const
&,
68
EnergyMap
& totals
69
)
const
;
70
71
void
72
setup_for_derivatives
(
73
pose::Pose
&,
74
ScoreFunction
const
&
75
)
76
const
;
77
78
void
79
eval_atom_derivative
(
80
id::AtomID
const
&,
81
pose::Pose
const
&,
82
kinematics::DomainMap
const
&,
83
ScoreFunction
const
&,
84
EnergyMap
const
&,
85
Vector
&,
// F1,
86
Vector
&
// F2
87
)
const
;
88
virtual
89
core::Size
version
()
const
;
90
91
void
92
indicate_required_context_graphs
(
93
utility::vector1< bool >
&
/*context_graphs_required*/
94
)
const
{}
95
96
97
};
98
99
}
//packing
100
}
//scoring
101
}
//core
102
103
#endif // INCLUDED_core_scoring_packing_SurfEnergy_HH
Generated on Sat Jun 1 2013 11:39:34 for Rosetta 3.5 by
1.8.4