Rosetta 3.5
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
PreventChainFromRepackingOperation.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/PreventChainFromRepackingOperation.hh
11 /// @brief TaskOperation class that restricts a chain to repacking
12 /// @author Sarel Fleishman sarelf@uw.edu
13 
14 #ifndef INCLUDED_protocols_toolbox_task_operations_PreventChainFromRepackingOperation_hh
15 #define INCLUDED_protocols_toolbox_task_operations_PreventChainFromRepackingOperation_hh
16 
17 // Unit Headers
20 
21 // Project Headers
22 #include <core/pose/Pose.fwd.hh>
24 #include <utility/tag/Tag.fwd.hh>
25 
26 // Utility Headers
27 #include <core/types.hh>
28 
29 // C++ Headers
30 // AUTO-REMOVED #include <string>
31 
32 #include <utility/vector1.hh>
33 
34 
35 namespace protocols {
36 namespace toolbox {
37 namespace task_operations {
38 
39 ///@details this class is a TaskOperation to prevent repacking of residues not near an interface.
41 {
42 public:
44 
47  void chain( core::Size const chain );
48  core::Size chain() const;
50 
51  virtual TaskOperationOP clone() const;
52 
53  virtual
54  void
56 
57  virtual void parse_tag( TagPtr );
58 
59 private:
61 };
62 
63 } //namespace protocols
64 } //namespace toolbox
65 } //namespace task_operations
66 
67 #endif // INCLUDED_protocols_toolbox_TaskOperations_PreventChainFromRepackingOperation_HH