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
SecondaryStructureSegmentFeatures.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
#ifndef INCLUDED_protocols_features_SecondaryStructureSegmentFeatures_hh
11
#define INCLUDED_protocols_features_SecondaryStructureSegmentFeatures_hh
12
13
// Unit Headers
14
#include <
protocols/features/FeaturesReporter.hh
>
15
#include <
protocols/features/SecondaryStructureSegmentFeatures.fwd.hh
>
16
17
//External
18
#include <boost/uuid/uuid.hpp>
19
20
// Project Headers
21
#include <
core/pose/Pose.fwd.hh
>
22
#include <
protocols/filters/Filter.fwd.hh
>
23
#include <
protocols/moves/Mover.fwd.hh
>
24
#include <
protocols/moves/DataMap.fwd.hh
>
25
#include <utility/vector1.fwd.hh>
26
27
// C++ Headers
28
#include <string>
29
30
#include <
core/scoring/ScoreFunction.fwd.hh
>
31
#include <utility/vector1.hh>
32
33
34
namespace
protocols{
35
namespace
features{
36
37
class
SecondaryStructureSegmentFeatures
:
public
protocols::features::FeaturesReporter
{
38
39
public
:
40
SecondaryStructureSegmentFeatures
();
41
42
SecondaryStructureSegmentFeatures
(
43
core::scoring::ScoreFunctionOP
scfxn);
44
45
SecondaryStructureSegmentFeatures
(
SecondaryStructureSegmentFeatures
const
& src );
46
47
virtual
~SecondaryStructureSegmentFeatures
();
48
49
///@brief return string with class name
50
std::string
51
type_name
()
const
;
52
53
///@brief generate the table schemas and write them to the database
54
virtual
void
55
write_schema_to_db
(utility::sql_database::sessionOP db_session)
const
;
56
57
///@brief return the set of features reporters that are required to
58
///also already be extracted by the time this one is used.
59
utility::vector1<std::string>
60
features_reporter_dependencies
()
const
;
61
62
bool
63
is_loop
(
std::string
dssp_code);
64
65
bool
66
is_helix
(
std::string
dssp_code);
67
68
void
69
parse_my_tag
(
70
utility::tag::TagPtr
const
tag,
71
protocols::moves::DataMap
& data,
72
protocols::filters::Filters_map
const
&
/*filters*/
,
73
protocols::moves::Movers_map
const
&
/*movers*/
,
74
core::pose::Pose
const
&
/*pose*/
);
75
76
///@brief collect all the feature data for the pose
77
core::Size
78
report_features
(
79
core::pose::Pose
const
& pose,
80
utility::vector1< bool >
const
& relevant_residues,
81
boost::uuids::uuid struct_id,
82
utility::sql_database::sessionOP db_session
83
);
84
};
85
86
}
// namespace
87
}
// namespace
88
89
#endif // include guard
Generated on Sat Jun 1 2013 11:49:24 for Rosetta 3.5 by
1.8.4