Rosetta 3.5
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
RestrictNonSurfaceToRepackingOperation.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/RestrictChainToRepackingOperation.hh
11 /// @brief TaskOperation class that restrics buried and boundary positions to repacking leaving surface positions designable
12 /// @author Ron Jacak ronj@unc.edu
13 
14 #ifndef INCLUDED_protocols_toolbox_task_operations_RestrictNonSurfaceToRepackingOperation_hh
15 #define INCLUDED_protocols_toolbox_task_operations_RestrictNonSurfaceToRepackingOperation_hh
16 
17 // Unit Headers
18 #include <core/pack/task/operation/TaskOperation.hh> // abstract base class
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 #include <utility/vector1.hh>
30 
31 
32 // C++ Headers
33 
34 namespace protocols {
35 namespace toolbox {
36 namespace task_operations {
37 
38 ///@details this class is a TaskOperation to allow design of only surface exposed positions
40 
41 public:
43 
44 public:
48 
49  virtual TaskOperationOP clone() const;
50  void surface_exposed_nb_cutoff( core::Size const nb_count );
51  virtual void apply( core::pose::Pose const & pose, core::pack::task::PackerTask & task ) const;
52  virtual void parse_tag( utility::tag::TagPtr tag );
53 
54 private:
56 
57 };
58 
59 
60 } //namespace protocols
61 } //namespace toolbox
62 } //namespace task_operations
63 
64 #endif // INCLUDED_protocols_toolbox_TaskOperations_RestrictNonSurfaceToRepackingOperation_HH