Rosetta 3.5
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
SymRestrictTaskForDocking.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 // This file is part of the Rosetta software suite and is made available under license.
5 // The Rosetta software is developed by the contributing members of the Rosetta Commons consortium.
6 // (C) 199x-2009 Rosetta Commons participating institutions and developers.
7 // For more information, see http://www.rosettacommons.org/.
8 
9 /// @file SymRestrictTaskForDocking.hh
10 /// @brief When passed to a PackerTask, pack/design is limited to the interface
11 /// @author Ingemar Andre
12 
13 #ifndef INCLUDED_protocols_symmetric_docking_SymRestrictTaskForDocking_hh
14 #define INCLUDED_protocols_symmetric_docking_SymRestrictTaskForDocking_hh
15 
18 
19 #include <core/types.hh>
21 #include <core/pose/Pose.fwd.hh>
23 
24 #include <utility/vector1.hh>
25 
26 
27 // Symmetry
28 
29 namespace protocols {
30 namespace symmetric_docking {
31 
33 {
34 public:
36 
38 
40 
42 
43  virtual void apply( core::pose::Pose const & pose, core::pack::task::PackerTask & task ) const;
44 
45 private:
49 };
50 
51 } // namespace docking
52 } // namespace protocols
53 
54 #endif