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
protocols
simple_filters
PredictedBurialEvaluator.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 protocols/simple_filters/BurialEvaluation.hh
11
/// @brief
12
/// @author James Thompson
13
14
#ifndef INCLUDED_protocols_simple_filters_PredictedBurialEvaluator_hh
15
#define INCLUDED_protocols_simple_filters_PredictedBurialEvaluator_hh
16
17
18
#include <string>
19
#include <utility/vector1.hh>
20
#include <
core/types.hh
>
21
// AUTO-REMOVED #include <numeric/xyzVector.hh>
22
23
#include <
core/pose/Pose.fwd.hh
>
24
#include <
protocols/evaluation/PoseEvaluator.hh
>
25
#include <
core/io/silent/SilentStruct.fwd.hh
>
26
27
namespace
protocols {
28
namespace
simple_filters {
29
30
class
PredictedBurialEvaluator
:
public
evaluation::SingleValuePoseEvaluator
< core::Real > {
31
public
:
32
PredictedBurialEvaluator
(
33
std::string
const
& fn
34
);
35
36
~PredictedBurialEvaluator
();
37
38
virtual
void
apply
(
39
core::pose::Pose
& pose,
40
std::string
tag,
41
core::io::silent::SilentStruct
& ss
42
)
const
;
43
44
virtual
core::Real
apply
(
45
core::pose::Pose
&
/*pose*/
46
)
const
{
47
return
0;
48
}
49
50
private
:
51
void
init_from_file
(
std::string
const
& fn );
52
utility::vector1< core::Real >
predicted_burial_
;
53
};
54
55
}
// simple_filter
56
}
// protocols
57
58
#endif
Generated on Sat Jun 1 2013 12:13:50 for Rosetta 3.5 by
1.8.4