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