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
rna
RNA_BulgeEnergy.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/rna/RNA_BulgeEnergy.hh
11
/// @brief Score function class
12
/// @author Rhiju Das
13
14
15
#ifndef INCLUDED_core_scoring_rna_RNA_BulgeEnergy_hh
16
#define INCLUDED_core_scoring_rna_RNA_BulgeEnergy_hh
17
18
// Unit headers
19
#include <
core/scoring/rna/RNA_BulgeEnergy.fwd.hh
>
20
21
// Package headers
22
#include <
core/scoring/methods/ContextIndependentOneBodyEnergy.hh
>
23
24
// Project headers
25
#include <
core/pose/Pose.fwd.hh
>
26
#include <
core/scoring/ScoreFunction.fwd.hh
>
27
#include <
core/id/DOF_ID.fwd.hh
>
28
29
#include <utility/vector1.hh>
30
31
32
namespace
core {
33
namespace
scoring {
34
namespace
rna {
35
36
///
37
class
RNA_BulgeEnergy
:
public
core::scoring::methods::ContextIndependentOneBodyEnergy
{
38
public
:
39
typedef
core::scoring::methods::ContextIndependentOneBodyEnergy
parent
;
40
41
public
:
42
43
/// @brief ctor
44
RNA_BulgeEnergy
();
45
46
/// @brief dtor
47
virtual
~RNA_BulgeEnergy
();
48
49
/// clone
50
virtual
51
core::scoring::methods::EnergyMethodOP
52
clone
()
const
;
53
54
/////////////////////////////////////////////////////////////////////////////
55
// methods for ContextIndependentOneBodyEnergies
56
/////////////////////////////////////////////////////////////////////////////
57
58
///
59
virtual
60
void
61
residue_energy
(
62
conformation::Residue
const
& rsd,
63
pose::Pose
const
&,
64
EnergyMap
& emap
65
)
const
;
66
67
68
///
69
virtual
70
Real
71
eval_dof_derivative
(
72
id::DOF_ID
const
& dof_id,
73
id::TorsionID
const
& tor_id,
74
pose::Pose
const
& pose,
75
ScoreFunction
const
& sfxn,
76
EnergyMap
const
& weights
77
)
const
;
78
79
/// @brief RNA_BulgeEnergy is context independent; indicates that no
80
/// context graphs are required
81
virtual
82
void
indicate_required_context_graphs
(
utility::vector1< bool >
& )
const
;
83
virtual
84
core::Size
version
()
const
;
85
86
87
// data
88
private
:
89
90
};
91
92
}
// rna
93
}
// scoring
94
}
// core
95
96
97
#endif // INCLUDED_core_scoring_EtableEnergy_HH
Generated on Sat Jun 1 2013 11:39:56 for Rosetta 3.5 by
1.8.4