Rosetta 3.5
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
GrowLigand.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/GrowLigand.hh
11 ///
12 /// @brief
13 /// @author Gordon Lemmon
14 
15 
16 #ifndef INCLUDED_protocols_ligand_docking_GrowLigand_hh
17 #define INCLUDED_protocols_ligand_docking_GrowLigand_hh
18 
20 
21 #include <core/pose/Pose.fwd.hh>
23 #include <protocols/moves/Mover.hh>
24 #include <utility/tag/Tag.fwd.hh>
27 
28 #include <utility/vector1.hh>
29 
30 
31 
32 namespace protocols {
33 namespace ligand_docking {
34 
35 ///@brief
36 ///
37 ///@details
38 ///
40 
41 public:
42  GrowLigand();
43  GrowLigand(std::string chain);
44  virtual ~GrowLigand();
45  GrowLigand(GrowLigand 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  void
66  core::pose::Pose & pose
67  );
68 
69  void set_fragments();
70  void fragments_to_string() const;
72 
73 
74 
75 
76 }; // class GrowLigand
77 
78 } // namespace ligand_docking
79 } // namespace protocols
80 
81 #endif // INCLUDED_protocols_ligand_docking_GrowLigand_HH