Rosetta 3.5
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
EnzdesFixBBProtocol.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/enzdes/EnzdesFixBBProtocol.hh
11 ///
12 /// @brief
13 /// @author Florian Richter
14 
15 
16 
17 
18 #ifndef INCLUDED_protocols_enzdes_EnzdesFixBBProtocol_hh
19 #define INCLUDED_protocols_enzdes_EnzdesFixBBProtocol_hh
20 
21 
23 // AUTO-REMOVED #include <protocols/toolbox/match_enzdes_util/EnzConstraintIO.hh>
24 
25 //#include <protocols/ligand_docking/LigandBaseProtocol.hh>
26 //#include <core/scoring/EnergyMap.fwd.hh>
27 #include <core/pose/Pose.fwd.hh>
28 
29 #include <utility/vector1.hh>
30 
31 
32 //#include <core/pack/task/PackerTask.fwd.hh>
33 //#include <core/chemical/ResidueTypeSet.fwd.hh>
34 
35 
36 namespace protocols{
37 namespace enzdes{
38 
41 
43 {
44 
45 public:
46 
49 
50  void apply( core::pose::Pose & pose);
51  virtual std::string get_name() const;
52 
53  static void register_options();
54 
55 protected:
56 
58 
59 }; //class EnzdesFixBBProtocol
60 
61 
62 } //namespace enzdes
63 } //namespace protocols
64 
65 
66 
67 
68 #endif // INCLUDED_protocols_enzdes_EnzdesFixBBProtocol_HH