Rosetta 3.5
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
AddHydrogens.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/AddHydrogens.hh
11 ///
12 /// @brief
13 /// @author Gordon Lemmon
14 
15 
16 #ifndef INCLUDED_protocols_ligand_docking_AddHydrogens_hh
17 #define INCLUDED_protocols_ligand_docking_AddHydrogens_hh
18 
20 // AUTO-REMOVED #include <core/scoring/ScoreFunction.fwd.hh>
21 // AUTO-REMOVED #include <core/kinematics/MoveMap.fwd.hh>
22 #include <core/pose/Pose.fwd.hh>
23 
24 
25 #include <protocols/moves/Mover.hh>
26 #include <utility/tag/Tag.fwd.hh>
29 
30 #include <utility/vector1.hh>
31 
32 
33 namespace protocols {
34 namespace ligand_docking {
35 
36 ///@brief
37 ///
38 ///@details
39 ///
41 
42 public:
43  AddHydrogens();
44  virtual ~AddHydrogens();
45  AddHydrogens(AddHydrogens const & that);
46  virtual void apply( core::pose::Pose & pose );
47 
48  virtual protocols::moves::MoverOP clone() const;
50  virtual std::string get_name() const;
51 
52  void parse_my_tag(
53  utility::tag::TagPtr const tag,
57  core::pose::Pose const &
58  );
59 
60 
61 private:
63 
64 }; // class AddHydrogens
65 
66 } // namespace ligand_docking
67 } // namespace protocols
68 
69 #endif // INCLUDED_protocols_ligand_docking_AddHydrogens_HH