Rosetta 3.5
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
RestrictToTerminiOperation.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/toolbox/task_operations/RestrictToTerminiOperation.fwd.hh
11 /// @brief Restrict to packing only the residues at either or both termini
12 /// @author Arpit Tandon
13 /// @author Matthew O'Meara (mattjomeara@gmail.com)
14 
15 #ifndef INCLUDED_protocols_toolbox_task_operations_RestrictToTerminiOperation_hh
16 #define INCLUDED_protocols_toolbox_task_operations_RestrictToTerminiOperation_hh
17 
18 // Unit Headers
21 
22 // Project Headers
23 #include <core/pose/Pose.fwd.hh>
25 #include <utility/tag/Tag.fwd.hh>
26 
27 // Utility Headers
28 #include <core/types.hh>
29 
30 // C++ Headers
31 #include <string>
32 #include <set>
33 
34 #include <utility/vector1.hh>
35 
36 
37 namespace protocols {
38 namespace toolbox {
39 namespace task_operations {
40 
42 public:
43 
46  core::Size chain,
47  bool restrict_n_terminus,
48  bool restrict_c_terminus);
49 
51  RestrictToTerminiOperation const & src);
52 
54 
56  clone() const;
57 
58  void
59  apply(
60  core::pose::Pose const &,
62 
63  void
64  parse_tag(
66 
67 private:
69 
70  //TODO generalize this to alternate definitions of termini
71  //(e.g. last k-residues etc.)
74 
75 
76 };
77 
78 } //namespace
79 } //namespace
80 } //namespace
81 
82 #endif // include guard