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