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
Report.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/Report.hh
11
/// @brief report feature data to database
12
/// @author Matthew O'Meara
13
14
#ifndef INCLUDED_protocols_features_Report_hh
15
#define INCLUDED_protocols_features_Report_hh
16
17
// Unit Headers
18
#include <
protocols/features/Report.fwd.hh
>
19
20
// Package Headers
21
#ifdef WIN32
22
#include <
protocols/features/FeaturesReporter.hh
>
23
#endif
24
25
// Project Headers
26
#include <
core/types.hh
>
27
#include <
core/pose/Pose.fwd.hh
>
28
29
// Utility headers
30
#include <utility/vector1.hh>
31
#include <utility/sql_database/DatabaseSessionManager.fwd.hh>
32
33
#include <utility/pointer/ReferenceCount.hh>
34
35
//Auto Headers
36
#include <
protocols/features/FeaturesReporter.fwd.hh
>
37
38
namespace
protocols{
39
namespace
features{
40
41
class
Report
:
public
utility::pointer::ReferenceCount
{
42
43
public
:
44
typedef
utility::vector1< FeaturesReporterOP >
FeaturesReporters
;
45
46
public
:
47
Report
();
48
49
Report
(
Report
const
& src);
50
51
virtual
~Report
();
52
53
virtual
54
core::Size
55
version
() = 0;
56
57
virtual
58
void
59
apply
(
60
core::pose::Pose
const
& pose,
61
utility::sql_database::sessionOP db_sesion) = 0;
62
63
64
protected
:
65
66
FeaturesReporters
reporters_
;
67
68
};
69
70
}
//features
71
}
//protocols
72
73
#endif
Generated on Sat Jun 1 2013 11:49:16 for Rosetta 3.5 by
1.8.4