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
features
ResidueTypesFeatures.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/features/ResidueTypesFeatures.hh
11
/// @brief report ResidueTypes features Statistics Scientific Benchmark
12
/// @author Matthew O'Meara (mattjomeara@gmail.com)
13
14
#ifndef INCLUDED_protocols_features_ResidueTypesFeatures_hh
15
#define INCLUDED_protocols_features_ResidueTypesFeatures_hh
16
17
// Unit Headers
18
#include <
protocols/features/FeaturesReporter.hh
>
19
#include <
protocols/features/ResidueTypesFeatures.fwd.hh
>
20
#include <
core/chemical/ResidueDatabaseIO.hh
>
21
22
//External
23
#include <boost/uuid/uuid.hpp>
24
25
// Project Headers
26
#include <
core/types.hh
>
27
28
// Utility Headers
29
#include <utility/vector1.hh>
30
31
// C++ Headers
32
#include <string>
33
34
#include <
core/chemical/ResidueType.fwd.hh
>
35
36
37
namespace
protocols{
38
namespace
features{
39
40
class
ResidueTypesFeatures
:
public
protocols::features::FeaturesReporter
{
41
public
:
42
ResidueTypesFeatures
();
43
44
/// Undefined, commenting out to fix PyRosetta build ResidueTypesFeatures(core::scoring::ScoreFunctionOP scfxn);
45
46
/// Undefined, commenting out to fix PyRosetta build ResidueTypesFeatures( ResidueTypesFeatures const & src );
47
48
virtual
~ResidueTypesFeatures
();
49
50
///@brief return string with class name
51
std::string
52
type_name
()
const
;
53
54
///@brief generate the table schemas and write them to the database
55
void
56
write_schema_to_db
(
57
utility::sql_database::sessionOP db_session)
const
;
58
59
///@brief return the set of features reporters that are required to
60
///also already be extracted by the time this one is used.
61
utility::vector1<std::string>
62
features_reporter_dependencies
()
const
;
63
64
///@brief collect all the feature data for the pose
65
core::Size
66
report_features
(
67
core::pose::Pose
const
& pose,
68
utility::vector1< bool >
const
& relevant_residues,
69
boost::uuids::uuid struct_id,
70
utility::sql_database::sessionOP db_session);
71
72
73
private
:
74
75
// should match version string in residue type parameter sets
76
core::Real
version_
;
77
core::chemical::ResidueDatabaseIO
residue_dbio_
;
78
79
};
80
81
}
// namespace
82
}
// namespace
83
84
#endif // include guard
Generated on Sat Jun 1 2013 11:49:21 for Rosetta 3.5 by
1.8.4