Rosetta 3.5
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
AddHydrogen.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/ligand_docking/AddHydrogen.hh
11 ///
12 /// @brief
13 /// @author Gordon Lemmon
14 
15 
16 #ifndef INCLUDED_protocols_ligand_docking_AddHydrogen_hh
17 #define INCLUDED_protocols_ligand_docking_AddHydrogen_hh
18 
20 
21 // AUTO-REMOVED #include <core/kinematics/MoveMap.fwd.hh>
22 #include <core/pose/Pose.fwd.hh>
23 //#include <core/conformation/Residue.hh>
24 #include <protocols/moves/Mover.hh>
25 #include <basic/Tracer.hh>
26 
27 #include <utility/vector1.hh>
28 
29 
30 namespace protocols {
31 namespace ligand_docking {
32 
33 static basic::Tracer add_hydrogen_tracer("protocols.ligand_docking.AddHydrogen", basic::t_debug);
34 
35 ///@brief
36 ///
37 ///@details
38 ///
40 
41 public:
42  AddHydrogen();
43  AddHydrogen(core::Size const residue, core::Size const connection_id);
44  virtual ~AddHydrogen();
45  AddHydrogen(AddHydrogen const & that);
46  virtual void apply( core::pose::Pose & pose );
47  virtual std::string get_name() const;
48 
49 private:
52 
53 }; // class AddHydrogen
54 
56 
57 } // namespace ligand_docking
58 } // namespace protocols
59 
60 #endif // INCLUDED_protocols_ligand_docking_AddHydrogen_HH