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
AtomTypesFeatures.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/AtomTypesFeatures.hh
11
/// @brief report AtomType features Statistics Scientific Benchmark
12
/// @author Matthew O'Meara
13
14
#ifndef INCLUDED_protocols_features_AtomTypesFeatures_hh
15
#define INCLUDED_protocols_features_AtomTypesFeatures_hh
16
17
// Unit Headers
18
#include <
protocols/features/FeaturesReporter.hh
>
19
#include <
protocols/features/AtomTypesFeatures.fwd.hh
>
20
#include <
core/chemical/AtomTypeDatabaseIO.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
namespace
protocols{
35
namespace
features{
36
37
class
AtomTypesFeatures
:
public
protocols::features::FeaturesReporter
{
38
public
:
39
AtomTypesFeatures
();
40
41
virtual
~AtomTypesFeatures
();
42
43
///@brief return string with class name
44
std::string
45
type_name
()
const
;
46
47
///@brief generate the table schemas and write them to the database
48
void
49
write_schema_to_db
(
50
utility::sql_database::sessionOP db_session)
const
;
51
52
///@brief return the set of features reporters that are required to
53
///also already be extracted by the time this one is used.
54
utility::vector1<std::string>
55
features_reporter_dependencies
()
const
;
56
57
///@brief collect all the feature data for the pose
58
core::Size
59
report_features
(
60
core::pose::Pose
const
& pose,
61
utility::vector1< bool >
const
& relevant_residues,
62
boost::uuids::uuid struct_id,
63
utility::sql_database::sessionOP db_session);
64
65
66
private
:
67
68
// should match version string in residue type parameter sets
69
core::chemical::AtomTypeDatabaseIO
atom_type_dbio_
;
70
71
};
72
73
}
// namespace
74
}
// namespace
75
76
#endif // include guard
Generated on Sat Jun 1 2013 11:48:55 for Rosetta 3.5 by
1.8.4