Rosetta 3.5
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
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
20 #include <core/pose/Pose.fwd.hh>
21 #include <utility/tag/Tag.fwd.hh>
24 #include <utility/vector1.fwd.hh>
26 
28 
31 #include <utility/vector1.hh>
32 
33 
34 // Unit headers
35 
36 namespace protocols {
37 namespace protein_interface_design{
38 namespace filters {
39 
41 {
42 private:
44  typedef std::pair< protocols::hotspot_hashing::HotspotStubSetOP, std::pair< protocols::hotspot_hashing::HotspotStubOP, core::Size > > StubSetStubPos;
45 public:
46  /// @brief default ctor
48 
49  virtual ~StubScoreLoopsFilter();
50 
51  virtual protocols::filters::FilterOP clone() const;
53 
54  void parse_my_tag( utility::tag::TagPtr const tag,
58  core::pose::Pose const & );
59 private:
63 };
64 
65 } // filters
66 } //protein_interface_design
67 } // protocols
68 
69 #endif //INCLUDED_protocols_Filters_StubScoreLoopsFilter_HH_
70