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
vip
VIP_Report.hh
Go to the documentation of this file.
1
// (c) Copyright Rosetta Commons Member Institutions.
2
// (c) This file is part of the Rosetta software suite and is made available under license.
3
// (c) The Rosetta software is developed by the contributing members of the Rosetta Commons.
4
// (c) For more information, see http://www.rosettacommons.org. Questions about this can be
5
// (c) addressed to University of Washington UW TechTransfer, email: license@u.washington.edu.
6
7
/// @file protocols/vip/VIP_Report.hh
8
/// @brief class for reports from vip mover implementation
9
10
11
#ifndef INCLUDED_protocols_vip_VIP_Report_HH
12
#define INCLUDED_protocols_vip_VIP_Report_HH
13
14
#include <
core/pose/Pose.hh
>
15
16
namespace
protocols {
17
namespace
vip {
18
19
class
VIP_Report
20
{
21
22
public
:
23
VIP_Report
();
24
virtual
~VIP_Report
();
25
26
// void define_report_file();
27
// void close_report_file();
28
void
get_GOE_repack_report
(
core::pose::Pose
& goe_native,
utility::vector1<core::Real>
& goe_repack_e,
utility::vector1<core::conformation::ResidueOP>
& goe_repack_res,
utility::vector1<core::Size>
& goe_repack_pos );
29
void
get_GOE_relaxed_report
(
core::pose::Pose
& goe_native,
utility::vector1<core::Real>
& goe_repack_e,
utility::vector1<core::conformation::ResidueOP>
& goe_repack_res,
utility::vector1<core::Size>
& goe_repack_pos );
30
void
get_GOE_packstat_report
(
core::pose::Pose
& goe_native,
utility::vector1<core::pose::Pose>
& goe_relax );
31
32
// friend class VIP_Mover;
33
};
34
35
}}
36
#endif
37
Generated on Sat Jun 1 2013 12:25:13 for Rosetta 3.5 by
1.8.4