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
StubScoreLoopsFilter.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/simple_filters/ContingentFilter.hh
11
/// @brief A filter that is contingent on some other mover to set its pass/fail value
12
/// @author Sarel Fleishman (sarelf@uw.edu)
13
14
#ifndef INCLUDED_protocols_protein_interface_design_filters_StubScoreLoopsFilter_hh
15
#define INCLUDED_protocols_protein_interface_design_filters_StubScoreLoopsFilter_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/moves/Mover.fwd.hh
>
24
#include <utility/vector1.fwd.hh>
25
#include <
protocols/protein_interface_design/filters/StubScoreLoopsFilter.fwd.hh
>
26
27
#include <
protocols/simple_filters/ConstraintScoreCutoffFilter.hh
>
28
29
#include <
protocols/hotspot_hashing/HotspotStub.fwd.hh
>
30
#include <
protocols/hotspot_hashing/HotspotStubSet.fwd.hh
>
31
#include <utility/vector1.hh>
32
33
34
// Unit headers
35
36
namespace
protocols {
37
namespace
protein_interface_design{
38
namespace
filters {
39
40
class
StubScoreLoopsFilter
:
public
protocols::simple_filters::ConstraintScoreCutoffFilter
41
{
42
private
:
43
typedef
protocols::simple_filters::ConstraintScoreCutoffFilter
Parent
;
44
typedef
std::pair< protocols::hotspot_hashing::HotspotStubSetOP, std::pair< protocols::hotspot_hashing::HotspotStubOP, core::Size > >
StubSetStubPos
;
45
public
:
46
/// @brief default ctor
47
StubScoreLoopsFilter
();
48
49
virtual
~StubScoreLoopsFilter
();
50
51
virtual
protocols::filters::FilterOP
clone
()
const
;
52
virtual
protocols::filters::FilterOP
fresh_instance
()
const
;
53
54
void
parse_my_tag
(
utility::tag::TagPtr
const
tag,
55
protocols::moves::DataMap
&,
56
protocols::filters::Filters_map
const
&,
57
protocols::moves::Movers_map
const
&,
58
core::pose::Pose
const
& );
59
private
:
60
hotspot_hashing::HotspotStubSetOP
stub_set_
;
61
std::string
resfile_
;
62
core::Real
cb_force_
;
63
};
64
65
}
// filters
66
}
//protein_interface_design
67
}
// protocols
68
69
#endif //INCLUDED_protocols_Filters_StubScoreLoopsFilter_HH_
70
Generated on Sat Jun 1 2013 12:04:04 for Rosetta 3.5 by
1.8.4