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