Rosetta 3.5
Main Page
Related Pages
Namespaces
Classes
Files
Examples
File List
File Members
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
Pages
src
protocols
comparative_modeling
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
17
#include <
protocols/comparative_modeling/StealLigandMover.fwd.hh
>
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
33
class
StealLigandMover
:
public
protocols::moves::Mover
{
34
35
public
:
36
StealLigandMover
(
37
core::pose::Pose
const
& source,
38
core::id::NamedAtomID
const
anchor_atom_dest,
39
core::id::NamedAtomID
const
anchor_atom_source,
40
utility::vector1< core::id::NamedAtomID >
const
ligand_indices
41
);
42
43
virtual
void
apply
(
core::pose::Pose
& pose );
44
virtual
std::string
get_name
()
const
;
45
46
private
:
47
core::pose::Pose
const
&
source_
;
48
core::id::NamedAtomID
const
anchor_atom_dest_
;
49
core::id::NamedAtomID
const
anchor_atom_source_
;
50
utility::vector1< core::id::NamedAtomID >
const
ligand_indices_
;
51
};
52
53
}
// comparative_modeling
54
}
// protocols
55
56
#endif
Generated on Sat Jun 1 2013 11:45:37 for Rosetta 3.5 by
1.8.4