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
SecondaryStructureEnergy.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/SecondaryStructureEnergy.hh
11
/// @brief Statistically derived rotamer pair potential class declaration
12
/// @author Phil Bradley
13
14
15
#ifndef INCLUDED_core_scoring_methods_SecondaryStructureEnergy_hh
16
#define INCLUDED_core_scoring_methods_SecondaryStructureEnergy_hh
17
18
// Unit Headers
19
#include <
core/scoring/methods/SecondaryStructureEnergy.fwd.hh
>
20
21
// Package headers
22
#include <
core/scoring/methods/WholeStructureEnergy.hh
>
23
#include <
core/scoring/SecondaryStructurePotential.fwd.hh
>
24
25
// Project headers
26
#include <
core/pose/Pose.fwd.hh
>
27
28
#include <utility/vector1.hh>
29
30
31
// Utility headers
32
33
34
namespace
core {
35
namespace
scoring {
36
namespace
methods {
37
38
///
39
class
SecondaryStructureEnergy
:
public
WholeStructureEnergy
{
40
public
:
41
typedef
WholeStructureEnergy
parent
;
42
43
public
:
44
45
///
46
SecondaryStructureEnergy
();
47
48
///
49
SecondaryStructureEnergy
(
SecondaryStructureEnergy
const
& src );
50
51
52
/// clone
53
virtual
54
EnergyMethodOP
55
clone
()
const
;
56
57
/////////////////////////////////////////////////////////////////////////////
58
// scoring
59
/////////////////////////////////////////////////////////////////////////////
60
61
virtual
62
void
63
setup_for_scoring
(
pose::Pose
& pose,
ScoreFunction
const
& scorefxn )
const
;
64
65
66
virtual
67
void
68
finalize_total_energy
(
69
pose::Pose
& pose,
70
ScoreFunction
const
&,
71
EnergyMap
& totals
72
)
const
;
73
74
75
/// @brief The SecondaryStructureEnergy class requires that the EnergyGraph
76
/// span 12 Angstroms between centroids. The centroids residues build-in a
77
/// 3 Angstrom radius each.
78
virtual
79
Distance
80
atomic_interaction_cutoff
()
const
;
81
82
83
virtual
84
void
indicate_required_context_graphs
(
utility::vector1< bool >
& context_graphs_required )
const
;
85
86
87
/////////////////////////////////////////////////////////////////////////////
88
// data
89
/////////////////////////////////////////////////////////////////////////////
90
91
private
:
92
93
/// const-ref to scoring database
94
SecondaryStructurePotential
const
&
potential_
;
95
virtual
96
core::Size
version
()
const
;
97
};
98
99
100
}
101
}
102
}
103
104
#endif // INCLUDED_core_scoring_ScoreFunction_HH
Generated on Sat Jun 1 2013 11:39:08 for Rosetta 3.5 by
1.8.4