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
protein_interface_design
movers
SetupHotspotConstraintsMover.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 devel/protein_interface_design/movers/SetupHotspotConstraintsMover.hh
11
/// @brief Derived classes from DockDesign for dock design
12
/// @author Sarel Fleishman (sarelf@u.washington.edu)
13
14
#ifndef INCLUDED_protocols_protein_interface_design_movers_SetupHotspotConstraintsMover_hh
15
#define INCLUDED_protocols_protein_interface_design_movers_SetupHotspotConstraintsMover_hh
16
17
// Project Headers
18
#include <
protocols/protein_interface_design/movers/SetupHotspotConstraintsMover.fwd.hh
>
19
#include <
protocols/moves/Mover.hh
>
20
#include <
core/pose/Pose.fwd.hh
>
21
#include <
core/types.hh
>
22
#include <
protocols/hotspot_hashing/HotspotStubSet.fwd.hh
>
23
24
#include <utility/vector1.hh>
25
26
27
namespace
protocols {
28
namespace
protein_interface_design {
29
namespace
movers {
30
31
class
SetupHotspotConstraintsMover
:
public
protocols::moves::Mover
{
32
33
public
:
34
35
SetupHotspotConstraintsMover
();
36
SetupHotspotConstraintsMover
(
37
protocols::hotspot_hashing::HotspotStubSetCOP
hotspot_stub_set,
38
core::Size
const
chain_to_design,
39
core::Real
const
& CB_force_constant,
40
core::Real
const
& worst_allowed_stub_bonus,
41
bool
const
apply_self_energies,
42
core::Real
const
& bump_cutoff,
43
bool
const
apply_ambiguous_constraints,
44
bool
const
colonyE
45
);
46
protocols::moves::MoverOP
clone
()
const
;
47
protocols::moves::MoverOP
fresh_instance
()
const
;
48
49
SetupHotspotConstraintsMover
(
SetupHotspotConstraintsMover
const
&
init
);
50
51
void
apply
(
core::pose::Pose
& pose );
52
virtual
std::string
get_name
()
const
;
53
54
void
parse_my_tag
(
utility::tag::TagPtr
const
tag,
protocols::moves::DataMap
&,
protocols::filters::Filters_map
const
&,
protocols::moves::Movers_map
const
&,
core::pose::Pose
const
& );
55
~SetupHotspotConstraintsMover
();
56
57
private
:
58
protocols::hotspot_hashing::HotspotStubSetOP
hotspot_stub_set_
;
59
core::Size
chain_to_design_
;
60
core::Real
CB_force_constant_
;
61
core::Real
worst_allowed_stub_bonus_
;
62
bool
apply_self_energies_
;
63
core::Real
bump_cutoff_
;
64
bool
apply_ambiguous_constraints_
;
65
bool
colonyE_
;
66
};
67
68
}
// movers
69
}
// protein_interface_design
70
}
// devel
71
72
#endif
/*INCLUDED_protocols_protein_interface_design_movers_SetupHotspotConstraintsMover_HH*/
73
Generated on Sat Jun 1 2013 12:07:06 for Rosetta 3.5 by
1.8.4