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
SetupHotspotConstraintsLoopsMover.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/SetupHotspotConstraintsLoopsMover.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_SetupHotspotConstraintsLoopsMover_hh
15
#define INCLUDED_protocols_protein_interface_design_movers_SetupHotspotConstraintsLoopsMover_hh
16
17
// Project Headers
18
#include <
protocols/protein_interface_design/movers/SetupHotspotConstraintsLoopsMover.fwd.hh
>
19
#include <
protocols/moves/Mover.hh
>
20
#include <
core/pose/Pose.fwd.hh
>
21
#include <
core/types.hh
>
22
#include <
core/scoring/constraints/Constraint.fwd.hh
>
23
24
#include <
protocols/hotspot_hashing/HotspotStubSet.fwd.hh
>
25
26
#include <utility/vector1.hh>
27
28
29
namespace
protocols {
30
namespace
protein_interface_design {
31
namespace
movers {
32
33
class
SetupHotspotConstraintsLoopsMover
:
public
protocols::moves::Mover
{
34
35
public
:
36
37
SetupHotspotConstraintsLoopsMover
();
38
SetupHotspotConstraintsLoopsMover
(
39
protocols::hotspot_hashing::HotspotStubSetCOP
hotspot_stub_set
40
);
41
// core::Size const chain_to_design,
42
// core::Real const & CB_force_constant,
43
// core::Real const & worst_allowed_stub_bonus,
44
// bool const apply_self_energies,
45
// core::Real const & bump_cutoff,
46
// bool const apply_ambiguous_constraints,
47
// bool const colonyE
48
49
protocols::moves::MoverOP
clone
()
const
;
50
protocols::moves::MoverOP
fresh_instance
()
const
;
51
52
SetupHotspotConstraintsLoopsMover
(
SetupHotspotConstraintsLoopsMover
const
&
init
);
53
54
core::Size
generate_csts
(
core::pose::Pose
const
& pose,
core::scoring::constraints::ConstraintCOPs
& constraints );
55
void
apply
(
core::pose::Pose
& pose );
56
virtual
std::string
get_name
()
const
;
57
58
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
& );
59
~SetupHotspotConstraintsLoopsMover
();
60
61
void
set_resfile
(
std::string
const
& setting ) {
62
resfile_
= setting;
63
}
64
65
private
:
66
protocols::hotspot_hashing::HotspotStubSetOP
hotspot_stub_set_
;
67
core::Size
chain_to_design_
;
68
core::Real
CB_force_constant_
;
69
core::Real
worst_allowed_stub_bonus_
;
70
bool
apply_self_energies_
;
71
core::Real
bump_cutoff_
;
72
bool
apply_ambiguous_constraints_
;
73
bool
colonyE_
;
74
std::string
resfile_
;
75
};
76
77
}
// movers
78
}
// protein_interface_design
79
}
// devel
80
81
#endif
/*INCLUDED_protocols_protein_interface_design_movers_SetupHotspotConstraintsLoopsMover_HH*/
82
Generated on Sat Jun 1 2013 12:07:01 for Rosetta 3.5 by
1.8.4