Rosetta 3.5
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
RestrictToLoopsAndNeighbors.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/RestrictToLoopsAndNeighbors.hh
11 /// @brief This class allows the selection for packing (and possibly design) of residues contained in a Loops object as
12 /// well as the neighbors within a specified cutoff distance, with the default and maximum cutoff at 10.0 A.
13 /// @author Brian D. Weitzner (brian.weitzner@gmail.com)
14 
15 #ifndef INCLUDED_protocols_toolbox_task_operations_RestrictToLoopsAndNeighbors_HH
16 #define INCLUDED_protocols_toolbox_task_operations_RestrictToLoopsAndNeighbors_HH
17 
18 // Unit headers
21 
22 // Package headers
24 
25 // Project headers
27 #include <core/pose/Pose.fwd.hh>
28 #include <core/types.hh>
29 
30 // Utility headers
31 #include <utility/tag/Tag.fwd.hh>
32 
33 // C++ headers
34 
35 namespace protocols {
36 namespace toolbox {
37 namespace task_operations {
38 
40 {
41 public:
43 
44 public:
45  // default constructor
47 
48  // copy constructor
50 
51  // destructor
53 
54  // assignment operator
56 
58 
59  virtual
60  void
61  apply(core::pose::Pose const & pose, core::pack::task::PackerTask & task) const;
62 
63  bool design_loop() const;
64  void set_design_loop( bool design_loop );
65 
66  bool include_neighbors() const;
68 
71 
72  loops::LoopsCOP loops() const;
74 private:
75  void init();
77 
78 private:
83 
84 };
85 
86 } //namespace task_operations
87 } //namespace toolbox
88 } //namespace protocols
89 
90 #endif // INCLUDED_protocols_toolbox_task_operations_RestrictToLoopsAndNeighbors_HH