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
SA_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/SA_Energy.hh
11
/// @brief Statistically derived rotamer pair potential class declaration
12
/// @author James Thompson
13
14
15
#ifndef INCLUDED_core_scoring_methods_SA_Energy_hh
16
#define INCLUDED_core_scoring_methods_SA_Energy_hh
17
18
19
// Package headers
20
#include <
core/scoring/methods/WholeStructureEnergy.hh
>
21
#include <
core/scoring/ScoreType.hh
>
22
#include <
core/scoring/ScoreFunction.fwd.hh
>
23
24
// Project headers
25
#include <
core/pose/Pose.fwd.hh
>
26
27
#include <utility/vector1.hh>
28
29
30
// Utility headers
31
32
33
namespace
core {
34
namespace
scoring {
35
namespace
methods {
36
37
38
class
SA_Energy
:
public
WholeStructureEnergy
{
39
public
:
40
typedef
WholeStructureEnergy
parent
;
41
public
:
42
43
/// @brief call sasa.cc to calculate the surface area
44
SA_Energy
();
45
46
/// clone
47
virtual
48
EnergyMethodOP
49
clone
()
const
;
50
51
/////////////////////////////////////////////////////////////////////////////
52
// scoring
53
/////////////////////////////////////////////////////////////////////////////
54
55
void
56
finalize_total_energy
(
57
pose::Pose
& pose,
58
ScoreFunction
const
&,
59
EnergyMap
& totals
60
)
const
;
61
virtual
62
core::Size
version
()
const
;
63
64
void
65
indicate_required_context_graphs
(
66
utility::vector1< bool >
&
/*context_graphs_required*/
67
)
const
{}
68
69
private
:
70
71
72
};
73
74
75
}
76
}
77
}
78
79
#endif // INCLUDED_core_scoring_methods_SA_Energy_HH
Generated on Sat Jun 1 2013 11:39:07 for Rosetta 3.5 by
1.8.4