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
PackStatEnergy.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/PackStatEnergy.hh
11
/// @brief
12
/// @author Will Sheffler
13
14
15
#ifndef INCLUDED_core_scoring_methods_PackStatEnergy_hh
16
#define INCLUDED_core_scoring_methods_PackStatEnergy_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
#include <
core/scoring/EnergyMap.fwd.hh
>
24
25
26
// Project headers
27
#include <
core/pose/Pose.fwd.hh
>
28
29
// Utility headers
30
//#include <utility/vector1.hh>
31
#include <utility/vector1_bool.hh>
32
33
#include <utility/vector1.hh>
34
35
36
namespace
core {
37
namespace
scoring {
38
namespace
methods {
39
40
41
class
PackStatEnergy
:
public
WholeStructureEnergy
{
42
public
:
43
typedef
WholeStructureEnergy
parent
;
44
45
public
:
46
47
///
48
PackStatEnergy
();
49
50
/// clone
51
virtual
52
EnergyMethodOP
53
clone
()
const
;
54
55
/////////////////////////////////////////////////////////////////////////////
56
// scoring
57
/////////////////////////////////////////////////////////////////////////////
58
59
void
60
finalize_total_energy
(
61
pose::Pose
& pose,
62
ScoreFunction
const
&,
63
EnergyMap
& totals
64
)
const
;
65
virtual
66
core::Size
version
()
const
;
67
68
void
69
indicate_required_context_graphs
(
70
utility::vector1< bool >
&
/*context_graphs_required*/
71
)
const
{}
72
73
private
:
74
75
76
};
77
78
79
}
// methods
80
}
// scoring
81
}
// core
82
83
#endif
Generated on Sat Jun 1 2013 11:38:37 for Rosetta 3.5 by
1.8.4