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
protein_interface_design
filters
SpecificResiduesNearInterfaceFilter.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 sw=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/filters/SpecificResiduesNearInterfaceFilter.hh
11
/// @brief Reports the average degree of connectivity of interface residues
12
/// @author Sarel Fleishman (sarelf@uw.edu)
13
14
#ifndef INCLUDED_protocols_protein_interface_design_filters_SpecificResiduesNearInterfaceFilter_hh
15
#define INCLUDED_protocols_protein_interface_design_filters_SpecificResiduesNearInterfaceFilter_hh
16
17
18
// Project Headers
19
#include <
protocols/filters/Filter.hh
>
20
#include <
core/pose/Pose.fwd.hh
>
21
#include <utility/tag/Tag.fwd.hh>
22
#include <
protocols/moves/DataMap.fwd.hh
>
23
#include <
protocols/protein_interface_design/filters/SpecificResiduesNearInterfaceFilter.fwd.hh
>
24
#include <
core/pack/task/TaskFactory.fwd.hh
>
25
26
#include <utility/vector1.hh>
27
28
// Unit headers
29
30
namespace
protocols {
31
namespace
protein_interface_design{
32
namespace
filters {
33
34
class
SpecificResiduesNearInterfaceFilter
:
public
protocols::filters::Filter
35
{
36
private
:
37
typedef
protocols::filters::Filter
parent
;
38
public
:
39
/// @brief default ctor
40
SpecificResiduesNearInterfaceFilter
();
41
SpecificResiduesNearInterfaceFilter
(
42
SpecificResiduesNearInterfaceFilter
const
& src);
43
~SpecificResiduesNearInterfaceFilter
();
44
45
core::pack::task::TaskFactoryOP
task_factory
()
const
;
46
void
task_factory
(
core::pack::task::TaskFactoryOP
tf );
47
48
void
parse_my_tag
(
49
utility::tag::TagPtr
const
tag,
50
protocols::moves::DataMap
&,
51
protocols::filters::Filters_map
const
&,
52
protocols::moves::Movers_map
const
&,
53
core::pose::Pose
const
& );
54
55
56
///@brief Constructor with a single target residue
57
core::Size
compute
(
core::pose::Pose
const
& pose )
const
;
58
bool
apply
(
core::pose::Pose
const
& pose )
const
;
59
void
report
( std::ostream & out,
core::pose::Pose
const
& pose )
const
;
60
core::Real
report_sm
(
core::pose::Pose
const
& pose )
const
;
61
protocols::filters::FilterOP
clone
()
const
;
62
protocols::filters::FilterOP
fresh_instance
()
const
;
63
64
65
66
private
:
67
68
core::pack::task::TaskFactoryOP
task_factory_
;
69
core::Size
rb_jump_
;
70
};
71
72
}
// filters
73
}
//protein_interface_design
74
}
// protocols
75
76
#endif //INCLUDED_protocols_Filters_SpecificResiduesNearInterfaceFilter_HH_
77
Generated on Sat Jun 1 2013 12:03:59 for Rosetta 3.5 by
1.8.4