Rosetta 3.5
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
StealLigandMover.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 /// @brief
11 /// @author James Thompson
12 
13 #ifndef INCLUDED_protocols_comparative_modeling_StealLigandMover_hh
14 #define INCLUDED_protocols_comparative_modeling_StealLigandMover_hh
15 
16 // Unit headers
18 
19 #include <core/types.hh>
20 #include <core/pose/Pose.fwd.hh>
21 #include <core/id/NamedAtomID.hh>
22 
23 #include <protocols/moves/Mover.hh>
24 
25 // AUTO-REMOVED #include <utility/vector1.hh>
26 
27 #include <utility/vector1.hh>
28 
29 
30 namespace protocols {
31 namespace comparative_modeling {
32 
34 
35 public:
37  core::pose::Pose const & source,
38  core::id::NamedAtomID const anchor_atom_dest,
39  core::id::NamedAtomID const anchor_atom_source,
41  );
42 
43  virtual void apply( core::pose::Pose & pose );
44  virtual std::string get_name() const;
45 
46 private:
51 };
52 
53 } // comparative_modeling
54 } // protocols
55 
56 #endif