Rosetta 3.5
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
LigandDesign.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/LigandDesign.hh
11 ///
12 /// @brief
13 /// @author Gordon Lemmon
14 
15 
16 #ifndef INCLUDED_protocols_ligand_docking_LigandDesign_hh
17 #define INCLUDED_protocols_ligand_docking_LigandDesign_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 namespace protocols {
32 namespace ligand_docking {
33 
34 ///@brief
35 ///
36 ///@details
37 ///
39 
40 public:
41  LigandDesign();
42  virtual ~LigandDesign();
43  LigandDesign(LigandDesign const & that);
44  virtual void apply( core::pose::Pose & pose );
45 
46  virtual protocols::moves::MoverOP clone() const;
48  virtual std::string get_name() const;
49 
50  void parse_my_tag(
51  utility::tag::TagPtr const tag,
55  core::pose::Pose const &
56  );
57 
58 
59 private:
61 
62  void
64  core::pose::Pose & pose
65  );
66 
67  void set_fragments();
68  void fragments_to_string() const;
70 
71 }; // class LigandDesign
72 
79 
80 } // namespace ligand_docking
81 } // namespace protocols
82 
83 #endif // INCLUDED_protocols_ligand_docking_LigandDesign_HH